/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_field.cc | 101 case FieldOptions::STRING: 116 case FieldOptions::STRING:
|
cpp_string_field.cc | 94 if (descriptor_->options().ctype() != FieldOptions::STRING) { 110 if (descriptor_->options().ctype() != FieldOptions::STRING) { 281 if (descriptor_->options().ctype() != FieldOptions::STRING) { 309 if (descriptor_->options().ctype() != FieldOptions::STRING) {
|
/external/protobuf/src/google/protobuf/ |
descriptor.pb.h | 47 class FieldOptions; [all...] |
dynamic_message.cc | 111 case FieldOptions::STRING: 131 case FieldOptions::STRING: 275 case FieldOptions::STRING: 347 case FieldOptions::STRING: 363 case FieldOptions::STRING: {
|
generated_message_reflection.cc | 244 case FieldOptions::STRING: 275 case FieldOptions::STRING: { 392 case FieldOptions::STRING: 494 case FieldOptions::STRING: 534 case FieldOptions::STRING: 580 case FieldOptions::STRING: 755 case FieldOptions::STRING: 774 case FieldOptions::STRING: 794 case FieldOptions::STRING: { [all...] |
descriptor.pb.cc | 295 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, ctype_), 296 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, packed_), 297 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, deprecated_), 298 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, experimental_map_key_), 299 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, uninterpreted_option_), 304 FieldOptions::default_instance_, 306 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, _has_bits_[0]), 307 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, _unknown_fields_), 308 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, _extensions_), 311 sizeof(FieldOptions)); [all...] |
descriptor.h | 85 class FieldOptions; 462 // Get the FieldOptions for this field. This includes things listed in 465 // has the "ctype" option set. Allowed options are defined by FieldOptions 468 const FieldOptions& options() const; 483 typedef FieldOptions OptionsType; 507 const FieldOptions* options_; [all...] |
descriptor_unittest.cc | [all...] |
descriptor.cc | [all...] |
/external/protobuf/java/src/test/java/com/google/protobuf/ |
DescriptorsTest.java | 211 assertEquals(DescriptorProtos.FieldOptions.getDefaultInstance(), 230 assertEquals(DescriptorProtos.FieldOptions.CType.CORD, 242 assertEquals(DescriptorProtos.FieldOptions.getDefaultInstance(),
|
/external/protobuf/python/google/protobuf/internal/ |
descriptor_test.py | 122 descriptor_pb2.FieldOptions())
|
reflection_test.py | 717 options=descriptor_pb2.FieldOptions()) [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
parser_unittest.cc | 394 TEST_F(ParseMessageTest, FieldOptions) { [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Descriptors.java | 724 /** Get the {@code FieldOptions}, defined in {@code descriptor.proto}. */ 725 public FieldOptions getOptions() { return proto.getOptions(); } [all...] |