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

  /external/libchrome/base/trace_event/
trace_event_argument.h 76 std::unique_ptr<base::Value> ToBaseValue() const;
memory_allocator_dump_unittest.cc 60 dump->attributes_for_testing()->ToBaseValue();
164 auto raw_attrs = empty_sub_heap->attributes_for_testing()->ToBaseValue();
trace_event_argument.cc 352 std::unique_ptr<base::Value> TracedValue::ToBaseValue() const {
455 // TODO(primiano): this could be smarter, skip the ToBaseValue encoding and
459 JSONWriter::Write(*ToBaseValue(), &tmp);

Completed in 186 milliseconds