HomeSort by relevance Sort by last modified time
    Searched refs:FieldOptions (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.cc 104 case FieldOptions::STRING:
119 case FieldOptions::STRING:
cpp_string_field.cc 101 if (descriptor_->options().ctype() != FieldOptions::STRING) {
120 if (descriptor_->options().ctype() != FieldOptions::STRING) {
329 if (descriptor_->options().ctype() != FieldOptions::STRING) {
357 if (descriptor_->options().ctype() != FieldOptions::STRING) {
  /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...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
dynamic_message.cc 111 case FieldOptions::STRING:
133 case FieldOptions::STRING:
287 case FieldOptions::STRING:
359 case FieldOptions::STRING:
375 case FieldOptions::STRING: {
descriptor.pb.h 49 class FieldOptions;
    [all...]
generated_message_reflection.cc 229 case FieldOptions::STRING:
260 case FieldOptions::STRING: {
380 case FieldOptions::STRING:
482 case FieldOptions::STRING:
522 case FieldOptions::STRING:
568 case FieldOptions::STRING:
757 case FieldOptions::STRING:
776 case FieldOptions::STRING:
796 case FieldOptions::STRING: {
    [all...]
descriptor.h 89 class FieldOptions;
496 // Get the FieldOptions for this field. This includes things listed in
499 // has the "ctype" option set. Allowed options are defined by FieldOptions
502 const FieldOptions& options() const;
524 typedef FieldOptions OptionsType;
552 const FieldOptions* options_;
    [all...]
descriptor.pb.cc 313 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, ctype_),
314 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, packed_),
315 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, lazy_),
316 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, deprecated_),
317 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, experimental_map_key_),
318 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, weak_),
319 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, uninterpreted_option_),
324 FieldOptions::default_instance_,
326 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, _has_bits_[0]),
327 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, _unknown_fields_)
    [all...]
message.cc 221 FieldDescriptor::CPPTYPE_STRING, FieldOptions::STRING, NULL);
descriptor_unittest.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())
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 215 assertEquals(DescriptorProtos.FieldOptions.getDefaultInstance(),
234 assertEquals(DescriptorProtos.FieldOptions.CType.CORD,
246 assertEquals(DescriptorProtos.FieldOptions.getDefaultInstance(),
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 394 TEST_F(ParseMessageTest, FieldOptions) {
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
descriptor_test.py 132 descriptor_pb2.FieldOptions())
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 400 TEST_F(ParseMessageTest, FieldOptions) {
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 751 /** Get the {@code FieldOptions}, defined in {@code descriptor.proto}. */
752 public FieldOptions getOptions() { return proto.getOptions(); }
    [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...]

Completed in 405 milliseconds

1 2