Home
last modified time | relevance | path

Searched defs:UInt32Value (Results 1 – 14 of 14) sorted by relevance

/external/golang-protobuf/ptypes/wrappers/
Dwrappers.pb.go251 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 …]
Dwrappers.proto96 message UInt32Value { message
/external/protobuf/php/src/Google/Protobuf/
DUInt32Value.php17 class UInt32Value extends \Google\Protobuf\Internal\Message class
/external/flatbuffers/tests/FlatBuffers.Test/
DFuzzTestData.cs32 public static readonly uint UInt32Value = 0xFDDDDDDD; field in FlatBuffers.Test.FuzzTestData
/external/protobuf/src/google/protobuf/
Dwrappers.proto96 message UInt32Value { message
Dwrappers.pb.cc1630 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
Dwrappers.pb.h79 class UInt32Value; variable
878 UInt32Value(UInt32Value&& from) noexcept in UInt32Value() function
/external/rust/crates/protobuf/src/well_known_types/
Dwrappers.rs799 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/
Dwrapper_type_setters_test.php14 use Google\Protobuf\UInt32Value; alias
Dwell_known_test.php34 use Google\Protobuf\UInt32Value; alias
Dencode_decode_test.php20 use Google\Protobuf\UInt32Value; alias
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs745 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/
Dmessage.c2488 PHP_METHOD(UInt32Value, __construct) { argument
Dprotobuf.h665 typedef struct UInt32Value UInt32Value; typedef