Descriptor 13 media/base/android/java/src/org/chromium/media/AudioRecordInput.java import android.media.audiofx.AudioEffect.Descriptor; Descriptor 192 media/base/android/java/src/org/chromium/media/AudioRecordInput.java Descriptor descriptor = mAEC.getDescriptor(); Descriptor 33 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java import com.google.protobuf.Descriptors.Descriptor; Descriptor 442 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java Descriptor type, Descriptor 599 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java Descriptor type, Descriptor 87 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java public List<Descriptor> getMessageTypes() { Descriptor 122 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java public Descriptor findMessageTypeByName(String name) { Descriptor 132 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java if (result != null && result instanceof Descriptor && Descriptor 134 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java return (Descriptor)result; Descriptor 339 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java private final Descriptor[] messageTypes; Descriptor 368 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java messageTypes = new Descriptor[proto.getMessageTypeCount()]; Descriptor 371 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java new Descriptor(proto.getMessageType(i), this, null, i); Descriptor 393 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java for (final Descriptor messageType : messageTypes) { Descriptor 479 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java public Descriptor getContainingType() { return containingType; } Descriptor 495 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java public List<Descriptor> getNestedTypes() { Descriptor 545 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java public Descriptor findNestedTypeByName(final String name) { Descriptor 548 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java if (result != null && result instanceof Descriptor) { Descriptor 549 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java return (Descriptor)result; Descriptor 574 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java private final Descriptor containingType; Descriptor 575 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java private final Descriptor[] nestedTypes; Descriptor 582 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java final Descriptor parent, Descriptor 591 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java nestedTypes = new Descriptor[proto.getNestedTypeCount()]; Descriptor 593 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java nestedTypes[i] = new Descriptor( Descriptor 620 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java for (final Descriptor nestedType : nestedTypes) { Descriptor 762 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java public Descriptor getContainingType() { return containingType; } Descriptor 785 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java public Descriptor getExtensionScope() { Descriptor 794 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java public Descriptor getMessageType() { Descriptor 835 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java private final Descriptor extensionScope; Descriptor 839 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java private Descriptor containingType; Descriptor 840 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java private Descriptor messageType; Descriptor 913 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java final Descriptor parent, Descriptor 967 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java if (!(extendee instanceof Descriptor)) { Descriptor 971 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java containingType = (Descriptor)extendee; Descriptor 988 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java if (typeDescriptor instanceof Descriptor) { Descriptor 999 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java if (!(typeDescriptor instanceof Descriptor)) { Descriptor 1003 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java messageType = (Descriptor)typeDescriptor; Descriptor 1193 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java public Descriptor getContainingType() { return containingType; } Descriptor 1233 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java private final Descriptor containingType; Descriptor 1238 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java final Descriptor parent, Descriptor 1462 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java public Descriptor getInputType() { return inputType; } Descriptor 1465 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java public Descriptor getOutputType() { return outputType; } Descriptor 1479 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java private Descriptor inputType; Descriptor 1480 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java private Descriptor outputType; Descriptor 1501 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java if (!(input instanceof Descriptor)) { Descriptor 1505 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java inputType = (Descriptor)input; Descriptor 1510 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java if (!(output instanceof Descriptor)) { Descriptor 1514 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java outputType = (Descriptor)output; Descriptor 1526 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java final Descriptor parent, Descriptor 1696 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java return (descriptor instanceof Descriptor) || Descriptor 1702 third_party/protobuf/java/src/main/java/com/google/protobuf/Descriptors.java return (descriptor instanceof Descriptor) || Descriptor 33 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java import com.google.protobuf.Descriptors.Descriptor; Descriptor 48 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java private final Descriptor type; Descriptor 56 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java private DynamicMessage(Descriptor type, FieldSet<FieldDescriptor> fields, Descriptor 67 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public static DynamicMessage getDefaultInstance(Descriptor type) { Descriptor 73 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public static DynamicMessage parseFrom(Descriptor type, Descriptor 81 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java Descriptor type, Descriptor 89 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public static DynamicMessage parseFrom(Descriptor type, ByteString data) Descriptor 95 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public static DynamicMessage parseFrom(Descriptor type, ByteString data, Descriptor 102 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public static DynamicMessage parseFrom(Descriptor type, byte[] data) Descriptor 108 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public static DynamicMessage parseFrom(Descriptor type, byte[] data, Descriptor 115 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public static DynamicMessage parseFrom(Descriptor type, InputStream input) Descriptor 121 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public static DynamicMessage parseFrom(Descriptor type, InputStream input, Descriptor 128 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public static Builder newBuilder(Descriptor type) { Descriptor 143 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public Descriptor getDescriptorForType() { Descriptor 189 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java private static boolean isInitialized(Descriptor type, Descriptor 279 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java private final Descriptor type; Descriptor 284 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java private Builder(Descriptor type) { Descriptor 363 third_party/protobuf/java/src/main/java/com/google/protobuf/DynamicMessage.java public Descriptor getDescriptorForType() { Descriptor 33 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java import com.google.protobuf.Descriptors.Descriptor; Descriptor 150 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java public ExtensionInfo findExtensionByNumber(final Descriptor containingType, Descriptor 245 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java private final Descriptor descriptor; Descriptor 248 third_party/protobuf/java/src/main/java/com/google/protobuf/ExtensionRegistry.java DescriptorIntPair(final Descriptor descriptor, final int number) { Descriptor 33 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java import com.google.protobuf.Descriptors.Descriptor; Descriptor 97 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public Descriptor getDescriptorForType() { Descriptor 105 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java final Descriptor descriptor = internalGetFieldAccessorTable().descriptor; Descriptor 308 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java public Descriptor getDescriptorForType() { Descriptor 321 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java final Descriptor descriptor = internalGetFieldAccessorTable().descriptor; Descriptor 1462 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java final Descriptor descriptor, Descriptor 1475 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java final Descriptor descriptor, Descriptor 1528 third_party/protobuf/java/src/main/java/com/google/protobuf/GeneratedMessage.java private final Descriptor descriptor; Descriptor 142 third_party/protobuf/java/src/main/java/com/google/protobuf/Message.java Descriptors.Descriptor getDescriptorForType(); Descriptor 73 third_party/protobuf/java/src/main/java/com/google/protobuf/MessageOrBuilder.java Descriptors.Descriptor getDescriptorForType(); Descriptor 33 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java import com.google.protobuf.Descriptors.Descriptor; Descriptor 1075 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java final Descriptor type = builder.getDescriptorForType(); Descriptor 68 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java public Descriptors.Descriptor getDescriptorForType() { Descriptor 120 third_party/protobuf/java/src/test/java/com/google/protobuf/AbstractMessageTest.java public Descriptors.Descriptor getDescriptorForType() { Descriptor 40 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java import com.google.protobuf.Descriptors.Descriptor; Descriptor 103 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java Descriptor messageType = TestAllTypes.getDescriptor(); Descriptor 150 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java Descriptor messageType = TestAllTypes.getDescriptor(); Descriptor 151 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java Descriptor nestedType = TestAllTypes.NestedMessage.getDescriptor(); Descriptor 194 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java Descriptor messageType = TestAllTypes.getDescriptor(); Descriptor 276 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java Descriptor d = TestAllTypes.getDescriptor(); Descriptor 354 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java Descriptor descriptor = Descriptor 496 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java List<Descriptor> msglist = file.getMessageTypes(); Descriptor 500 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java for (Descriptor desc : msglist) { Descriptor 631 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java List<Descriptor> msglist = barFile.getMessageTypes(); Descriptor 634 third_party/protobuf/java/src/test/java/com/google/protobuf/DescriptorsTest.java Descriptor desc = msglist.get(0); Descriptor 33 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java import com.google.protobuf.Descriptors.Descriptor; Descriptor 1012 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java Descriptor descriptor = TestAllTypes.getDescriptor(); Descriptor 1085 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java Descriptor descriptor = TestAllTypes.getDescriptor(); Descriptor 1110 third_party/protobuf/java/src/test/java/com/google/protobuf/GeneratedMessageTest.java Descriptor descriptor = TestAllTypes.getDescriptor(); Descriptor 168 third_party/protobuf/java/src/test/java/com/google/protobuf/MessageTest.java Descriptors.Descriptor descriptor = TestRequired.getDescriptor(); Descriptor 181 third_party/protobuf/java/src/test/java/com/google/protobuf/MessageTest.java Descriptors.Descriptor descriptor = TestRequiredForeign.getDescriptor(); Descriptor 308 third_party/protobuf/java/src/test/java/com/google/protobuf/MessageTest.java Descriptors.Descriptor descriptor = TestRequired.getDescriptor(); Descriptor 318 third_party/protobuf/java/src/test/java/com/google/protobuf/MessageTest.java Descriptors.Descriptor descriptor = TestRequired.getDescriptor(); Descriptor 342 third_party/protobuf/java/src/test/java/com/google/protobuf/MessageTest.java Descriptors.Descriptor descriptor = TestRequired.getDescriptor(); Descriptor 53 third_party/protobuf/java/src/test/java/com/google/protobuf/TestBadIdentifiers.java String descriptorField = TestBadIdentifiersProto.Descriptor Descriptor 55 third_party/protobuf/java/src/test/java/com/google/protobuf/TestBadIdentifiers.java Descriptors.Descriptor protoDescriptor = TestBadIdentifiersProto.Descriptor Descriptor 57 third_party/protobuf/java/src/test/java/com/google/protobuf/TestBadIdentifiers.java String nestedDescriptorField = TestBadIdentifiersProto.Descriptor Descriptor 59 third_party/protobuf/java/src/test/java/com/google/protobuf/TestBadIdentifiers.java Descriptors.Descriptor nestedProtoDescriptor = TestBadIdentifiersProto Descriptor 60 third_party/protobuf/java/src/test/java/com/google/protobuf/TestBadIdentifiers.java .Descriptor.NestedDescriptor.getDefaultInstance() Descriptor 2760 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java private final Descriptors.Descriptor baseDescriptor; Descriptor 2767 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java private final Descriptors.Descriptor optionalGroup; Descriptor 2768 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java private final Descriptors.Descriptor repeatedGroup; Descriptor 2769 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java private final Descriptors.Descriptor nestedMessage; Descriptor 2770 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java private final Descriptors.Descriptor foreignMessage; Descriptor 2771 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java private final Descriptors.Descriptor importMessage; Descriptor 2772 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java private final Descriptors.Descriptor publicImportMessage; Descriptor 2808 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java public ReflectionTester(Descriptors.Descriptor baseDescriptor, Descriptor 2818 third_party/protobuf/java/src/test/java/com/google/protobuf/TestUtil.java Descriptors.Descriptor testAllTypes; Descriptor 89 third_party/protobuf/java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java Descriptors.Descriptor descriptor; Descriptor 273 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java Descriptors.Descriptor descriptor = TestFieldOrderings.getDescriptor(); Descriptor 311 third_party/protobuf/java/src/test/java/com/google/protobuf/WireFormatTest.java Descriptors.Descriptor descriptor = TestFieldOrderings.getDescriptor(); Descriptor 391 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc const google::protobuf::Descriptor* descriptor = Descriptor 1025 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc const google::protobuf::Descriptor* descriptor = message->GetDescriptor(); Descriptor 1101 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc const google::protobuf::Descriptor* descriptor = message->GetDescriptor(); Descriptor 1304 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc const Descriptor* type = pool->FindMessageTypeByName(codec_type_); Descriptor 53 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc const Descriptor* extendee = descriptor->containing_type(); Descriptor 85 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc FieldGeneratorMap::FieldGeneratorMap(const Descriptor* descriptor, Descriptor 156 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.h explicit FieldGeneratorMap(const Descriptor* descriptor, const Options& options); Descriptor 162 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.h const Descriptor* descriptor_; Descriptor 112 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc bool HasExtension(const Descriptor* descriptor) { Descriptor 131 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc string ClassName(const Descriptor* descriptor, bool qualified) { Descriptor 135 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc const Descriptor* outer = descriptor; Descriptor 164 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc string SuperClassName(const Descriptor* descriptor) { Descriptor 423 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc static bool HasEnumDefinitions(const Descriptor* message_type) { Descriptor 66 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h string ClassName(const Descriptor* descriptor, bool qualified); Descriptor 69 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h string SuperClassName(const Descriptor* descriptor); Descriptor 83 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.h inline const Descriptor* FieldScope(const FieldDescriptor* field) { Descriptor 88 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const FieldDescriptor** SortFieldsByNumber(const Descriptor* descriptor) { Descriptor 101 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc bool operator()(const Descriptor::ExtensionRange* left, Descriptor 102 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const Descriptor::ExtensionRange* right) const { Descriptor 120 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const Descriptor* type, Descriptor 121 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc hash_set<const Descriptor*>* already_seen) { Descriptor 151 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc static bool HasRequiredFields(const Descriptor* type) { Descriptor 152 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc hash_set<const Descriptor*> already_seen; Descriptor 291 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc MessageGenerator::MessageGenerator(const Descriptor* descriptor, Descriptor 579 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const Descriptor* nested_type = descriptor_->nested_type(i); Descriptor 1599 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc const Descriptor::ExtensionRange* range = Descriptor 1694 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc io::Printer* printer, const Descriptor::ExtensionRange* range, Descriptor 1785 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc vector<const Descriptor::ExtensionRange*> sorted_extensions; Descriptor 60 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.h explicit MessageGenerator(const Descriptor* descriptor, Descriptor 151 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.h io::Printer* printer, const Descriptor::ExtensionRange* range, Descriptor 155 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.h const Descriptor* descriptor_; Descriptor 289 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.cc const Descriptor* type = Descriptor 231 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc const Descriptor* item_type = file->FindMessageTypeByName("Item"); Descriptor 233 third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc const Descriptor* map_type = file->FindMessageTypeByName("Map"); Descriptor 168 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc void WriteMessageDocComment(io::Printer* printer, const Descriptor* message) { Descriptor 51 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.h void WriteMessageDocComment(io::Printer* printer, const Descriptor* message); Descriptor 60 third_party/protobuf/src/google/protobuf/compiler/java/java_field.cc FieldGeneratorMap::FieldGeneratorMap(const Descriptor* descriptor) Descriptor 87 third_party/protobuf/src/google/protobuf/compiler/java/java_field.h explicit FieldGeneratorMap(const Descriptor* descriptor); Descriptor 94 third_party/protobuf/src/google/protobuf/compiler/java/java_field.h const Descriptor* descriptor_; Descriptor 105 third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc const Descriptor* file_proto_desc = alternate_pool.FindMessageTypeByName( Descriptor 180 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc string ClassName(const Descriptor* descriptor) { Descriptor 81 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h string ClassName(const Descriptor* descriptor); Descriptor 122 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h inline bool HasUnknownFields(const Descriptor* descriptor) { Descriptor 130 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h inline bool HasGeneratedMethods(const Descriptor* descriptor) { Descriptor 136 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h inline bool HasEqualsAndHashCode(const Descriptor* descriptor) { Descriptor 141 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h inline bool HasDescriptorMethods(const Descriptor* descriptor) { Descriptor 154 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.h inline bool HasNestedBuilders(const Descriptor* descriptor) { Descriptor 79 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc bool operator()(const Descriptor::ExtensionRange* a, Descriptor 80 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc const Descriptor::ExtensionRange* b) const { Descriptor 87 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc const FieldDescriptor** SortFieldsByNumber(const Descriptor* descriptor) { Descriptor 101 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc string UniqueFileScopeIdentifier(const Descriptor* descriptor) { Descriptor 111 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc const Descriptor* type, Descriptor 112 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc hash_set<const Descriptor*>* already_seen) { Descriptor 146 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc static bool HasRequiredFields(const Descriptor* type) { Descriptor 147 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc hash_set<const Descriptor*> already_seen; Descriptor 155 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc MessageGenerator::MessageGenerator(const Descriptor* descriptor) Descriptor 489 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc vector<const Descriptor::ExtensionRange*> sorted_extensions; Descriptor 673 third_party/protobuf/src/google/protobuf/compiler/java/java_message.cc io::Printer* printer, const Descriptor::ExtensionRange* range) { Descriptor 55 third_party/protobuf/src/google/protobuf/compiler/java/java_message.h explicit MessageGenerator(const Descriptor* descriptor); Descriptor 88 third_party/protobuf/src/google/protobuf/compiler/java/java_message.h io::Printer* printer, const Descriptor::ExtensionRange* range); Descriptor 101 third_party/protobuf/src/google/protobuf/compiler/java/java_message.h const Descriptor* descriptor_; Descriptor 1402 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc const Descriptor* descriptor = root.GetDescriptor(); Descriptor 25 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc const ::google::protobuf::Descriptor* CodeGeneratorRequest_descriptor_ = NULL; Descriptor 28 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc const ::google::protobuf::Descriptor* CodeGeneratorResponse_descriptor_ = NULL; Descriptor 31 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc const ::google::protobuf::Descriptor* CodeGeneratorResponse_File_descriptor_ = NULL; Descriptor 208 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc const ::google::protobuf::Descriptor* CodeGeneratorRequest::descriptor() { Descriptor 533 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc const ::google::protobuf::Descriptor* CodeGeneratorResponse_File::descriptor() { Descriptor 863 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc const ::google::protobuf::Descriptor* CodeGeneratorResponse::descriptor() { Descriptor 65 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h static const ::google::protobuf::Descriptor* descriptor(); Descriptor 182 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h static const ::google::protobuf::Descriptor* descriptor(); Descriptor 299 third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h static const ::google::protobuf::Descriptor* descriptor(); Descriptor 95 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc for (const Descriptor* current = descriptor.containing_type(); Descriptor 420 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc void Generator::PrintNestedEnums(const Descriptor& descriptor) const { Descriptor 553 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc void Generator::PrintDescriptor(const Descriptor& message_descriptor) const { Descriptor 608 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const Descriptor::ExtensionRange* range = Descriptor 629 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const Descriptor& containing_descriptor) const { Descriptor 651 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const Descriptor& message_descriptor) const { Descriptor 673 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const Descriptor& containing_descriptor) const { Descriptor 688 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const Descriptor& descriptor, Descriptor 689 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const Descriptor* containing_descriptor) const { Descriptor 706 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc void Generator::AddMessageToFileDescriptor(const Descriptor& descriptor) const { Descriptor 726 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc void Generator::FixForeignFieldsInField(const Descriptor* containing_type, Descriptor 733 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const Descriptor* foreign_message_type = field.message_type(); Descriptor 755 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const Descriptor* containing_type, Descriptor 775 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const Descriptor* containing_descriptor) const { Descriptor 838 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const Descriptor& descriptor) const { Descriptor 916 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const Descriptor& message_descriptor, Descriptor 919 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc int (Descriptor::*CountFn)() const, Descriptor 920 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const FieldDescriptor* (Descriptor::*GetterFn)(int) const) const { Descriptor 935 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const Descriptor& message_descriptor) const { Descriptor 939 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc &Descriptor::field_count, &Descriptor::field); Descriptor 945 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc const Descriptor& message_descriptor) const { Descriptor 949 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc &Descriptor::extension_count, &Descriptor::extension); Descriptor 991 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc string Generator::ModuleLevelMessageName(const Descriptor& descriptor) const { Descriptor 1124 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.cc void Generator::FixOptionsForMessage(const Descriptor& descriptor) const { Descriptor 46 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h class Descriptor; Descriptor 77 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h void PrintNestedEnums(const Descriptor& descriptor) const; Descriptor 85 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h const Descriptor& message_descriptor, Descriptor 88 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h int (Descriptor::*CountFn)() const, Descriptor 89 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h const FieldDescriptor* (Descriptor::*GetterFn)(int) const) const; Descriptor 90 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h void PrintFieldsInDescriptor(const Descriptor& message_descriptor) const; Descriptor 91 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h void PrintExtensionsInDescriptor(const Descriptor& message_descriptor) const; Descriptor 93 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h void PrintDescriptor(const Descriptor& message_descriptor) const; Descriptor 94 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h void PrintNestedDescriptors(const Descriptor& containing_descriptor) const; Descriptor 97 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h void PrintMessage(const Descriptor& message_descriptor) const; Descriptor 98 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h void PrintNestedMessages(const Descriptor& containing_descriptor) const; Descriptor 102 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h const Descriptor& descriptor, Descriptor 103 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h const Descriptor* containing_descriptor) const; Descriptor 104 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h void FixForeignFieldsInField(const Descriptor* containing_type, Descriptor 107 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h void AddMessageToFileDescriptor(const Descriptor& descriptor) const; Descriptor 108 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h string FieldReferencingExpression(const Descriptor* containing_type, Descriptor 114 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h const Descriptor* containing_descriptor) const; Descriptor 119 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h void FixForeignFieldsInNestedExtensions(const Descriptor& descriptor) const; Descriptor 133 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h string ModuleLevelMessageName(const Descriptor& descriptor) const; Descriptor 144 third_party/protobuf/src/google/protobuf/compiler/python/python_generator.h void FixOptionsForMessage(const Descriptor& descriptor) const; Descriptor 242 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* descriptor; Descriptor 267 third_party/protobuf/src/google/protobuf/descriptor.cc CONSTRUCTOR(Descriptor , MESSAGE , descriptor ) Descriptor 377 third_party/protobuf/src/google/protobuf/descriptor.cc hash_set<const Descriptor*> extensions_loaded_from_db_; Descriptor 395 third_party/protobuf/src/google/protobuf/descriptor.cc inline const FieldDescriptor* FindExtension(const Descriptor* extendee, Descriptor 397 third_party/protobuf/src/google/protobuf/descriptor.cc inline void FindAllExtensions(const Descriptor* extendee, Descriptor 508 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* parent, int number) const; Descriptor 692 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* parent, int number) const { Descriptor 714 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* extendee, int number) { Descriptor 719 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* extendee, vector<const FieldDescriptor*>* out) const { Descriptor 994 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* DescriptorPool::FindMessageTypeByName( Descriptor 1048 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* extendee, int number) const { Descriptor 1068 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* extendee, vector<const FieldDescriptor*>* out) const { Descriptor 1097 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor::FindFieldByNumber(int key) const { Descriptor 1108 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor::FindFieldByLowercaseName(const string& key) const { Descriptor 1119 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor::FindFieldByCamelcaseName(const string& key) const { Descriptor 1130 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor::FindFieldByName(const string& key) const { Descriptor 1141 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor::FindExtensionByName(const string& key) const { Descriptor 1152 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor::FindExtensionByLowercaseName(const string& key) const { Descriptor 1163 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor::FindExtensionByCamelcaseName(const string& key) const { Descriptor 1173 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* Descriptor 1174 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor::FindNestedTypeByName(const string& key) const { Descriptor 1185 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor::FindEnumTypeByName(const string& key) const { Descriptor 1196 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor::FindEnumValueByName(const string& key) const { Descriptor 1233 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* Descriptor 1304 third_party/protobuf/src/google/protobuf/descriptor.cc bool Descriptor::IsExtensionNumber(int number) const { Descriptor 1395 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* containing_type, int field_number) const { Descriptor 1508 third_party/protobuf/src/google/protobuf/descriptor.cc void Descriptor::CopyTo(DescriptorProto* proto) const { Descriptor 1740 third_party/protobuf/src/google/protobuf/descriptor.cc set<const Descriptor*> groups; Descriptor 1761 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* containing_type = NULL; Descriptor 1776 third_party/protobuf/src/google/protobuf/descriptor.cc string Descriptor::DebugString() const { Descriptor 1783 third_party/protobuf/src/google/protobuf/descriptor.cc void Descriptor::DebugString(int depth, string *contents) const { Descriptor 1793 third_party/protobuf/src/google/protobuf/descriptor.cc set<const Descriptor*> groups; Descriptor 1827 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* containing_type = NULL; Descriptor 2021 third_party/protobuf/src/google/protobuf/descriptor.cc bool Descriptor::GetSourceLocation(SourceLocation* out_location) const { Descriptor 2058 third_party/protobuf/src/google/protobuf/descriptor.cc void Descriptor::GetLocationPath(vector<int>* output) const { Descriptor 2295 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* parent, Descriptor 2296 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor* result); Descriptor 2298 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* parent, Descriptor 2302 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* parent, Descriptor 2307 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* parent, Descriptor 2312 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* parent, Descriptor 2313 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor::ExtensionRange* result); Descriptor 2315 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* parent, Descriptor 2333 third_party/protobuf/src/google/protobuf/descriptor.cc void CrossLinkMessage(Descriptor* message, const DescriptorProto& proto); Descriptor 2462 third_party/protobuf/src/google/protobuf/descriptor.cc static inline bool get_is_placeholder(const Descriptor* descriptor) { Descriptor 2479 third_party/protobuf/src/google/protobuf/descriptor.cc void ValidateMessageOptions(Descriptor* message, Descriptor 2812 third_party/protobuf/src/google/protobuf/descriptor.cc tables_->AllocateArray<Descriptor>(1); Descriptor 2814 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor* placeholder_message = &placeholder_file->message_types_[0]; Descriptor 2827 third_party/protobuf/src/google/protobuf/descriptor.cc tables_->AllocateArray<Descriptor::ExtensionRange>(1); Descriptor 3250 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* parent, Descriptor 3251 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor* result) { Descriptor 3287 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor::ExtensionRange* range = result->extension_range(j); Descriptor 3301 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor::ExtensionRange* range1 = result->extension_range(i); Descriptor 3303 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor::ExtensionRange* range2 = result->extension_range(j); Descriptor 3317 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* parent, Descriptor 3550 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* parent, Descriptor 3551 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor::ExtensionRange* result) { Descriptor 3573 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* parent, Descriptor 3761 third_party/protobuf/src/google/protobuf/descriptor.cc Descriptor* message, const DescriptorProto& proto) { Descriptor 4052 third_party/protobuf/src/google/protobuf/descriptor.cc void DescriptorBuilder::ValidateMessageOptions(Descriptor* message, Descriptor 4198 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* item_type = field->message_type(); Descriptor 4322 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* options_descriptor = NULL; Descriptor 4351 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* descriptor = options_descriptor; Descriptor 4773 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* descriptor = message->GetDescriptor(); Descriptor 4781 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* foreign_type = result.descriptor; Descriptor 4837 third_party/protobuf/src/google/protobuf/descriptor.cc const Descriptor* type = option_field->message_type(); Descriptor 70 third_party/protobuf/src/google/protobuf/descriptor.h class Descriptor; Descriptor 127 third_party/protobuf/src/google/protobuf/descriptor.h class LIBPROTOBUF_EXPORT Descriptor { Descriptor 148 third_party/protobuf/src/google/protobuf/descriptor.h const Descriptor* containing_type() const; Descriptor 199 third_party/protobuf/src/google/protobuf/descriptor.h const Descriptor* nested_type(int index) const; Descriptor 203 third_party/protobuf/src/google/protobuf/descriptor.h const Descriptor* FindNestedTypeByName(const string& name) const; Descriptor 279 third_party/protobuf/src/google/protobuf/descriptor.h const Descriptor* containing_type_; Descriptor 290 third_party/protobuf/src/google/protobuf/descriptor.h Descriptor* nested_types_; Descriptor 302 third_party/protobuf/src/google/protobuf/descriptor.h Descriptor() {} Descriptor 308 third_party/protobuf/src/google/protobuf/descriptor.h GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Descriptor); Descriptor 474 third_party/protobuf/src/google/protobuf/descriptor.h const Descriptor* containing_type() const; Descriptor 481 third_party/protobuf/src/google/protobuf/descriptor.h const Descriptor* extension_scope() const; Descriptor 485 third_party/protobuf/src/google/protobuf/descriptor.h const Descriptor* message_type() const; Descriptor 547 third_party/protobuf/src/google/protobuf/descriptor.h const Descriptor* containing_type_; Descriptor 548 third_party/protobuf/src/google/protobuf/descriptor.h const Descriptor* extension_scope_; Descriptor 549 third_party/protobuf/src/google/protobuf/descriptor.h const Descriptor* message_type_; Descriptor 583 third_party/protobuf/src/google/protobuf/descriptor.h friend class Descriptor; Descriptor 619 third_party/protobuf/src/google/protobuf/descriptor.h const Descriptor* containing_type() const; Descriptor 653 third_party/protobuf/src/google/protobuf/descriptor.h const Descriptor* containing_type_; Descriptor 670 third_party/protobuf/src/google/protobuf/descriptor.h friend class Descriptor; Descriptor 833 third_party/protobuf/src/google/protobuf/descriptor.h const Descriptor* input_type() const; Descriptor 835 third_party/protobuf/src/google/protobuf/descriptor.h const Descriptor* output_type() const; Descriptor 870 third_party/protobuf/src/google/protobuf/descriptor.h const Descriptor* input_type_; Descriptor 871 third_party/protobuf/src/google/protobuf/descriptor.h const Descriptor* output_type_; Descriptor 928 third_party/protobuf/src/google/protobuf/descriptor.h const Descriptor* message_type(int index) const; Descriptor 958 third_party/protobuf/src/google/protobuf/descriptor.h const Descriptor* FindMessageTypeByName(const string& name) const; Descriptor 1010 third_party/protobuf/src/google/protobuf/descriptor.h Descriptor* message_types_; Descriptor 1027 third_party/protobuf/src/google/protobuf/descriptor.h friend class Descriptor; Descriptor 1113 third_party/protobuf/src/google/protobuf/descriptor.h const Descriptor* FindMessageTypeByName(const string& name) const; Descriptor 1123 third_party/protobuf/src/google/protobuf/descriptor.h const FieldDescriptor* FindExtensionByNumber(const Descriptor* extendee, Descriptor 1131 third_party/protobuf/src/google/protobuf/descriptor.h void FindAllExtensions(const Descriptor* extendee, Descriptor 1258 third_party/protobuf/src/google/protobuf/descriptor.h friend class Descriptor; Descriptor 1276 third_party/protobuf/src/google/protobuf/descriptor.h bool TryFindExtensionInFallbackDatabase(const Descriptor* containing_type, Descriptor 1322 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_STRING_ACCESSOR(Descriptor, name) Descriptor 1323 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_STRING_ACCESSOR(Descriptor, full_name) Descriptor 1324 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(Descriptor, file, const FileDescriptor*) Descriptor 1325 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(Descriptor, containing_type, const Descriptor*) Descriptor 1327 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(Descriptor, field_count, int) Descriptor 1328 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(Descriptor, nested_type_count, int) Descriptor 1329 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(Descriptor, enum_type_count, int) Descriptor 1331 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, field, const FieldDescriptor*) Descriptor 1332 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, nested_type, const Descriptor*) Descriptor 1333 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, enum_type, const EnumDescriptor*) Descriptor 1335 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(Descriptor, extension_range_count, int) Descriptor 1336 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(Descriptor, extension_count, int) Descriptor 1337 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, extension_range, Descriptor 1338 third_party/protobuf/src/google/protobuf/descriptor.h const Descriptor::ExtensionRange*) Descriptor 1339 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ARRAY_ACCESSOR(Descriptor, extension, Descriptor 1341 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_OPTIONS_ACCESSOR(Descriptor, MessageOptions) Descriptor 1352 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, containing_type, const Descriptor*) Descriptor 1353 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, extension_scope, const Descriptor*) Descriptor 1354 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(FieldDescriptor, message_type, const Descriptor*) Descriptor 1374 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(EnumDescriptor, containing_type, const Descriptor*) Descriptor 1397 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, input_type, const Descriptor*) Descriptor 1398 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ACCESSOR(MethodDescriptor, output_type, const Descriptor*) Descriptor 1412 third_party/protobuf/src/google/protobuf/descriptor.h PROTOBUF_DEFINE_ARRAY_ACCESSOR(FileDescriptor, message_type, const Descriptor*) Descriptor 1453 third_party/protobuf/src/google/protobuf/descriptor.h inline int Descriptor::index() const { Descriptor 24 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* FileDescriptorSet_descriptor_ = NULL; Descriptor 27 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* FileDescriptorProto_descriptor_ = NULL; Descriptor 30 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* DescriptorProto_descriptor_ = NULL; Descriptor 33 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* DescriptorProto_ExtensionRange_descriptor_ = NULL; Descriptor 36 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* FieldDescriptorProto_descriptor_ = NULL; Descriptor 41 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* EnumDescriptorProto_descriptor_ = NULL; Descriptor 44 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* EnumValueDescriptorProto_descriptor_ = NULL; Descriptor 47 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* ServiceDescriptorProto_descriptor_ = NULL; Descriptor 50 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* MethodDescriptorProto_descriptor_ = NULL; Descriptor 53 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* FileOptions_descriptor_ = NULL; Descriptor 57 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* MessageOptions_descriptor_ = NULL; Descriptor 60 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* FieldOptions_descriptor_ = NULL; Descriptor 64 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* EnumOptions_descriptor_ = NULL; Descriptor 67 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* EnumValueOptions_descriptor_ = NULL; Descriptor 70 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* ServiceOptions_descriptor_ = NULL; Descriptor 73 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* MethodOptions_descriptor_ = NULL; Descriptor 76 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* UninterpretedOption_descriptor_ = NULL; Descriptor 79 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* UninterpretedOption_NamePart_descriptor_ = NULL; Descriptor 82 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* SourceCodeInfo_descriptor_ = NULL; Descriptor 85 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* SourceCodeInfo_Location_descriptor_ = NULL; Descriptor 766 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* FileDescriptorSet::descriptor() { Descriptor 996 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* FileDescriptorProto::descriptor() { Descriptor 1672 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* DescriptorProto_ExtensionRange::descriptor() { Descriptor 1930 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* DescriptorProto::descriptor() { Descriptor 2507 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* FieldDescriptorProto::descriptor() { Descriptor 3063 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* EnumDescriptorProto::descriptor() { Descriptor 3380 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* EnumValueDescriptorProto::descriptor() { Descriptor 3692 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* ServiceDescriptorProto::descriptor() { Descriptor 4017 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* MethodDescriptorProto::descriptor() { Descriptor 4438 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* FileOptions::descriptor() { Descriptor 5094 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* MessageOptions::descriptor() { Descriptor 5434 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* FieldOptions::descriptor() { Descriptor 5906 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* EnumOptions::descriptor() { Descriptor 6172 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* EnumValueOptions::descriptor() { Descriptor 6397 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* ServiceOptions::descriptor() { Descriptor 6622 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* MethodOptions::descriptor() { Descriptor 6853 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* UninterpretedOption_NamePart::descriptor() { Descriptor 7132 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* UninterpretedOption::descriptor() { Descriptor 7614 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* SourceCodeInfo_Location::descriptor() { Descriptor 8017 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const ::google::protobuf::Descriptor* SourceCodeInfo::descriptor() { Descriptor 176 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const ::google::protobuf::Descriptor* descriptor(); Descriptor 261 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const ::google::protobuf::Descriptor* descriptor(); Descriptor 482 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const ::google::protobuf::Descriptor* descriptor(); Descriptor 574 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const ::google::protobuf::Descriptor* descriptor(); Descriptor 740 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const ::google::protobuf::Descriptor* descriptor(); Descriptor 979 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const ::google::protobuf::Descriptor* descriptor(); Descriptor 1091 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const ::google::protobuf::Descriptor* descriptor(); Descriptor 1200 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const ::google::protobuf::Descriptor* descriptor(); Descriptor 1312 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const ::google::protobuf::Descriptor* descriptor(); Descriptor 1441 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const ::google::protobuf::Descriptor* descriptor(); Descriptor 1669 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const ::google::protobuf::Descriptor* descriptor(); Descriptor 1777 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const ::google::protobuf::Descriptor* descriptor(); Descriptor 1955 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const ::google::protobuf::Descriptor* descriptor(); Descriptor 2053 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const ::google::protobuf::Descriptor* descriptor(); Descriptor 2141 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const ::google::protobuf::Descriptor* descriptor(); Descriptor 2229 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const ::google::protobuf::Descriptor* descriptor(); Descriptor 2317 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const ::google::protobuf::Descriptor* descriptor(); Descriptor 2414 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const ::google::protobuf::Descriptor* descriptor(); Descriptor 2576 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const ::google::protobuf::Descriptor* descriptor(); Descriptor 2706 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const ::google::protobuf::Descriptor* descriptor(); Descriptor 420 third_party/protobuf/src/google/protobuf/descriptor_database.cc const Descriptor* extendee = pool_.FindMessageTypeByName(containing_type); Descriptor 435 third_party/protobuf/src/google/protobuf/descriptor_database.cc const Descriptor* extendee = pool_.FindMessageTypeByName(extendee_type); Descriptor 254 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* foo_message_; Descriptor 260 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* bar_message_; Descriptor 471 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* message_; Descriptor 472 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* message2_; Descriptor 473 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* foreign_; Descriptor 718 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* message_; Descriptor 1065 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* foo_request_; Descriptor 1066 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* foo_response_; Descriptor 1067 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* bar_request_; Descriptor 1068 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* bar_response_; Descriptor 1069 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* baz_request_; Descriptor 1070 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* baz_response_; Descriptor 1241 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* message_; Descriptor 1242 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* message2_; Descriptor 1244 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* foo_; Descriptor 1245 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* bar_; Descriptor 1251 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* foo2_; Descriptor 1252 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* baz2_; Descriptor 1423 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* foo_; Descriptor 1424 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* bar_; Descriptor 1426 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* qux_; Descriptor 1717 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* message = file->message_type(0); Descriptor 1795 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* message = file->message_type(0); Descriptor 1899 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* bar_type_; Descriptor 1901 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* foo_type_; Descriptor 1928 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* baz_type = baz_field_->message_type(); Descriptor 1994 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* extendee = file->extension(0)->containing_type(); Descriptor 2111 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* corge_desc = file->message_type(0); Descriptor 2132 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* message = Descriptor 2395 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* msg = protobuf_unittest::AggregateMessage::descriptor(); Descriptor 4214 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* type = pool.FindMessageTypeByName("Foo"); Descriptor 4225 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* foo = pool.FindMessageTypeByName("Foo"); Descriptor 4239 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* foo = pool.FindMessageTypeByName("Foo"); Descriptor 4342 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* foo = pool.FindMessageTypeByName("Foo"); Descriptor 4387 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* foo = pool.FindMessageTypeByName("Foo"); Descriptor 4419 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor* foo = pool.FindMessageTypeByName("Foo"); Descriptor 4527 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor *a_desc = file_desc->FindMessageTypeByName("A"); Descriptor 4531 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor *a_b_desc = a_desc->FindNestedTypeByName("B"); Descriptor 4567 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor *bad1_a_desc = bad1_file_desc->FindMessageTypeByName("A"); Descriptor 4593 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc const Descriptor *bad2_a_desc = bad2_file_desc->FindMessageTypeByName("A"); Descriptor 177 third_party/protobuf/src/google/protobuf/dynamic_message.cc const Descriptor* type; // Type of this DynamicMessage. Descriptor 246 third_party/protobuf/src/google/protobuf/dynamic_message.cc const Descriptor* descriptor = type_info_->type; Descriptor 318 third_party/protobuf/src/google/protobuf/dynamic_message.cc const Descriptor* descriptor = type_info_->type; Descriptor 399 third_party/protobuf/src/google/protobuf/dynamic_message.cc const Descriptor* descriptor = type_info_->type; Descriptor 466 third_party/protobuf/src/google/protobuf/dynamic_message.cc const Message* DynamicMessageFactory::GetPrototype(const Descriptor* type) { Descriptor 472 third_party/protobuf/src/google/protobuf/dynamic_message.cc const Descriptor* type) { Descriptor 48 third_party/protobuf/src/google/protobuf/dynamic_message.h class Descriptor; // descriptor.h Descriptor 112 third_party/protobuf/src/google/protobuf/dynamic_message.h const Message* GetPrototype(const Descriptor* type); Descriptor 128 third_party/protobuf/src/google/protobuf/dynamic_message.h const Message* GetPrototypeNoLock(const Descriptor* type); Descriptor 60 third_party/protobuf/src/google/protobuf/dynamic_message_unittest.cc const Descriptor* descriptor_; Descriptor 62 third_party/protobuf/src/google/protobuf/dynamic_message_unittest.cc const Descriptor* extensions_descriptor_; Descriptor 64 third_party/protobuf/src/google/protobuf/dynamic_message_unittest.cc const Descriptor* packed_descriptor_; Descriptor 104 third_party/protobuf/src/google/protobuf/dynamic_message_unittest.cc TEST_F(DynamicMessageTest, Descriptor) { Descriptor 52 third_party/protobuf/src/google/protobuf/extension_set.h class Descriptor; // descriptor.h Descriptor 181 third_party/protobuf/src/google/protobuf/extension_set.h void AppendToList(const Descriptor* containing_type, Descriptor 234 third_party/protobuf/src/google/protobuf/extension_set.h const MessageLite& GetMessage(int number, const Descriptor* message_type, Descriptor 59 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc const Descriptor* containing_type) Descriptor 68 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc const Descriptor* containing_type_; Descriptor 71 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc void ExtensionSet::AppendToList(const Descriptor* containing_type, Descriptor 121 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc const Descriptor* message_type, Descriptor 576 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc const Descriptor* template_descriptor = Descriptor 69 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const Descriptor* descriptor, const FieldDescriptor* field, Descriptor 94 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const Descriptor* descriptor, const FieldDescriptor* field, Descriptor 108 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const Descriptor* descriptor, const FieldDescriptor* field, Descriptor 157 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const Descriptor* descriptor, Descriptor 1091 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc int ctype, const Descriptor* desc) const { Descriptor 1120 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc const Descriptor* type = descriptor_pool_->FindMessageTypeByName(name); Descriptor 128 third_party/protobuf/src/google/protobuf/generated_message_reflection.h GeneratedMessageReflection(const Descriptor* descriptor, Descriptor 285 third_party/protobuf/src/google/protobuf/generated_message_reflection.h int ctype, const Descriptor* desc) const; Descriptor 294 third_party/protobuf/src/google/protobuf/generated_message_reflection.h const Descriptor* descriptor_; Descriptor 359 third_party/protobuf/src/google/protobuf/generated_message_reflection.h int GetExtensionNumberOrDie(const Descriptor* type) const; Descriptor 236 third_party/protobuf/src/google/protobuf/generated_message_reflection_unittest.cc const Descriptor* descriptor = message.GetDescriptor(); Descriptor 258 third_party/protobuf/src/google/protobuf/generated_message_reflection_unittest.cc const Descriptor* descriptor = message.GetDescriptor(); Descriptor 435 third_party/protobuf/src/google/protobuf/generated_message_reflection_unittest.cc const Descriptor* descriptor = message.GetDescriptor(); Descriptor 63 third_party/protobuf/src/google/protobuf/message.cc const Descriptor* descriptor = GetDescriptor(); Descriptor 76 third_party/protobuf/src/google/protobuf/message.cc const Descriptor* descriptor = GetDescriptor(); Descriptor 241 third_party/protobuf/src/google/protobuf/message.cc void RegisterType(const Descriptor* descriptor, const Message* prototype); Descriptor 244 third_party/protobuf/src/google/protobuf/message.cc const Message* GetPrototype(const Descriptor* type); Descriptor 253 third_party/protobuf/src/google/protobuf/message.cc hash_map<const Descriptor*, const Message*> type_map_; Descriptor 284 third_party/protobuf/src/google/protobuf/message.cc void GeneratedMessageFactory::RegisterType(const Descriptor* descriptor, Descriptor 300 third_party/protobuf/src/google/protobuf/message.cc const Message* GeneratedMessageFactory::GetPrototype(const Descriptor* type) { Descriptor 352 third_party/protobuf/src/google/protobuf/message.cc const Descriptor* descriptor, const Message* prototype) { Descriptor 155 third_party/protobuf/src/google/protobuf/message.h const Descriptor* descriptor; Descriptor 295 third_party/protobuf/src/google/protobuf/message.h const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; } Descriptor 676 third_party/protobuf/src/google/protobuf/message.h int ctype, const Descriptor* message_type) const = 0; Descriptor 713 third_party/protobuf/src/google/protobuf/message.h virtual const Message* GetPrototype(const Descriptor* type) = 0; Descriptor 745 third_party/protobuf/src/google/protobuf/message.h static void InternalRegisterGeneratedMessage(const Descriptor* descriptor, Descriptor 345 third_party/protobuf/src/google/protobuf/message_unittest.cc const Descriptor* descriptor = pool.BuildFile(file)->message_type(0); Descriptor 57 third_party/protobuf/src/google/protobuf/reflection_ops.cc const Descriptor* descriptor = from.GetDescriptor(); Descriptor 140 third_party/protobuf/src/google/protobuf/reflection_ops.cc const Descriptor* descriptor = message.GetDescriptor(); Descriptor 226 third_party/protobuf/src/google/protobuf/reflection_ops.cc const Descriptor* descriptor = message.GetDescriptor(); Descriptor 65 third_party/protobuf/src/google/protobuf/repeated_field_reflection_unittest.cc const Descriptor* desc = message.GetDescriptor(); Descriptor 166 third_party/protobuf/src/google/protobuf/repeated_field_reflection_unittest.cc const Descriptor* desc = extended_message.GetDescriptor(); Descriptor 115 third_party/protobuf/src/google/protobuf/service.h class Descriptor; // descriptor.h Descriptor 2125 third_party/protobuf/src/google/protobuf/test_util.cc const Descriptor* base_descriptor) Descriptor 130 third_party/protobuf/src/google/protobuf/test_util.h explicit ReflectionTester(const Descriptor* base_descriptor); Descriptor 158 third_party/protobuf/src/google/protobuf/test_util.h const Descriptor* base_descriptor_; Descriptor 188 third_party/protobuf/src/google/protobuf/text_format.cc ParserImpl(const Descriptor* root_message_type, Descriptor 311 third_party/protobuf/src/google/protobuf/text_format.cc const Descriptor* descriptor = message->GetDescriptor(); Descriptor 902 third_party/protobuf/src/google/protobuf/text_format.cc const Descriptor* root_message_type_; Descriptor 757 third_party/protobuf/src/google/protobuf/text_format_unittest.cc const Descriptor* d, const string& field_name, Descriptor 788 third_party/protobuf/src/google/protobuf/text_format_unittest.cc const Descriptor* d = message->GetDescriptor(); Descriptor 853 third_party/protobuf/src/google/protobuf/text_format_unittest.cc const Descriptor* d = message->GetDescriptor(); Descriptor 98 third_party/protobuf/src/google/protobuf/unknown_field_set_unittest.cc const Descriptor* descriptor_; Descriptor 67 third_party/protobuf/src/google/protobuf/wire_format.cc const Descriptor* descriptor = message->GetDescriptor(); Descriptor 410 third_party/protobuf/src/google/protobuf/wire_format.cc const Descriptor* descriptor = message.GetDescriptor(); Descriptor 579 third_party/protobuf/src/google/protobuf/wire_format.cc const Descriptor* descriptor = message.GetDescriptor(); Descriptor 665 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc const google::protobuf::Descriptor* desc = msg1.GetDescriptor();