Lines Matching refs:DescriptorProto
39 using protos::DescriptorProto;
132 const DescriptorProto* descriptor;
140 const DescriptorProto* descriptor, in ParserDelegate()
143 std::map<std::string, const DescriptorProto*> name_to_descriptor, in ParserDelegate()
327 const DescriptorProto* nested_descriptor = name_to_descriptor_[type_name]; in BeginNestedMessage()
439 const DescriptorProto* descriptor() { in descriptor()
453 std::map<std::string, const DescriptorProto*> name_to_descriptor_;
615 const DescriptorProto* descriptor, in AddNestedDescriptors()
616 std::map<std::string, const DescriptorProto*>* name_to_descriptor, in AddNestedDescriptors()
622 for (const DescriptorProto& nested_descriptor : descriptor->nested_type()) { in AddNestedDescriptors()
637 std::map<std::string, const DescriptorProto*> name_to_descriptor; in PbtxtToPb()
661 const DescriptorProto* descriptor = name_to_descriptor[kConfigProtoName]; in PbtxtToPb()