/external/golang-protobuf/ptypes/wrappers/ |
D | wrappers.pb.go | 251 type UInt32Value struct { struct 253 Value uint32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` 254 XXX_NoUnkeyedLiteral struct{} `json:"-"` 255 XXX_unrecognized []byte `json:"-"` 256 XXX_sizecache int32 `json:"-"` 259 func (m *UInt32Value) Reset() { *m = UInt32Value{} } 260 func (m *UInt32Value) String() string { return proto.CompactTextString(m) } 261 func (*UInt32Value) ProtoMessage() {} 262 func (*UInt32Value) Descriptor() ([]byte, []int) { 266 func (*UInt32Value) XXX_WellKnownType() string { return "UInt32Value" } [all …]
|
D | wrappers.proto | 96 message UInt32Value { message
|
/external/protobuf/php/src/Google/Protobuf/ |
D | UInt32Value.php | 17 class UInt32Value extends \Google\Protobuf\Internal\Message class
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | FuzzTestData.cs | 32 public static readonly uint UInt32Value = 0xFDDDDDDD; field in FlatBuffers.Test.FuzzTestData
|
/external/protobuf/src/google/protobuf/ |
D | wrappers.proto | 96 message UInt32Value { message
|
D | wrappers.pb.cc | 1630 UInt32Value::UInt32Value() in UInt32Value() function in UInt32Value 1635 UInt32Value::UInt32Value(::PROTOBUF_NAMESPACE_ID::Arena* arena) in UInt32Value() function in UInt32Value 1642 UInt32Value::UInt32Value(const UInt32Value& from) in UInt32Value() function in UInt32Value
|
D | wrappers.pb.h | 79 class UInt32Value; variable 878 UInt32Value(UInt32Value&& from) noexcept in UInt32Value() function
|
/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 { implementation 815 impl UInt32Value { implementation 836 impl crate::Message for UInt32Value { implementation 933 impl crate::Clear for UInt32Value { implementation 940 impl ::std::fmt::Debug for UInt32Value { implementation 946 impl crate::reflect::ProtobufValue for UInt32Value { implementation
|
/external/protobuf/php/tests/ |
D | wrapper_type_setters_test.php | 14 use Google\Protobuf\UInt32Value; alias
|
D | well_known_test.php | 34 use Google\Protobuf\UInt32Value; alias
|
D | encode_decode_test.php | 20 use Google\Protobuf\UInt32Value; alias
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Wrappers.cs | 745 public sealed partial class UInt32Value : pb::IMessage<UInt32Value> { class 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
|
/external/protobuf/php/ext/google/protobuf/ |
D | message.c | 2488 PHP_METHOD(UInt32Value, __construct) { argument
|
D | protobuf.h | 665 typedef struct UInt32Value UInt32Value; typedef
|