Searched refs:RefCountedString (Results 1 – 13 of 13) sorted by relevance
/external/libchrome/base/memory/ |
D | ref_counted_memory.cc | 65 RefCountedString::RefCountedString() = default; 67 RefCountedString::~RefCountedString() = default; 70 scoped_refptr<RefCountedString> RefCountedString::TakeString( in TakeString() 72 auto self = MakeRefCounted<RefCountedString>(); in TakeString() 77 const unsigned char* RefCountedString::front() const { in front() 82 size_t RefCountedString::size() const { in size()
|
D | ref_counted_memory.h | 120 class BASE_EXPORT RefCountedString : public RefCountedMemory { 122 RefCountedString(); 127 static scoped_refptr<RefCountedString> TakeString(std::string* to_destroy); 137 ~RefCountedString() override; 141 DISALLOW_COPY_AND_ASSIGN(RefCountedString);
|
D | ref_counted_memory_unittest.cc | 64 TEST(RefCountedMemoryUnitTest, RefCountedString) { in TEST() argument 66 scoped_refptr<RefCountedMemory> mem = RefCountedString::TakeString(&s); in TEST() 125 scoped_refptr<RefCountedMemory> mem1 = RefCountedString::TakeString(&s1); in TEST() 133 scoped_refptr<RefCountedMemory> mem3 = RefCountedString::TakeString(&s3); in TEST() 141 scoped_refptr<RefCountedMemory> mem = RefCountedString::TakeString(&s); in TEST()
|
/external/libchrome/base/trace_event/ |
D | trace_event_memory_overhead.h | 18 class RefCountedString; variable 62 void AddRefCountedString(const RefCountedString& str);
|
D | trace_event_memory_overhead.cc | 92 const RefCountedString& str) { in AddRefCountedString() 93 Add(kOther, sizeof(RefCountedString)); in AddRefCountedString()
|
D | tracing_agent.h | 36 const scoped_refptr<base::RefCountedString>& events_str_ptr)>;
|
D | trace_log.cc | 855 scoped_refptr<RefCountedString> empty_result = new RefCountedString; in FlushInternal() 912 scoped_refptr<RefCountedString> json_events_str_ptr = new RefCountedString(); in ConvertTraceEventsToTraceFormat() 920 json_events_str_ptr = new RefCountedString(); in ConvertTraceEventsToTraceFormat() 959 scoped_refptr<RefCountedString> empty_result = new RefCountedString; in FinishFlush()
|
D | trace_log.h | 29 class RefCountedString; variable 174 typedef base::Callback<void(const scoped_refptr<base::RefCountedString>&,
|
D | trace_event_android.cc | 83 const scoped_refptr<RefCountedString>&, in NoOpOutputCallback() argument
|
D | trace_event_unittest.cc | 73 const scoped_refptr<base::RefCountedString>& events_str, 183 const scoped_refptr<base::RefCountedString>& events_str, in OnTraceDataCollected()
|
/external/libchrome/base/test/ |
D | trace_to_file.cc | 79 const scoped_refptr<RefCountedString>& json_events_str, in OnTraceDataCollected()
|
D | trace_event_analyzer_unittest.cc | 29 const scoped_refptr<base::RefCountedString>& json_events_str, 46 const scoped_refptr<base::RefCountedString>& json_events_str, in OnTraceDataCollected()
|
D | trace_event_analyzer.cc | 25 const scoped_refptr<base::RefCountedString>& json, in OnTraceDataCollected()
|