DescriptorProto   457 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java     public DescriptorProto toProto() { return proto; }
DescriptorProto   506 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java       for (final DescriptorProto.ExtensionRange range :
DescriptorProto   571 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java     private DescriptorProto proto;
DescriptorProto   580 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java     private Descriptor(final DescriptorProto proto,
DescriptorProto   634 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java     private void setProto(final DescriptorProto proto) {
DescriptorProto    33 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java import com.google.protobuf.DescriptorProtos.DescriptorProto;
DescriptorProto   439 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java       .addMessageType(DescriptorProto.newBuilder()
DescriptorProto   471 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java       .addMessageType(DescriptorProto.newBuilder()
DescriptorProto   480 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java       .addMessageType(DescriptorProto.newBuilder()
DescriptorProto   537 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java         .addMessageType(DescriptorProto.newBuilder().setName("Bar"))
DescriptorProto   546 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java         .addMessageType(DescriptorProto.newBuilder()
DescriptorProto   572 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java         .addMessageType(DescriptorProto.newBuilder().setName("Bar"))
DescriptorProto   582 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java         .addMessageType(DescriptorProto.newBuilder()
DescriptorProto   616 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java         .addMessageType(DescriptorProto.newBuilder()
DescriptorProto   529 third_party/protobuf/src/google/protobuf/compiler/parser.cc bool Parser::ParseMessageDefinition(DescriptorProto* message,
DescriptorProto   534 third_party/protobuf/src/google/protobuf/compiler/parser.cc                               DescriptorProto::kNameFieldNumber);
DescriptorProto   547 third_party/protobuf/src/google/protobuf/compiler/parser.cc bool IsMessageSetWireFormatMessage(const DescriptorProto& message) {
DescriptorProto   563 third_party/protobuf/src/google/protobuf/compiler/parser.cc void AdjustExtensionRangesWithMaxEndNumber(DescriptorProto* message) {
DescriptorProto   577 third_party/protobuf/src/google/protobuf/compiler/parser.cc bool Parser::ParseMessageBlock(DescriptorProto* message,
DescriptorProto   600 third_party/protobuf/src/google/protobuf/compiler/parser.cc bool Parser::ParseMessageStatement(DescriptorProto* message,
DescriptorProto   607 third_party/protobuf/src/google/protobuf/compiler/parser.cc                               DescriptorProto::kNestedTypeFieldNumber,
DescriptorProto   612 third_party/protobuf/src/google/protobuf/compiler/parser.cc                               DescriptorProto::kEnumTypeFieldNumber,
DescriptorProto   617 third_party/protobuf/src/google/protobuf/compiler/parser.cc                               DescriptorProto::kExtensionRangeFieldNumber);
DescriptorProto   621 third_party/protobuf/src/google/protobuf/compiler/parser.cc                               DescriptorProto::kExtensionFieldNumber);
DescriptorProto   625 third_party/protobuf/src/google/protobuf/compiler/parser.cc                        DescriptorProto::kNestedTypeFieldNumber,
DescriptorProto   629 third_party/protobuf/src/google/protobuf/compiler/parser.cc                               DescriptorProto::kOptionsFieldNumber);
DescriptorProto   633 third_party/protobuf/src/google/protobuf/compiler/parser.cc                               DescriptorProto::kFieldFieldNumber,
DescriptorProto   638 third_party/protobuf/src/google/protobuf/compiler/parser.cc                              DescriptorProto::kNestedTypeFieldNumber,
DescriptorProto   644 third_party/protobuf/src/google/protobuf/compiler/parser.cc                                RepeatedPtrField<DescriptorProto>* messages,
DescriptorProto   707 third_party/protobuf/src/google/protobuf/compiler/parser.cc     DescriptorProto* group = messages->Add();
DescriptorProto   713 third_party/protobuf/src/google/protobuf/compiler/parser.cc                                 DescriptorProto::kNameFieldNumber);
DescriptorProto  1094 third_party/protobuf/src/google/protobuf/compiler/parser.cc bool Parser::ParseExtensions(DescriptorProto* message,
DescriptorProto  1104 third_party/protobuf/src/google/protobuf/compiler/parser.cc     DescriptorProto::ExtensionRange* range = message->add_extension_range();
DescriptorProto  1113 third_party/protobuf/src/google/protobuf/compiler/parser.cc           location, DescriptorProto::ExtensionRange::kStartFieldNumber);
DescriptorProto  1120 third_party/protobuf/src/google/protobuf/compiler/parser.cc           location, DescriptorProto::ExtensionRange::kEndFieldNumber);
DescriptorProto  1131 third_party/protobuf/src/google/protobuf/compiler/parser.cc           location, DescriptorProto::ExtensionRange::kEndFieldNumber);
DescriptorProto  1150 third_party/protobuf/src/google/protobuf/compiler/parser.cc                          RepeatedPtrField<DescriptorProto>* messages,
DescriptorProto   286 third_party/protobuf/src/google/protobuf/compiler/parser.h   bool ParseMessageDefinition(DescriptorProto* message,
DescriptorProto   304 third_party/protobuf/src/google/protobuf/compiler/parser.h   bool ParseMessageBlock(DescriptorProto* message,
DescriptorProto   313 third_party/protobuf/src/google/protobuf/compiler/parser.h   bool ParseMessageStatement(DescriptorProto* message,
DescriptorProto   329 third_party/protobuf/src/google/protobuf/compiler/parser.h                          RepeatedPtrField<DescriptorProto>* messages,
DescriptorProto   335 third_party/protobuf/src/google/protobuf/compiler/parser.h   bool ParseExtensions(DescriptorProto* message,
DescriptorProto   341 third_party/protobuf/src/google/protobuf/compiler/parser.h                    RepeatedPtrField<DescriptorProto>* messages,
DescriptorProto  1257 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   bool operator()(const DescriptorProto* left, const DescriptorProto* right) {
DescriptorProto  1263 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc void SortMessages(DescriptorProto *descriptor_proto) {
DescriptorProto  1269 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   DescriptorProto **data =
DescriptorProto  1281 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   DescriptorProto **data =
DescriptorProto  1846 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const DescriptorProto::ExtensionRange& range1 =
DescriptorProto  1848 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const DescriptorProto::ExtensionRange& range2 =
DescriptorProto  1850 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const DescriptorProto::ExtensionRange& range3 =
DescriptorProto  1883 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const DescriptorProto& bar = file_.message_type(0).nested_type(0);
DescriptorProto  1884 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const DescriptorProto& baz = bar.nested_type(0);
DescriptorProto  1885 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const DescriptorProto& qux = file_.message_type(0).nested_type(1);
DescriptorProto  1909 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const DescriptorProto& bar = file_.message_type(0).nested_type(0);
DescriptorProto  1910 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const DescriptorProto& baz = file_.message_type(0).nested_type(1);
DescriptorProto  1911 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const DescriptorProto& qux = baz.nested_type(0);
DescriptorProto  2264 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const DescriptorProto& foo = file_.message_type(0);
DescriptorProto  2305 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const DescriptorProto& foo = file_.message_type(0);
DescriptorProto  2343 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc   const DescriptorProto& foo = file_.message_type(0);
DescriptorProto   617 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc   DescriptorProto edp;
DescriptorProto  1508 third_party/protobuf/src/google/protobuf/descriptor.cc void Descriptor::CopyTo(DescriptorProto* proto) const {
DescriptorProto  1521 third_party/protobuf/src/google/protobuf/descriptor.cc     DescriptorProto::ExtensionRange* range = proto->add_extension_range();
DescriptorProto  2061 third_party/protobuf/src/google/protobuf/descriptor.cc     output->push_back(DescriptorProto::kNestedTypeFieldNumber);
DescriptorProto  2071 third_party/protobuf/src/google/protobuf/descriptor.cc   output->push_back(DescriptorProto::kFieldFieldNumber);
DescriptorProto  2078 third_party/protobuf/src/google/protobuf/descriptor.cc     output->push_back(DescriptorProto::kEnumTypeFieldNumber);
DescriptorProto  2294 third_party/protobuf/src/google/protobuf/descriptor.cc   void BuildMessage(const DescriptorProto& proto,
DescriptorProto  2311 third_party/protobuf/src/google/protobuf/descriptor.cc   void BuildExtensionRange(const DescriptorProto::ExtensionRange& proto,
DescriptorProto  2333 third_party/protobuf/src/google/protobuf/descriptor.cc   void CrossLinkMessage(Descriptor* message, const DescriptorProto& proto);
DescriptorProto  2480 third_party/protobuf/src/google/protobuf/descriptor.cc                               const DescriptorProto& proto);
DescriptorProto  3249 third_party/protobuf/src/google/protobuf/descriptor.cc void DescriptorBuilder::BuildMessage(const DescriptorProto& proto,
DescriptorProto  3549 third_party/protobuf/src/google/protobuf/descriptor.cc     const DescriptorProto::ExtensionRange& proto,
DescriptorProto  3761 third_party/protobuf/src/google/protobuf/descriptor.cc     Descriptor* message, const DescriptorProto& proto) {
DescriptorProto  4053 third_party/protobuf/src/google/protobuf/descriptor.cc                                                const DescriptorProto& proto) {
DescriptorProto    81 third_party/protobuf/src/google/protobuf/descriptor.h class DescriptorProto;
DescriptorProto   160 third_party/protobuf/src/google/protobuf/descriptor.h   void CopyTo(DescriptorProto* proto) const;
DescriptorProto   140 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, name_),
DescriptorProto   141 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, field_),
DescriptorProto   142 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, extension_),
DescriptorProto   143 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, nested_type_),
DescriptorProto   144 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, enum_type_),
DescriptorProto   145 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, extension_range_),
DescriptorProto   146 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, options_),
DescriptorProto   151 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       DescriptorProto::default_instance_,
DescriptorProto   153 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, _has_bits_[0]),
DescriptorProto   154 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, _unknown_fields_),
DescriptorProto   158 third_party/protobuf/src/google/protobuf/descriptor.pb.cc       sizeof(DescriptorProto));
DescriptorProto   481 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     DescriptorProto_descriptor_, &DescriptorProto::default_instance());
DescriptorProto   525 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   delete DescriptorProto::default_instance_;
DescriptorProto   679 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   DescriptorProto::default_instance_ = new DescriptorProto();
DescriptorProto   699 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   DescriptorProto::default_instance_->InitAsDefaultInstance();
DescriptorProto  1881 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int DescriptorProto::kNameFieldNumber;
DescriptorProto  1882 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int DescriptorProto::kFieldFieldNumber;
DescriptorProto  1883 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int DescriptorProto::kExtensionFieldNumber;
DescriptorProto  1884 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int DescriptorProto::kNestedTypeFieldNumber;
DescriptorProto  1885 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int DescriptorProto::kEnumTypeFieldNumber;
DescriptorProto  1886 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int DescriptorProto::kExtensionRangeFieldNumber;
DescriptorProto  1887 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const int DescriptorProto::kOptionsFieldNumber;
DescriptorProto  1890 third_party/protobuf/src/google/protobuf/descriptor.pb.cc DescriptorProto::DescriptorProto()
DescriptorProto  1895 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void DescriptorProto::InitAsDefaultInstance() {
DescriptorProto  1899 third_party/protobuf/src/google/protobuf/descriptor.pb.cc DescriptorProto::DescriptorProto(const DescriptorProto& from)
DescriptorProto  1905 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void DescriptorProto::SharedCtor() {
DescriptorProto  1912 third_party/protobuf/src/google/protobuf/descriptor.pb.cc DescriptorProto::~DescriptorProto() {
DescriptorProto  1916 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void DescriptorProto::SharedDtor() {
DescriptorProto  1925 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void DescriptorProto::SetCachedSize(int size) const {
DescriptorProto  1930 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* DescriptorProto::descriptor() {
DescriptorProto  1935 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const DescriptorProto& DescriptorProto::default_instance() {
DescriptorProto  1940 third_party/protobuf/src/google/protobuf/descriptor.pb.cc DescriptorProto* DescriptorProto::default_instance_ = NULL;
DescriptorProto  1942 third_party/protobuf/src/google/protobuf/descriptor.pb.cc DescriptorProto* DescriptorProto::New() const {
DescriptorProto  1943 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   return new DescriptorProto;
DescriptorProto  1946 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void DescriptorProto::Clear() {
DescriptorProto  1966 third_party/protobuf/src/google/protobuf/descriptor.pb.cc bool DescriptorProto::MergePartialFromCodedStream(
DescriptorProto  2093 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void DescriptorProto::SerializeWithCachedSizes(
DescriptorProto  2146 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::uint8* DescriptorProto::SerializeWithCachedSizesToArray(
DescriptorProto  2207 third_party/protobuf/src/google/protobuf/descriptor.pb.cc int DescriptorProto::ByteSize() const {
DescriptorProto  2277 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void DescriptorProto::MergeFrom(const ::google::protobuf::Message& from) {
DescriptorProto  2279 third_party/protobuf/src/google/protobuf/descriptor.pb.cc   const DescriptorProto* source =
DescriptorProto  2280 third_party/protobuf/src/google/protobuf/descriptor.pb.cc     ::google::protobuf::internal::dynamic_cast_if_available<const DescriptorProto*>(
DescriptorProto  2289 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void DescriptorProto::MergeFrom(const DescriptorProto& from) {
DescriptorProto  2307 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void DescriptorProto::CopyFrom(const ::google::protobuf::Message& from) {
DescriptorProto  2313 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void DescriptorProto::CopyFrom(const DescriptorProto& from) {
DescriptorProto  2319 third_party/protobuf/src/google/protobuf/descriptor.pb.cc bool DescriptorProto::IsInitialized() const {
DescriptorProto  2339 third_party/protobuf/src/google/protobuf/descriptor.pb.cc void DescriptorProto::Swap(DescriptorProto* other) {
DescriptorProto  2354 third_party/protobuf/src/google/protobuf/descriptor.pb.cc ::google::protobuf::Metadata DescriptorProto::GetMetadata() const {
DescriptorProto    40 third_party/protobuf/src/google/protobuf/descriptor.pb.h class DescriptorProto;
DescriptorProto   363 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline const ::google::protobuf::DescriptorProto& message_type(int index) const;
DescriptorProto   364 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::DescriptorProto* mutable_message_type(int index);
DescriptorProto   365 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::DescriptorProto* add_message_type();
DescriptorProto   366 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto >&
DescriptorProto   368 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto >*
DescriptorProto   443 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto > message_type_;
DescriptorProto   554 third_party/protobuf/src/google/protobuf/descriptor.pb.h class LIBPROTOBUF_EXPORT DescriptorProto : public ::google::protobuf::Message {
DescriptorProto   556 third_party/protobuf/src/google/protobuf/descriptor.pb.h   DescriptorProto();
DescriptorProto   557 third_party/protobuf/src/google/protobuf/descriptor.pb.h   virtual ~DescriptorProto();
DescriptorProto   559 third_party/protobuf/src/google/protobuf/descriptor.pb.h   DescriptorProto(const DescriptorProto& from);
DescriptorProto   561 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline DescriptorProto& operator=(const DescriptorProto& from) {
DescriptorProto   575 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static const DescriptorProto& default_instance();
DescriptorProto   577 third_party/protobuf/src/google/protobuf/descriptor.pb.h   void Swap(DescriptorProto* other);
DescriptorProto   581 third_party/protobuf/src/google/protobuf/descriptor.pb.h   DescriptorProto* New() const;
DescriptorProto   584 third_party/protobuf/src/google/protobuf/descriptor.pb.h   void CopyFrom(const DescriptorProto& from);
DescriptorProto   585 third_party/protobuf/src/google/protobuf/descriptor.pb.h   void MergeFrom(const DescriptorProto& from);
DescriptorProto   650 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline const ::google::protobuf::DescriptorProto& nested_type(int index) const;
DescriptorProto   651 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::DescriptorProto* mutable_nested_type(int index);
DescriptorProto   652 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::DescriptorProto* add_nested_type();
DescriptorProto   653 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto >&
DescriptorProto   655 third_party/protobuf/src/google/protobuf/descriptor.pb.h   inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto >*
DescriptorProto   703 third_party/protobuf/src/google/protobuf/descriptor.pb.h   ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto > nested_type_;
DescriptorProto   716 third_party/protobuf/src/google/protobuf/descriptor.pb.h   static DescriptorProto* default_instance_;
DescriptorProto  3048 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::DescriptorProto& FileDescriptorProto::message_type(int index) const {
DescriptorProto  3051 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::DescriptorProto* FileDescriptorProto::mutable_message_type(int index) {
DescriptorProto  3054 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::DescriptorProto* FileDescriptorProto::add_message_type() {
DescriptorProto  3057 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto >&
DescriptorProto  3061 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto >*
DescriptorProto  3270 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline bool DescriptorProto::has_name() const {
DescriptorProto  3273 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void DescriptorProto::set_has_name() {
DescriptorProto  3276 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void DescriptorProto::clear_has_name() {
DescriptorProto  3279 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void DescriptorProto::clear_name() {
DescriptorProto  3285 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::std::string& DescriptorProto::name() const {
DescriptorProto  3288 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void DescriptorProto::set_name(const ::std::string& value) {
DescriptorProto  3295 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void DescriptorProto::set_name(const char* value) {
DescriptorProto  3302 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void DescriptorProto::set_name(const char* value, size_t size) {
DescriptorProto  3309 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::std::string* DescriptorProto::mutable_name() {
DescriptorProto  3316 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::std::string* DescriptorProto::release_name() {
DescriptorProto  3326 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void DescriptorProto::set_allocated_name(::std::string* name) {
DescriptorProto  3340 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline int DescriptorProto::field_size() const {
DescriptorProto  3343 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void DescriptorProto::clear_field() {
DescriptorProto  3346 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::FieldDescriptorProto& DescriptorProto::field(int index) const {
DescriptorProto  3349 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::FieldDescriptorProto* DescriptorProto::mutable_field(int index) {
DescriptorProto  3352 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::FieldDescriptorProto* DescriptorProto::add_field() {
DescriptorProto  3356 third_party/protobuf/src/google/protobuf/descriptor.pb.h DescriptorProto::field() const {
DescriptorProto  3360 third_party/protobuf/src/google/protobuf/descriptor.pb.h DescriptorProto::mutable_field() {
DescriptorProto  3365 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline int DescriptorProto::extension_size() const {
DescriptorProto  3368 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void DescriptorProto::clear_extension() {
DescriptorProto  3371 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::FieldDescriptorProto& DescriptorProto::extension(int index) const {
DescriptorProto  3374 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::FieldDescriptorProto* DescriptorProto::mutable_extension(int index) {
DescriptorProto  3377 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::FieldDescriptorProto* DescriptorProto::add_extension() {
DescriptorProto  3381 third_party/protobuf/src/google/protobuf/descriptor.pb.h DescriptorProto::extension() const {
DescriptorProto  3385 third_party/protobuf/src/google/protobuf/descriptor.pb.h DescriptorProto::mutable_extension() {
DescriptorProto  3390 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline int DescriptorProto::nested_type_size() const {
DescriptorProto  3393 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void DescriptorProto::clear_nested_type() {
DescriptorProto  3396 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::DescriptorProto& DescriptorProto::nested_type(int index) const {
DescriptorProto  3399 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::DescriptorProto* DescriptorProto::mutable_nested_type(int index) {
DescriptorProto  3402 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::DescriptorProto* DescriptorProto::add_nested_type() {
DescriptorProto  3405 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto >&
DescriptorProto  3406 third_party/protobuf/src/google/protobuf/descriptor.pb.h DescriptorProto::nested_type() const {
DescriptorProto  3409 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto >*
DescriptorProto  3410 third_party/protobuf/src/google/protobuf/descriptor.pb.h DescriptorProto::mutable_nested_type() {
DescriptorProto  3415 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline int DescriptorProto::enum_type_size() const {
DescriptorProto  3418 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void DescriptorProto::clear_enum_type() {
DescriptorProto  3421 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::EnumDescriptorProto& DescriptorProto::enum_type(int index) const {
DescriptorProto  3424 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::EnumDescriptorProto* DescriptorProto::mutable_enum_type(int index) {
DescriptorProto  3427 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::EnumDescriptorProto* DescriptorProto::add_enum_type() {
DescriptorProto  3431 third_party/protobuf/src/google/protobuf/descriptor.pb.h DescriptorProto::enum_type() const {
DescriptorProto  3435 third_party/protobuf/src/google/protobuf/descriptor.pb.h DescriptorProto::mutable_enum_type() {
DescriptorProto  3440 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline int DescriptorProto::extension_range_size() const {
DescriptorProto  3443 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void DescriptorProto::clear_extension_range() {
DescriptorProto  3446 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::DescriptorProto_ExtensionRange& DescriptorProto::extension_range(int index) const {
DescriptorProto  3449 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::DescriptorProto_ExtensionRange* DescriptorProto::mutable_extension_range(int index) {
DescriptorProto  3452 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::DescriptorProto_ExtensionRange* DescriptorProto::add_extension_range() {
DescriptorProto  3456 third_party/protobuf/src/google/protobuf/descriptor.pb.h DescriptorProto::extension_range() const {
DescriptorProto  3460 third_party/protobuf/src/google/protobuf/descriptor.pb.h DescriptorProto::mutable_extension_range() {
DescriptorProto  3465 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline bool DescriptorProto::has_options() const {
DescriptorProto  3468 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void DescriptorProto::set_has_options() {
DescriptorProto  3471 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void DescriptorProto::clear_has_options() {
DescriptorProto  3474 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void DescriptorProto::clear_options() {
DescriptorProto  3478 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline const ::google::protobuf::MessageOptions& DescriptorProto::options() const {
DescriptorProto  3481 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::MessageOptions* DescriptorProto::mutable_options() {
DescriptorProto  3486 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline ::google::protobuf::MessageOptions* DescriptorProto::release_options() {
DescriptorProto  3492 third_party/protobuf/src/google/protobuf/descriptor.pb.h inline void DescriptorProto::set_allocated_options(::google::protobuf::MessageOptions* options) {
DescriptorProto   138 third_party/protobuf/src/google/protobuf/descriptor_database.cc     const DescriptorProto& message_type,
DescriptorProto   168 third_party/protobuf/src/google/protobuf/descriptor_database.h     bool AddNestedExtensions(const DescriptorProto& message_type,
DescriptorProto    62 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc DescriptorProto* AddMessage(FileDescriptorProto* file, const string& name) {
DescriptorProto    63 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorProto* result = file->add_message_type();
DescriptorProto    68 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc DescriptorProto* AddNestedMessage(DescriptorProto* parent, const string& name) {
DescriptorProto    69 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorProto* result = parent->add_nested_type();
DescriptorProto    80 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EnumDescriptorProto* AddNestedEnum(DescriptorProto* parent,
DescriptorProto    94 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto* AddField(DescriptorProto* parent,
DescriptorProto   120 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc FieldDescriptorProto* AddNestedExtension(DescriptorProto* parent,
DescriptorProto   134 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc DescriptorProto::ExtensionRange* AddExtensionRange(DescriptorProto* parent,
DescriptorProto   136 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorProto::ExtensionRange* result = parent->add_extension_range();
DescriptorProto   405 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     DescriptorProto* message = AddMessage(&foo_file, "TestMessage");
DescriptorProto   426 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     DescriptorProto* message2 = AddMessage(&bar_file, "TestMessage2");
DescriptorProto   657 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     DescriptorProto* message = AddMessage(&file, "TestMessage");
DescriptorProto  1176 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     DescriptorProto* message = AddMessage(&foo_file, "TestMessage");
DescriptorProto  1188 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     DescriptorProto* message2 = AddMessage(&bar_file, "TestMessage2");
DescriptorProto  1384 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     DescriptorProto* foo = AddMessage(&foo_file, "Foo");
DescriptorProto  1396 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     DescriptorProto* bar = AddMessage(&foo_file, "Bar");
DescriptorProto  1529 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     DescriptorProto* message = AddMessage(&file_proto, "TestMessage");
DescriptorProto  1657 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorProto* message_proto = AddMessage(&file_proto, "TestMessage");
DescriptorProto  1777 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc   DescriptorProto* message_proto = AddMessage(&file_proto, "TestMessage");
DescriptorProto  2504 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc     BuildFileInTestPool(DescriptorProto::descriptor()->file());
DescriptorProto   578 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc   DescriptorProto template_descriptor_proto;