/external/protobuf/src/google/protobuf/compiler/ |
parser.h | 216 bool ParseMessageDefinition(DescriptorProto* message); 226 bool ParseMessageBlock(DescriptorProto* message); 232 bool ParseMessageStatement(DescriptorProto* message); 239 RepeatedPtrField<DescriptorProto>* messages); 242 bool ParseExtensions(DescriptorProto* message); 246 RepeatedPtrField<DescriptorProto>* messages);
|
parser_unittest.cc | [all...] |
parser.cc | 394 bool Parser::ParseMessageDefinition(DescriptorProto* message) { 402 bool Parser::ParseMessageBlock(DescriptorProto* message) { 421 bool Parser::ParseMessageStatement(DescriptorProto* message) { 443 RepeatedPtrField<DescriptorProto>* messages) { 476 DescriptorProto* group = messages->Add(); 756 bool Parser::ParseExtensions(DescriptorProto* message) { 761 DescriptorProto::ExtensionRange* range = message->add_extension_range(); 790 RepeatedPtrField<DescriptorProto>* messages) { [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
parser.h | 286 bool ParseMessageDefinition(DescriptorProto* message, 304 bool ParseMessageBlock(DescriptorProto* message, 313 bool ParseMessageStatement(DescriptorProto* message, 326 // either a FileDescriptorProto or a DescriptorProto, we must pass in the 329 RepeatedPtrField<DescriptorProto>* messages, 335 bool ParseExtensions(DescriptorProto* message, 341 RepeatedPtrField<DescriptorProto>* messages,
|
parser.cc | 529 bool Parser::ParseMessageDefinition(DescriptorProto* message, 534 DescriptorProto::kNameFieldNumber); 547 bool IsMessageSetWireFormatMessage(const DescriptorProto& message) { 563 void AdjustExtensionRangesWithMaxEndNumber(DescriptorProto* message) { 577 bool Parser::ParseMessageBlock(DescriptorProto* message, 600 bool Parser::ParseMessageStatement(DescriptorProto* message, 607 DescriptorProto::kNestedTypeFieldNumber, 612 DescriptorProto::kEnumTypeFieldNumber, 617 DescriptorProto::kExtensionRangeFieldNumber); 621 DescriptorProto::kExtensionFieldNumber) [all...] |
parser_unittest.cc | [all...] |
/external/protobuf/python/google/protobuf/internal/ |
descriptor_test.py | 159 descriptor_pb2.DescriptorProto, 175 descriptor_pb2.DescriptorProto, 192 descriptor_pb2.DescriptorProto, 233 descriptor_pb2.DescriptorProto, 247 descriptor_pb2.DescriptorProto, 269 descriptor_pb2.DescriptorProto,
|
/external/protobuf/src/google/protobuf/ |
descriptor.pb.h | 38 class DescriptorProto; 336 // repeated .google.protobuf.DescriptorProto message_type = 4; 340 inline const ::google::protobuf::DescriptorProto& message_type(int index) const; 341 inline ::google::protobuf::DescriptorProto* mutable_message_type(int index); 342 inline ::google::protobuf::DescriptorProto* add_message_type(); 343 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto >& 345 inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto >* 401 ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto > message_type_; 496 // @@protoc_insertion_point(class_scope:google.protobuf.DescriptorProto.ExtensionRange) 525 class LIBPROTOBUF_EXPORT DescriptorProto : public ::google::protobuf::Message [all...] |
descriptor.pb.cc | 125 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, name_), 126 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, field_), 127 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, extension_), 128 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, nested_type_), 129 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, enum_type_), 130 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, extension_range_), 131 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, options_), 136 DescriptorProto::default_instance_, 138 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, _has_bits_[0]), 139 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, _unknown_fields_) [all...] |
descriptor_database.h | 167 bool AddNestedExtensions(const DescriptorProto& message_type,
|
descriptor_unittest.cc | 60 DescriptorProto* AddMessage(FileDescriptorProto* file, const string& name) { 61 DescriptorProto* result = file->add_message_type(); 66 DescriptorProto* AddNestedMessage(DescriptorProto* parent, const string& name) { 67 DescriptorProto* result = parent->add_nested_type(); 78 EnumDescriptorProto* AddNestedEnum(DescriptorProto* parent, 92 FieldDescriptorProto* AddField(DescriptorProto* parent, 118 FieldDescriptorProto* AddNestedExtension(DescriptorProto* parent, 132 DescriptorProto::ExtensionRange* AddExtensionRange(DescriptorProto* parent [all...] |
descriptor.h | 77 class DescriptorProto; 138 // Write the contents of this Descriptor into the given DescriptorProto. 139 // The target DescriptorProto must be clear before calling this; if it 141 void CopyTo(DescriptorProto* proto) const; [all...] |
descriptor.cc | [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor.pb.h | 40 class DescriptorProto; 359 // repeated .google.protobuf.DescriptorProto message_type = 4; 363 inline const ::google::protobuf::DescriptorProto& message_type(int index) const; 364 inline ::google::protobuf::DescriptorProto* mutable_message_type(int index); 365 inline ::google::protobuf::DescriptorProto* add_message_type(); 366 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto >& 368 inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto >* 443 ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto > message_type_; 530 // @@protoc_insertion_point(class_scope:google.protobuf.DescriptorProto.ExtensionRange) 554 class LIBPROTOBUF_EXPORT DescriptorProto : public ::google::protobuf::Message [all...] |
descriptor_database.h | 168 bool AddNestedExtensions(const DescriptorProto& message_type,
|
descriptor.pb.cc | 140 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, name_), 141 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, field_), 142 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, extension_), 143 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, nested_type_), 144 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, enum_type_), 145 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, extension_range_), 146 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, options_), 151 DescriptorProto::default_instance_, 153 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, _has_bits_[0]), 154 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto, _unknown_fields_) [all...] |
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.h | 81 class DescriptorProto; 157 // Write the contents of this Descriptor into the given DescriptorProto. 158 // The target DescriptorProto must be clear before calling this; if it 160 void CopyTo(DescriptorProto* proto) const; [all...] |
descriptor.cc | [all...] |
descriptor_database.cc | 138 const DescriptorProto& message_type,
|
/external/chromium_org/third_party/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,
|
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
DescriptorsTest.java | 33 import com.google.protobuf.DescriptorProtos.DescriptorProto; 439 .addMessageType(DescriptorProto.newBuilder() 471 .addMessageType(DescriptorProto.newBuilder() 480 .addMessageType(DescriptorProto.newBuilder() 537 .addMessageType(DescriptorProto.newBuilder().setName("Bar")) 546 .addMessageType(DescriptorProto.newBuilder() 572 .addMessageType(DescriptorProto.newBuilder().setName("Bar")) 582 .addMessageType(DescriptorProto.newBuilder() 616 .addMessageType(DescriptorProto.newBuilder()
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
Descriptors.java | 457 public DescriptorProto toProto() { return proto; } 506 for (final DescriptorProto.ExtensionRange range : 571 private DescriptorProto proto; 580 private Descriptor(final DescriptorProto proto, 634 private void setProto(final DescriptorProto proto) { [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Descriptors.java | 430 public DescriptorProto toProto() { return proto; } 479 for (final DescriptorProto.ExtensionRange range : 544 private DescriptorProto proto; 553 private Descriptor(final DescriptorProto proto, 607 private void setProto(final DescriptorProto proto) { [all...] |
/external/protobuf/java/src/test/java/com/google/protobuf/ |
DescriptorsTest.java | 33 import com.google.protobuf.DescriptorProtos.DescriptorProto; 435 .addMessageType(DescriptorProto.newBuilder()
|