Home
last modified time | relevance | path

Searched defs:UInt32Value (Results 1 – 7 of 7) 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.proto91 message UInt32Value { message
/external/flatbuffers/tests/FlatBuffers.Test/
DFuzzTestData.cs32 public static readonly uint UInt32Value = 0xFDDDDDDD; field in FlatBuffers.Test.FuzzTestData
/external/protobuf/src/google/protobuf/
Dwrappers.proto92 message UInt32Value { message
Dwrappers.pb.cc1613 UInt32Value::UInt32Value() in UInt32Value() function in google::protobuf::UInt32Value
1619 UInt32Value::UInt32Value(::google::protobuf::Arena* arena) in UInt32Value() function in google::protobuf::UInt32Value
1631 UInt32Value::UInt32Value(const UInt32Value& from) in UInt32Value() function in google::protobuf::UInt32Value
Dwrappers.pb.h47 class UInt32Value; variable
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs615 public sealed partial class UInt32Value : pb::IMessage<UInt32Value> { class
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