HomeSort by relevance Sort by last modified time
    Searched refs:DescriptorProto (Results 1 - 17 of 17) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
parser.h 288 bool ParseMessageDefinition(DescriptorProto* message,
312 bool ParseMessageBlock(DescriptorProto* message,
324 bool ParseMessageStatement(DescriptorProto* message,
340 // either a FileDescriptorProto or a DescriptorProto, we must pass in the
343 RepeatedPtrField<DescriptorProto>* messages,
352 RepeatedPtrField<DescriptorProto>* messages,
359 bool ParseExtensions(DescriptorProto* message,
366 RepeatedPtrField<DescriptorProto>* messages,
376 DescriptorProto* containing_type,
parser.cc 536 DescriptorProto* message,
542 DescriptorProto::kNameFieldNumber);
555 bool IsMessageSetWireFormatMessage(const DescriptorProto& message) {
571 void AdjustExtensionRangesWithMaxEndNumber(DescriptorProto* message) {
585 bool Parser::ParseMessageBlock(DescriptorProto* message,
609 bool Parser::ParseMessageStatement(DescriptorProto* message,
617 DescriptorProto::kNestedTypeFieldNumber,
623 DescriptorProto::kEnumTypeFieldNumber,
629 DescriptorProto::kExtensionRangeFieldNumber);
633 DescriptorProto::kExtensionFieldNumber)
    [all...]
parser_unittest.cc     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 40 class DescriptorProto;
356 // repeated .google.protobuf.DescriptorProto message_type = 4;
360 inline const ::google::protobuf::DescriptorProto& message_type(int index) const;
361 inline ::google::protobuf::DescriptorProto* mutable_message_type(int index);
362 inline ::google::protobuf::DescriptorProto* add_message_type();
363 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto >&
365 inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto >*
442 ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto > message_type_;
524 // @@protoc_insertion_point(class_scope:google.protobuf.DescriptorProto.ExtensionRange)
546 class LIBPROTOBUF_EXPORT DescriptorProto : public ::google::protobuf::Message
    [all...]
descriptor_database.h 169 bool AddNestedExtensions(const DescriptorProto& message_type,
descriptor_unittest.cc 62 DescriptorProto* AddMessage(FileDescriptorProto* file, const string& name) {
63 DescriptorProto* result = file->add_message_type();
68 DescriptorProto* AddNestedMessage(DescriptorProto* parent, const string& name) {
69 DescriptorProto* result = parent->add_nested_type();
80 EnumDescriptorProto* AddNestedEnum(DescriptorProto* parent,
94 FieldDescriptorProto* AddField(DescriptorProto* parent,
120 FieldDescriptorProto* AddNestedExtension(DescriptorProto* parent,
134 DescriptorProto::ExtensionRange* AddExtensionRange(DescriptorProto* parent
    [all...]
descriptor.pb.cc 143 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, name_),
144 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, field_),
145 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, extension_),
146 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, nested_type_),
147 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, enum_type_),
148 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, extension_range_),
149 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, oneof_decl_),
150 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, options_),
155 DescriptorProto::default_instance_,
157 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, _has_bits_[0])
    [all...]
descriptor.cc     [all...]
descriptor_database.cc 138 const DescriptorProto& message_type,
descriptor.h 79 class DescriptorProto;
156 // Write the contents of this Descriptor into the given DescriptorProto.
157 // The target DescriptorProto must be clear before calling this; if it
159 void CopyTo(DescriptorProto* proto) const;
    [all...]
extension_set_unittest.cc     [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 33 import com.google.protobuf.DescriptorProtos.DescriptorProto;
447 .addMessageType(DescriptorProto.newBuilder()
479 .addMessageType(DescriptorProto.newBuilder()
488 .addMessageType(DescriptorProto.newBuilder()
571 .addMessageType(DescriptorProto.newBuilder().setName("Bar"))
580 .addMessageType(DescriptorProto.newBuilder()
606 .addMessageType(DescriptorProto.newBuilder().setName("Bar"))
616 .addMessageType(DescriptorProto.newBuilder()
650 .addMessageType(DescriptorProto.newBuilder()
719 .addMessageType(DescriptorProto.newBuilder(
    [all...]
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 420 descriptor_pb2.DescriptorProto,
436 descriptor_pb2.DescriptorProto,
453 descriptor_pb2.DescriptorProto,
494 descriptor_pb2.DescriptorProto,
508 descriptor_pb2.DescriptorProto,
530 descriptor_pb2.DescriptorProto,
reflection_test.py     [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 564 public DescriptorProto toProto() { return proto; }
618 for (final DescriptorProto.ExtensionRange range :
691 private DescriptorProto proto;
711 this.proto = DescriptorProto.newBuilder().setName(name).addExtensionRange(
712 DescriptorProto.ExtensionRange.newBuilder().setStart(1)
727 private Descriptor(final DescriptorProto proto,
798 private void setProto(final DescriptorProto proto) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 662 DescriptorProto edp;
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 342 milliseconds