/external/protobuf/src/google/protobuf/ |
D | wrappers.pb.cc | 139 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UInt32Value, value_), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto() 144 UInt32Value::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto() 149 sizeof(UInt32Value), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto() 150 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UInt32Value, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto() 151 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UInt32Value, _is_default_instance_)); in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto() 220 UInt32Value_descriptor_, &UInt32Value::default_instance()); in protobuf_RegisterTypes() 242 delete UInt32Value::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto() 278 UInt32Value::default_instance_ = new UInt32Value(); in protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto() 287 UInt32Value::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto() 1610 const int UInt32Value::kValueFieldNumber; [all …]
|
D | wrappers.pb.h | 47 class UInt32Value; variable 507 class LIBPROTOBUF_EXPORT UInt32Value : public ::google::protobuf::Message { 509 UInt32Value(); 510 virtual ~UInt32Value(); 512 UInt32Value(const UInt32Value& from); 514 inline UInt32Value& operator=(const UInt32Value& from) { 524 static const UInt32Value& default_instance(); 526 void UnsafeArenaSwap(UInt32Value* other); 527 void Swap(UInt32Value* other); 531 inline UInt32Value* New() const { return New(NULL); } in New() [all …]
|
D | unittest_well_known_types.proto | 38 google.protobuf.UInt32Value uint32_field = 15; 63 repeated google.protobuf.UInt32Value uint32_field = 15; 85 google.protobuf.UInt32Value uint32_field = 15; 110 map<int32,google.protobuf.UInt32Value> uint32_field = 15;
|
D | wrappers.proto | 91 // The JSON representation for `UInt32Value` is JSON number. 92 message UInt32Value { message
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Wrappers.cs | 44 …peof(global::Google.Protobuf.WellKnownTypes.UInt32Value), global::Google.Protobuf.WellKnownTypes.U… in WrappersReflection() 615 public sealed partial class UInt32Value : pb::IMessage<UInt32Value> { class 616 …te static readonly pb::MessageParser<UInt32Value> _parser = new pb::MessageParser<UInt32Value>(() … 617 public static pb::MessageParser<UInt32Value> Parser { get { return _parser; } } 627 public UInt32Value() { in UInt32Value() method in Google.Protobuf.WellKnownTypes.UInt32Value 633 public UInt32Value(UInt32Value other) : this() { in UInt32Value() method in Google.Protobuf.WellKnownTypes.UInt32Value 637 public UInt32Value Clone() { in Clone() 638 return new UInt32Value(this); in Clone() 655 return Equals(other as UInt32Value); in Equals() 658 public bool Equals(UInt32Value other) { in Equals() [all …]
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | FuzzTestData.cs | 32 public static readonly uint UInt32Value = 0xFDDDDDDD; field in FlatBuffers.Test.FuzzTestData
|
D | FlatBuffersFuzzTests.cs | 627 builder.AddUint(j, FuzzTestData.UInt32Value, 0); in CheckObjects() 709 Assert.AreEqual(FuzzTestData.UInt32Value, table.GetSlot(f, (uint)0)); in CheckObjects()
|
/external/protobuf/src/google/protobuf/util/ |
D | json_format_proto3.proto | 117 google.protobuf.UInt32Value uint32_value = 4; 127 repeated google.protobuf.UInt32Value repeated_uint32_value = 14;
|
/external/protobuf/src/google/protobuf/util/internal/testdata/ |
D | wrappers.proto | 83 google.protobuf.UInt32Value uint32 = 1;
|
/external/protobuf/conformance/ |
D | conformance.proto | 219 google.protobuf.UInt32Value optional_uint32_wrapper = 204; 229 repeated google.protobuf.UInt32Value repeated_uint32_wrapper = 214;
|
D | Makefile.am | 57 com/google/protobuf/UInt32Value.java \ 121 lite/com/google/protobuf/UInt32Value.java \
|
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
D | JsonFormatTest.java | 46 import com.google.protobuf.UInt32Value; 852 anyMessage = Any.pack(UInt32Value.newBuilder().setValue(12345).build()); in testAnyFields()
|
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | JsonFormat.java | 66 import com.google.protobuf.UInt32Value; 494 printers.put(UInt32Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters() 1026 parsers.put(UInt32Value.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypeParsers()
|
/external/protobuf/java/util/src/test/proto/com/google/protobuf/util/ |
D | json_test.proto | 167 google.protobuf.UInt32Value uint32_value = 2;
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | JsonParser.cs | 84 { UInt32Value.Descriptor.FullName, MergeWrapperField },
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | JsonParserTest.cs | 138 [TestCase(typeof(UInt32Value), "32", 32U)]
|