Searched defs:UInt64Value (Results 1 – 7 of 7) sorted by relevance
161 type UInt64Value struct { struct163 Value uint64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`164 XXX_NoUnkeyedLiteral struct{} `json:"-"`165 XXX_unrecognized []byte `json:"-"`166 XXX_sizecache int32 `json:"-"`169 func (m *UInt64Value) Reset() { *m = UInt64Value{} }170 func (m *UInt64Value) String() string { return proto.CompactTextString(m) }171 func (*UInt64Value) ProtoMessage() {}172 func (*UInt64Value) Descriptor() ([]byte, []int) {176 func (*UInt64Value) XXX_WellKnownType() string { return "UInt64Value" }[all …]
75 message UInt64Value { message
34 public static readonly ulong UInt64Value = 0xFCCCCCCCCCCCCCCC; field in FlatBuffers.Test.FuzzTestData
76 message UInt64Value { message
1093 UInt64Value::UInt64Value() in UInt64Value() function in google::protobuf::UInt64Value1099 UInt64Value::UInt64Value(::google::protobuf::Arena* arena) in UInt64Value() function in google::protobuf::UInt64Value1111 UInt64Value::UInt64Value(const UInt64Value& from) in UInt64Value() function in google::protobuf::UInt64Value
48 class UInt64Value; variable
393 public sealed partial class UInt64Value : pb::IMessage<UInt64Value> { class405 public UInt64Value() { in UInt64Value() method in Google.Protobuf.WellKnownTypes.UInt64Value411 public UInt64Value(UInt64Value other) : this() { in UInt64Value() method in Google.Protobuf.WellKnownTypes.UInt64Value