HomeSort by relevance Sort by last modified time
    Searched refs:RefCountedString (Results 1 - 12 of 12) sorted by null

  /external/libchrome/base/memory/
ref_counted_memory.cc 60 RefCountedString::RefCountedString() {}
62 RefCountedString::~RefCountedString() {}
65 scoped_refptr<RefCountedString> RefCountedString::TakeString(
67 scoped_refptr<RefCountedString> self(new RefCountedString);
72 const unsigned char* RefCountedString::front() const {
77 size_t RefCountedString::size() const
    [all...]
ref_counted_memory.h 103 class BASE_EXPORT RefCountedString : public RefCountedMemory {
105 RefCountedString();
107 // Constructs a RefCountedString object by performing a swap. (To non
108 // destructively build a RefCountedString, use the default constructor and
110 static scoped_refptr<RefCountedString> TakeString(std::string* to_destroy);
120 ~RefCountedString() override;
124 DISALLOW_COPY_AND_ASSIGN(RefCountedString);
ref_counted_memory_unittest.cc 44 TEST(RefCountedMemoryUnitTest, RefCountedString) {
46 scoped_refptr<RefCountedMemory> mem = RefCountedString::TakeString(&s);
57 scoped_refptr<RefCountedMemory> mem1 = RefCountedString::TakeString(&s1);
69 scoped_refptr<RefCountedMemory> mem3 = RefCountedString::TakeString(&s3);
77 scoped_refptr<RefCountedMemory> mem = RefCountedString::TakeString(&s);
  /external/libchrome/base/trace_event/
trace_event_memory_overhead.h 17 class RefCountedString;
43 void AddRefCountedString(const RefCountedString& str);
trace_event_impl.h 143 const base::RefCountedString* parameter_copy_storage() const {
170 scoped_refptr<base::RefCountedString> parameter_copy_storage_;
trace_event_memory_overhead.cc 65 const RefCountedString& str) {
66 Add("RefCountedString", sizeof(RefCountedString));
trace_log.h 29 class RefCountedString;
169 typedef base::Callback<void(const scoped_refptr<base::RefCountedString>&,
trace_log.cc 845 scoped_refptr<RefCountedString> empty_result = new RefCountedString;
905 scoped_refptr<RefCountedString> json_events_str_ptr = new RefCountedString();
911 json_events_str_ptr = new RefCountedString();
949 scoped_refptr<RefCountedString> empty_result = new RefCountedString;
    [all...]
trace_event_impl.cc 150 parameter_copy_storage_ = new RefCountedString;
memory_dump_manager_unittest.cc 66 const scoped_refptr<RefCountedString>& json,
    [all...]
trace_event_unittest.cc 66 const scoped_refptr<base::RefCountedString>& events_str,
187 const scoped_refptr<base::RefCountedString>& events_str,
    [all...]
  /external/libchrome/base/test/
trace_event_analyzer_unittest.cc 25 const scoped_refptr<base::RefCountedString>& json_events_str,
42 const scoped_refptr<base::RefCountedString>& json_events_str,

Completed in 508 milliseconds