Searched defs:EndDictionary (Results 1 – 3 of 3) sorted by relevance
/external/cronet/base/trace_event/ | ||
D | traced_value.cc | 194 void EndDictionary() override { pickle_.WriteBytes(&kTypeEndDict, 1); } in EndDictionary() function in base::trace_event::__anon20c3171c0111::PickleWriter |
D | trace_event_stub.h | 99 void EndDictionary() {} in EndDictionary() function |
/external/libchrome/base/trace_event/ | ||
D | trace_event_argument.cc | 193 void TracedValue::EndDictionary() { in EndDictionary() function in base::trace_event::TracedValue |