Searched refs:proto_to_args_parser_ (Results 1 – 2 of 2) sorted by relevance
50 : proto_to_args_parser_(parser) {} in DebugAnnotationParser()109 auto nested_key = proto_to_args_parser_.EnterDictionary(key); in ParseDebugAnnotationValue()123 auto nested_key = proto_to_args_parser_.EnterArray(index); in ParseDebugAnnotationValue()161 return {proto_to_args_parser_.ParseMessage(annotation.proto_value(), in ParseDebugAnnotationValue()183 auto context = proto_to_args_parser_.EnterDictionary(name); in Parse()221 auto nested_key = proto_to_args_parser_.EnterDictionary(child_name); in ParseNestedValueArgs()237 auto nested_key = proto_to_args_parser_.EnterArray(array_index); in ParseNestedValueArgs()
59 ProtoToArgsParser& proto_to_args_parser_; variable