Searched defs:RefCountedString (Results 1 – 10 of 10) sorted by relevance
34 RefCountedString::RefCountedString(absl::string_view src) in RefCountedString() function in grpc_core::RefCountedString
18 class RefCountedString; variable
83 const scoped_refptr<RefCountedString>&, in NoOpOutputCallback()
29 class RefCountedString; variable
17 class RefCountedString; variable
46 class RefCountedString; variable
63 const scoped_refptr<base::RefCountedString>&, bool has_more_events) { in CancelTraceAsync()
70 RefCountedString::RefCountedString(std::string str) : data_(std::move(str)) {} in RefCountedString() function in base::RefCountedString
78 TEST(RefCountedMemoryUnitTest, RefCountedString) { in TEST() argument
64 TEST(RefCountedMemoryUnitTest, RefCountedString) { in TEST() argument