Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_event_argument.cc58 std::string ReadKeyName(PickleIterator& pickle_iterator) { in ReadKeyName() function
370 cur_dict = cur_dict->SetKey(ReadKeyName(it), std::move(new_dict)); in ToBaseValue()
397 cur_list = cur_dict->SetKey(ReadKeyName(it), std::move(new_list)); in ToBaseValue()
413 cur_dict->SetKey(ReadKeyName(it), std::move(new_bool)); in ToBaseValue()
424 cur_dict->SetKey(ReadKeyName(it), std::move(new_int)); in ToBaseValue()
435 cur_dict->SetKey(ReadKeyName(it), std::move(new_double)); in ToBaseValue()
446 cur_dict->SetKey(ReadKeyName(it), std::move(new_str)); in ToBaseValue()
473 EscapeJSONString(ReadKeyName(*it), true, out); in AppendAsTraceFormat()