Searched defs:UInt32Value (Results 1 – 13 of 13) 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
17 class UInt32Value extends \Google\Protobuf\Internal\Message class
32 public static readonly uint UInt32Value = 0xFDDDDDDD; field in FlatBuffers.Test.FuzzTestData
96 message UInt32Value { message
1630 UInt32Value::UInt32Value() in UInt32Value() function in UInt32Value1635 UInt32Value::UInt32Value(::PROTOBUF_NAMESPACE_ID::Arena* arena) in UInt32Value() function in UInt32Value1642 UInt32Value::UInt32Value(const UInt32Value& from) in UInt32Value() function in UInt32Value
79 class UInt32Value; variable878 UInt32Value(UInt32Value&& from) noexcept in UInt32Value() function
14 use Google\Protobuf\UInt32Value; alias
34 use Google\Protobuf\UInt32Value; alias
20 use Google\Protobuf\UInt32Value; alias
745 public sealed partial class UInt32Value : pb::IMessage<UInt32Value> { class762 public UInt32Value() { in UInt32Value() method in Google.Protobuf.WellKnownTypes.UInt32Value769 public UInt32Value(UInt32Value other) : this() { in UInt32Value() method in Google.Protobuf.WellKnownTypes.UInt32Value
2488 PHP_METHOD(UInt32Value, __construct) { argument
665 typedef struct UInt32Value UInt32Value; typedef