Searched refs:EnterDictionary (Results 1 – 4 of 4) sorted by relevance
115 auto nested_key = proto_to_args_parser_.EnterDictionary(key); in ParseDebugAnnotationValue()189 auto context = proto_to_args_parser_.EnterDictionary(name); in Parse()227 auto nested_key = proto_to_args_parser_.EnterDictionary(child_name); in ParseNestedValueArgs()
194 ScopedNestedKeyContext EnterDictionary(const std::string& key);
395 ProtoToArgsParser::ScopedNestedKeyContext ProtoToArgsParser::EnterDictionary( in EnterDictionary() function in perfetto::trace_processor::util::ProtoToArgsParser
1189 auto key = parser_->args_parser_.EnterDictionary("debug"); in ParseTrackEventArgs()