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