Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/util/
Dproto_to_args_parser.h166 struct ScopedNestedKeyContext { struct
171 ScopedNestedKeyContext& operator=(const ScopedNestedKeyContext&) = delete; argument
182 explicit ScopedNestedKeyContext(Key& old_value); argument
194 ScopedNestedKeyContext EnterDictionary(const std::string& key); argument
Dproto_to_args_parser.cc70 ProtoToArgsParser::ScopedNestedKeyContext::ScopedNestedKeyContext(Key& key) in ScopedNestedKeyContext() function in perfetto::trace_processor::util::ProtoToArgsParser::ScopedNestedKeyContext
75 ProtoToArgsParser::ScopedNestedKeyContext::ScopedNestedKeyContext( in ScopedNestedKeyContext() function in perfetto::trace_processor::util::ProtoToArgsParser::ScopedNestedKeyContext
Dproto_to_args_parser_unittest.cc436 const protozero::ConstBytes&, Delegate& delegate) { in TEST_F()
476 const protozero::ConstBytes&, Delegate& delegate) { in TEST_F()