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.cc55 std::string ReadKeyName(PickleIterator& pickle_iterator) { in ReadKeyName() function
366 cur_dict->SetWithoutPathExpansion(ReadKeyName(it), in ToBaseValue()
391 cur_dict->SetWithoutPathExpansion(ReadKeyName(it), in ToBaseValue()
407 cur_dict->SetBooleanWithoutPathExpansion(ReadKeyName(it), value); in ToBaseValue()
417 cur_dict->SetIntegerWithoutPathExpansion(ReadKeyName(it), value); in ToBaseValue()
427 cur_dict->SetDoubleWithoutPathExpansion(ReadKeyName(it), value); in ToBaseValue()
437 cur_dict->SetStringWithoutPathExpansion(ReadKeyName(it), value); in ToBaseValue()