/external/protobuf/php/tests/ |
D | wrapper_type_setters_test.php | 14 use Google\Protobuf\UInt32Value; alias 97 …[TestWrapperSetters::class, UInt32Value::class, "setUInt32Value", "setUInt32ValueUnwrapped", "getU… 98 [123, new UInt32Value(["value" => 123])], 99 [789, new UInt32Value(["value" => 789])], 101 [0, new UInt32Value()], 102 [5.5, new UInt32Value(["value" => 5])], // Test conversion from float to int 103 [-7, new UInt32Value(["value" => -7])], // Test conversion from -ve to +ve 188 [TestWrapperSetters::class, "setUInt32ValueUnwrapped", new UInt32Value()], 222 [TestWrapperSetters::class, UInt32Value::class, 'uint32_value', 'getUInt32Value', 6],
|
D | well_known_test.php | 34 use Google\Protobuf\UInt32Value; alias 380 $m = new UInt32Value();
|
/external/golang-protobuf/ptypes/wrappers/ |
D | wrappers.pb.go | 251 type UInt32Value struct { struct 259 func (m *UInt32Value) Reset() { *m = UInt32Value{} } argument 260 func (m *UInt32Value) String() string { return proto.CompactTextString(m) } argument 261 func (*UInt32Value) ProtoMessage() {} argument 262 func (*UInt32Value) Descriptor() ([]byte, []int) { argument 266 func (*UInt32Value) XXX_WellKnownType() string { return "UInt32Value" } argument 268 func (m *UInt32Value) XXX_Unmarshal(b []byte) error { argument 271 func (m *UInt32Value) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument 274 func (m *UInt32Value) XXX_Merge(src proto.Message) { argument 277 func (m *UInt32Value) XXX_Size() int { argument [all …]
|
D | wrappers.proto | 95 // The JSON representation for `UInt32Value` is JSON number. 96 message UInt32Value { message
|
/external/protobuf/src/google/protobuf/ |
D | wrappers.pb.cc | 41 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<UInt32Value> _instance; 159 new (ptr) PROTOBUF_NAMESPACE_ID::UInt32Value(); in InitDefaultsscc_info_UInt32Value_google_2fprotobuf_2fwrappers_2eproto() 162 PROTOBUF_NAMESPACE_ID::UInt32Value::InitAsDefaultInstance(); in InitDefaultsscc_info_UInt32Value_google_2fprotobuf_2fwrappers_2eproto() 218 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::UInt32Value, _internal_metadata_), 222 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::UInt32Value, value_), 248 { 30, -1, sizeof(PROTOBUF_NAMESPACE_ID::UInt32Value)}, 1624 void UInt32Value::InitAsDefaultInstance() { in InitAsDefaultInstance() 1626 class UInt32Value::_Internal { 1630 UInt32Value::UInt32Value() in UInt32Value() function in UInt32Value 1635 UInt32Value::UInt32Value(::PROTOBUF_NAMESPACE_ID::Arena* arena) in UInt32Value() function in UInt32Value [all …]
|
D | wrappers.pb.h | 79 class UInt32Value; variable 94 … PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::UInt32Value* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_… 871 class PROTOBUF_EXPORT UInt32Value : 874 UInt32Value(); 875 virtual ~UInt32Value(); 877 UInt32Value(const UInt32Value& from); 878 UInt32Value(UInt32Value&& from) noexcept in UInt32Value() function 879 : UInt32Value() { in UInt32Value() 883 inline UInt32Value& operator=(const UInt32Value& from) { 887 inline UInt32Value& operator=(UInt32Value&& from) noexcept { [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 | 95 // The JSON representation for `UInt32Value` is JSON number. 96 message UInt32Value { message
|
D | test_messages_proto3.proto | 179 google.protobuf.UInt32Value optional_uint32_wrapper = 204; 189 repeated google.protobuf.UInt32Value repeated_uint32_wrapper = 214;
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Wrappers.cs | 45 …peof(global::Google.Protobuf.WellKnownTypes.UInt32Value), global::Google.Protobuf.WellKnownTypes.U… in WrappersReflection() 745 public sealed partial class UInt32Value : pb::IMessage<UInt32Value> { class 746 …te static readonly pb::MessageParser<UInt32Value> _parser = new pb::MessageParser<UInt32Value>(() … 749 public static pb::MessageParser<UInt32Value> Parser { get { return _parser; } } 762 public UInt32Value() { in UInt32Value() method in Google.Protobuf.WellKnownTypes.UInt32Value 769 public UInt32Value(UInt32Value other) : this() { in UInt32Value() method in Google.Protobuf.WellKnownTypes.UInt32Value 775 public UInt32Value Clone() { in Clone() 776 return new UInt32Value(this); in Clone() 795 return Equals(other as UInt32Value); in Equals() 799 public bool Equals(UInt32Value other) { in Equals() [all …]
|
/external/rust/crates/protobuf/src/well_known_types/ |
D | wrappers.rs | 799 pub struct UInt32Value { struct 809 impl<'a> ::std::default::Default for &'a UInt32Value { argument 810 fn default() -> &'a UInt32Value { in default() 811 <UInt32Value as crate::Message>::default_instance() in default() 815 impl UInt32Value { implementation 816 pub fn new() -> UInt32Value { in new() 836 impl crate::Message for UInt32Value { implementation 906 fn new() -> UInt32Value { in new() 907 UInt32Value::new() in new() 916 |m: &UInt32Value| { &m.value }, in descriptor_static() [all …]
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/ |
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;
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | FuzzTestData.cs | 32 public static readonly uint UInt32Value = 0xFDDDDDDD; field in FlatBuffers.Test.FuzzTestData
|
D | FlatBuffersFuzzTests.cs | 696 builder.AddUint(j, FuzzTestData.UInt32Value, 0); in CheckObjects() 778 Assert.AreEqual(FuzzTestData.UInt32Value, table.GetSlot(f, (uint)0)); in CheckObjects()
|
/external/protobuf/php/src/Google/Protobuf/ |
D | UInt32Value.php | 17 class UInt32Value extends \Google\Protobuf\Internal\Message class
|
/external/protobuf/php/tests/proto/ |
D | test_wrapper_type_setters.proto | 13 google.protobuf.UInt32Value uint32_value = 6;
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | WrappersLiteOfMethodTest.java | 44 builder.setFieldUint32(UInt32Value.of(2333)); in testOf()
|
D | WrappersOfMethodTest.java | 44 builder.setFieldUint32(UInt32Value.of(2333)); in testOf()
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/ |
D | lds_rds_for_test.proto | 35 google.protobuf.UInt32Value max_program_size = 1; 94 google.protobuf.UInt32Value weight = 2; 97 google.protobuf.UInt32Value total_weight = 3;
|
/external/protobuf/src/google/protobuf/util/ |
D | json_format_proto3.proto | 120 google.protobuf.UInt32Value uint32_value = 4; 130 repeated google.protobuf.UInt32Value repeated_uint32_value = 14;
|
D | type_resolver_util.cc | 64 using google::protobuf::UInt32Value; 206 value->PackFrom(WrapValue<UInt32Value>( in ConvertOptionField()
|
/external/protobuf/ruby/tests/ |
D | basic_test.proto | 122 google.protobuf.UInt32Value uint32 = 5;
|
D | basic_test_proto2.proto | 129 optional google.protobuf.UInt32Value uint32 = 5;
|
/external/protobuf/java/core/src/test/proto/com/google/protobuf/ |
D | wrappers_test.proto | 47 .google.protobuf.UInt32Value field_uint32 = 7;
|
/external/protobuf/php/ext/google/protobuf/ |
D | protobuf.h | 620 struct UInt32Value; 665 typedef struct UInt32Value UInt32Value; typedef 1397 PHP_METHOD(UInt32Value, __construct); 1398 PHP_METHOD(UInt32Value, getValue); 1399 PHP_METHOD(UInt32Value, setValue);
|