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

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.cc 113 case FieldOptions::STRING:
128 case FieldOptions::STRING:
143 case FieldOptions::STRING:
cpp_string_field.cc 111 if (descriptor_->options().ctype() != FieldOptions::STRING) {
130 if (descriptor_->options().ctype() != FieldOptions::STRING) {
467 if (descriptor_->options().ctype() != FieldOptions::STRING) {
495 if (descriptor_->options().ctype() != FieldOptions::STRING) {
  /external/protobuf/src/google/protobuf/
dynamic_message.cc 111 case FieldOptions::STRING:
133 case FieldOptions::STRING:
164 case FieldOptions::STRING:
331 case FieldOptions::STRING:
393 case FieldOptions::STRING:
426 case FieldOptions::STRING:
442 case FieldOptions::STRING: {
725 case FieldOptions::STRING:
755 case FieldOptions::STRING:
descriptor.pb.h 50 class FieldOptions;
    [all...]
generated_message_reflection.cc 271 case FieldOptions::STRING:
305 case FieldOptions::STRING: {
398 case FieldOptions::STRING:
718 case FieldOptions::STRING:
758 case FieldOptions::STRING:
804 case FieldOptions::STRING:
    [all...]
descriptor.pb.cc 335 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, ctype_),
336 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, packed_),
337 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, lazy_),
338 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, deprecated_),
339 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, experimental_map_key_),
340 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, weak_),
341 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, uninterpreted_option_),
346 FieldOptions::default_instance_,
348 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, _has_bits_[0]),
349 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, _unknown_fields_)
    [all...]
descriptor.h 88 class FieldOptions;
522 // Get the FieldOptions for this field. This includes things listed in
525 // has the "ctype" option set. Allowed options are defined by FieldOptions
528 const FieldOptions& options() const;
556 typedef FieldOptions OptionsType;
588 const FieldOptions* options_;
    [all...]
message.cc 221 FieldDescriptor::CPPTYPE_STRING, FieldOptions::STRING, NULL);
descriptor_unittest.cc     [all...]
descriptor.cc     [all...]
  /external/nanopb-c/generator/proto/
nanopb_pb2.py 13 serialized_pb='\n\x0cnanopb.proto\x1a google/protobuf/descriptor.proto\"\x92\x01\n\rNanoPBOptions\x12\x10\n\x08max_size\x18\x01 \x01(\x05\x12\x11\n\tmax_count\x18\x02 \x01(\x05\x12$\n\x04type\x18\x03 \x01(\x0e\x32\n.FieldType:\nFT_DEFAULT\x12\x18\n\nlong_names\x18\x04 \x01(\x08:\x04true\x12\x1c\n\rpacked_struct\x18\x05 \x01(\x08:\x05\x66\x61lse*Z\n\tFieldType\x12\x0e\n\nFT_DEFAULT\x10\x00\x12\x0f\n\x0b\x46T_CALLBACK\x10\x01\x12\x0e\n\nFT_POINTER\x10\x04\x12\r\n\tFT_STATIC\x10\x02\x12\r\n\tFT_IGNORE\x10\x03:E\n\x0enanopb_fileopt\x12\x1c.google.protobuf.FileOptions\x18\xf2\x07 \x01(\x0b\x32\x0e.NanoPBOptions:G\n\rnanopb_msgopt\x12\x1f.google.protobuf.MessageOptions\x18\xf2\x07 \x01(\x0b\x32\x0e.NanoPBOptions:E\n\x0enanopb_enumopt\x12\x1c.google.protobuf.EnumOptions\x18\xf2\x07 \x01(\x0b\x32\x0e.NanoPBOptions:>\n\x06nanopb\x12\x1d.google.protobuf.FieldOptions\x18\xf2\x07 \x01(\x0b\x32\x0e.NanoPBOptionsB\x1a\n\x18\x66i.kapsi.koti.jpa.nanopb')
161 google.protobuf.descriptor_pb2.FieldOptions.RegisterExtension(nanopb)
  /external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 219 assertEquals(DescriptorProtos.FieldOptions.getDefaultInstance(),
238 assertEquals(DescriptorProtos.FieldOptions.CType.CORD,
250 assertEquals(DescriptorProtos.FieldOptions.getDefaultInstance(),
726 .setOptions(DescriptorProtos.FieldOptions.newBuilder()
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 401 TEST_F(ParseMessageTest, FieldOptions) {
    [all...]
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 132 descriptor_pb2.FieldOptions())
reflection_test.py     [all...]
  /external/nanopb-c/generator/
nanopb_generator.py     [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java     [all...]
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 211 milliseconds