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.cc54 std::string ReadKeyName(PickleIterator& pickle_iterator) { in ReadKeyName() function
364 cur_dict->SetWithoutPathExpansion(ReadKeyName(it), in ToBaseValue()
389 cur_dict->SetWithoutPathExpansion(ReadKeyName(it), in ToBaseValue()
405 cur_dict->SetBooleanWithoutPathExpansion(ReadKeyName(it), value); in ToBaseValue()
415 cur_dict->SetIntegerWithoutPathExpansion(ReadKeyName(it), value); in ToBaseValue()
425 cur_dict->SetDoubleWithoutPathExpansion(ReadKeyName(it), value); in ToBaseValue()
435 cur_dict->SetStringWithoutPathExpansion(ReadKeyName(it), value); in ToBaseValue()