Searched defs:UInt32Value (Results 1 – 7 of 7) sorted by relevance
251 type UInt32Value struct { struct253 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 …]
91 message UInt32Value { message
32 public static readonly uint UInt32Value = 0xFDDDDDDD; field in FlatBuffers.Test.FuzzTestData
92 message UInt32Value { message
1613 UInt32Value::UInt32Value() in UInt32Value() function in google::protobuf::UInt32Value1619 UInt32Value::UInt32Value(::google::protobuf::Arena* arena) in UInt32Value() function in google::protobuf::UInt32Value1631 UInt32Value::UInt32Value(const UInt32Value& from) in UInt32Value() function in google::protobuf::UInt32Value
47 class UInt32Value; variable
615 public sealed partial class UInt32Value : pb::IMessage<UInt32Value> { class627 public UInt32Value() { in UInt32Value() method in Google.Protobuf.WellKnownTypes.UInt32Value633 public UInt32Value(UInt32Value other) : this() { in UInt32Value() method in Google.Protobuf.WellKnownTypes.UInt32Value