Home
last modified time | relevance | path

Searched defs:ScopedNestedKeyContext (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dproto_to_args_parser.h155 struct ScopedNestedKeyContext { struct
160 ScopedNestedKeyContext& operator=(const ScopedNestedKeyContext&) = delete; argument
171 explicit ScopedNestedKeyContext(Key& old_value); argument
183 ScopedNestedKeyContext EnterDictionary(const std::string& key); argument
H A Dproto_to_args_parser.cc62 ProtoToArgsParser::ScopedNestedKeyContext::ScopedNestedKeyContext(Key& key) in ScopedNestedKeyContext() function in perfetto::trace_processor::util::ProtoToArgsParser::ScopedNestedKeyContext
67 ProtoToArgsParser::ScopedNestedKeyContext::ScopedNestedKeyContext( in ScopedNestedKeyContext() function in perfetto::trace_processor::util::ProtoToArgsParser::ScopedNestedKeyContext
H A Dproto_to_args_parser_unittest.cc424 const protozero::ConstBytes&, Delegate& delegate) { in TEST_F()
464 const protozero::ConstBytes&, Delegate& delegate) { in TEST_F()