/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
D | cpp_field.cc | 148 case FieldOptions::STRING: in MakeGenerator() 163 case FieldOptions::STRING: in MakeGenerator() 178 case FieldOptions::STRING: in MakeGenerator()
|
D | cpp_helpers.h | 252 FieldOptions::CType EffectiveStringCType(const FieldDescriptor* field);
|
D | cpp_helpers.cc | 593 FieldOptions::CType EffectiveStringCType(const FieldDescriptor* field) { in EffectiveStringCType() 596 return FieldOptions::STRING; in EffectiveStringCType()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | dynamic_message.cc | 132 case FieldOptions::STRING: in FieldSpaceUsed() 154 case FieldOptions::STRING: in FieldSpaceUsed() 185 case FieldOptions::STRING: in OneofFieldSpaceUsed() 382 case FieldOptions::STRING: in SharedCtor() 451 case FieldOptions::STRING: { in ~DynamicMessage() 492 case FieldOptions::STRING: in ~DynamicMessage() 512 case FieldOptions::STRING: { in ~DynamicMessage() 838 case FieldOptions::STRING: in ConstructDefaultOneofInstance() 864 case FieldOptions::STRING: in DeleteDefaultOneofInstance()
|
D | descriptor.pb.h | 49 class FieldOptions; variable 1200 const ::google::protobuf::FieldOptions& options() const; 1201 ::google::protobuf::FieldOptions* mutable_options(); 1202 ::google::protobuf::FieldOptions* release_options(); 1203 void set_allocated_options(::google::protobuf::FieldOptions* options); 1240 ::google::protobuf::FieldOptions* options_; 2317 class LIBPROTOBUF_EXPORT FieldOptions : public ::google::protobuf::Message /* @@protoc_insertion_po… 2319 FieldOptions(); 2320 virtual ~FieldOptions(); 2322 FieldOptions(const FieldOptions& from); [all …]
|
D | descriptor.pb.cc | 377 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, ctype_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 378 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, packed_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 379 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, jstype_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 380 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, lazy_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 381 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, deprecated_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 382 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, weak_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 383 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, uninterpreted_option_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 388 FieldOptions::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 390 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 392 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FieldOptions, _extensions_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() [all …]
|
D | generated_message_reflection.cc | 314 case FieldOptions::STRING: in SpaceUsed() 354 case FieldOptions::STRING: { in SpaceUsed() 417 case FieldOptions::STRING: in SwapField() 485 case FieldOptions::STRING: in SwapField() 841 case FieldOptions::STRING: { in ClearField() 886 case FieldOptions::STRING: in ClearField() 938 case FieldOptions::STRING: in RemoveLast() 1150 case FieldOptions::STRING: { in DEFINE_PRIMITIVE_ACCESSORS() 1172 case FieldOptions::STRING: { in GetStringReference() 1195 case FieldOptions::STRING: { in SetString() [all …]
|
D | descriptor.h | 96 class FieldOptions; variable 622 const FieldOptions& options() const; 653 typedef FieldOptions OptionsType; 699 const FieldOptions* options_; 1700 PROTOBUF_DEFINE_OPTIONS_ACCESSOR(FieldDescriptor, FieldOptions) in PROTOBUF_DEFINE_STRING_ACCESSOR()
|
D | message.cc | 224 FieldDescriptor::CPPTYPE_STRING, FieldOptions::STRING, NULL); in MutableRawRepeatedString() 445 case FieldOptions::STRING: in RepeatedFieldAccessor()
|
D | unittest_custom_options.proto | 65 extend google.protobuf.FieldOptions { 343 extend google.protobuf.FieldOptions { optional Aggregate fieldopt = 15481374; }
|
D | descriptor_unittest.cc | 2332 TEST_F(MiscTest, FieldOptions) { in TEST_F() argument 2347 FieldOptions* options = bar_proto->mutable_options(); in TEST_F() 2348 options->set_ctype(FieldOptions::CORD); in TEST_F() 2363 EXPECT_EQ(&FieldOptions::default_instance(), &foo->options()); in TEST_F() 2366 EXPECT_NE(&FieldOptions::default_instance(), options); in TEST_F() 2368 EXPECT_EQ(FieldOptions::CORD, bar->options().ctype()); in TEST_F() 2736 EXPECT_EQ(FieldOptions::CORD, field->options().ctype()); in TEST()
|
D | no_field_presence_test.cc | 308 if (field->options().ctype() != google::protobuf::FieldOptions::STRING) { in TEST()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | PartialClasses.cs | 48 internal partial class FieldOptions class
|
D | Descriptor.cs | 158 …FieldOptions), global::Google.Protobuf.Reflection.FieldOptions.Parser, new[]{ "Ctype", "Packed", "… in DescriptorReflection() 1504 private global::Google.Protobuf.Reflection.FieldOptions options_; 1506 public global::Google.Protobuf.Reflection.FieldOptions Options { 1674 options_ = new global::Google.Protobuf.Reflection.FieldOptions(); in MergeFrom() 1718 options_ = new global::Google.Protobuf.Reflection.FieldOptions(); in MergeFrom() 3650 internal sealed partial class FieldOptions : pb::IMessage<FieldOptions> { class 3651 … static readonly pb::MessageParser<FieldOptions> _parser = new pb::MessageParser<FieldOptions>(() … 3653 public static pb::MessageParser<FieldOptions> Parser { get { return _parser; } } 3666 public FieldOptions() { in FieldOptions() method in Google.Protobuf.Reflection.FieldOptions 3673 public FieldOptions(FieldOptions other) : this() { in FieldOptions() method in Google.Protobuf.Reflection.FieldOptions [all …]
|
/frameworks/base/core/proto/android/ |
D | section.proto | 59 extend google.protobuf.FieldOptions {
|
D | privacy.proto | 57 extend google.protobuf.FieldOptions {
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
D | DescriptorsTest.java | 217 assertEquals(DescriptorProtos.FieldOptions.getDefaultInstance(), in testFieldDescriptor() 236 assertEquals(DescriptorProtos.FieldOptions.CType.CORD, in testFieldDescriptor() 248 assertEquals(DescriptorProtos.FieldOptions.getDefaultInstance(), in testFieldDescriptor() 799 .setOptions(DescriptorProtos.FieldOptions.newBuilder() in testPackedEnumField()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | DescriptorsTest.java | 216 assertEquals(DescriptorProtos.FieldOptions.getDefaultInstance(), in testFieldDescriptor() 235 assertEquals(DescriptorProtos.FieldOptions.CType.CORD, in testFieldDescriptor() 247 assertEquals(DescriptorProtos.FieldOptions.getDefaultInstance(), in testFieldDescriptor()
|
/frameworks/base/cmds/statsd/src/ |
D | atom_field_options.proto | 77 extend google.protobuf.FieldOptions {
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 64 extend google.protobuf.FieldOptions { 327 extend google.protobuf.FieldOptions { optional Aggregate fieldopt = 15481374; }
|
D | descriptor.proto | 167 optional FieldOptions options = 8; 340 message FieldOptions { message
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 64 extend google.protobuf.FieldOptions { 327 extend google.protobuf.FieldOptions { optional Aggregate fieldopt = 15481374; }
|
D | descriptor.proto | 167 optional FieldOptions options = 8; 340 message FieldOptions { message
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | descriptor.cc | 865 const FieldOptions& options(_GetDescriptor(self)->options()); in GetHasOptions() 866 if (&options != &FieldOptions::default_instance()) { in GetHasOptions()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 469 TEST_F(ParseMessageTest, FieldOptions) { in TEST_F() argument 2861 TEST_F(SourceInfoTest, FieldOptions) { in TEST_F() argument
|