Searched defs:BeginDictionaryWithCopiedName (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/cronet/base/trace_event/ | ||
H A D | traced_value.cc | 183 void BeginDictionaryWithCopiedName(std::string_view name) override { in BeginDictionaryWithCopiedName() function in base::trace_event::__anon04ea65cd0111::PickleWriter |
H A D | trace_event_stub.h | 115 void BeginDictionaryWithCopiedName(std::string_view name) {} in BeginDictionaryWithCopiedName() function |
/aosp_15_r20/external/libchrome/base/trace_event/ | ||
H A D | trace_event_argument.cc | 172 void TracedValue::BeginDictionaryWithCopiedName(base::StringPiece name) { in BeginDictionaryWithCopiedName() function in base::trace_event::TracedValue |