Home
last modified time | relevance | path

Searched defs:RefCountedString (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dref_counted_string.cc34 RefCountedString::RefCountedString(absl::string_view src) in RefCountedString() function in grpc_core::RefCountedString
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dtrace_event_memory_overhead.h18 class RefCountedString; variable
H A Dtrace_event_android.cc83 const scoped_refptr<RefCountedString>&, in NoOpOutputCallback()
H A Dtrace_log.h29 class RefCountedString; variable
/aosp_15_r20/external/cronet/base/trace_event/
H A Dtrace_event_memory_overhead.h17 class RefCountedString; variable
H A Dtrace_log.h46 class RefCountedString; variable
H A Dtyped_macros_unittest.cc63 const scoped_refptr<base::RefCountedString>&, bool has_more_events) { in CancelTraceAsync()
/aosp_15_r20/external/cronet/base/memory/
H A Dref_counted_memory.cc70 RefCountedString::RefCountedString(std::string str) : data_(std::move(str)) {} in RefCountedString() function in base::RefCountedString
H A Dref_counted_memory_unittest.cc78 TEST(RefCountedMemoryUnitTest, RefCountedString) { in TEST() argument
/aosp_15_r20/external/libchrome/base/memory/
H A Dref_counted_memory_unittest.cc64 TEST(RefCountedMemoryUnitTest, RefCountedString) { in TEST() argument