Home
last modified time | relevance | path

Searched refs:string_conversion_buffer (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/trace_event/
Dmemory_allocator_dump.cc64 std::string string_conversion_buffer; in AsValueInto() local
73 SStringPrintf(&string_conversion_buffer, "%" PRIx64, in AsValueInto()
77 value->SetString("value", string_conversion_buffer); in AsValueInto()