Home
last modified time | relevance | path

Searched defs:UInt64Value (Results 1 – 7 of 7) sorted by relevance

/external/golang-protobuf/ptypes/wrappers/
Dwrappers.pb.go104 type UInt64Value struct { struct
106 Value uint64 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
109 func (m *UInt64Value) Reset() { *m = UInt64Value{} }
110 func (m *UInt64Value) String() string { return proto.CompactTextString(m) }
111 func (*UInt64Value) ProtoMessage() {}
112 func (*UInt64Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
113 func (*UInt64Value) XXX_WellKnownType() string { return "UInt64Value" }
115 func (m *UInt64Value) GetValue() uint64 {
Dwrappers.proto75 message UInt64Value { message
/external/flatbuffers/tests/FlatBuffers.Test/
DFuzzTestData.cs34 public static readonly ulong UInt64Value = 0xFCCCCCCCCCCCCCCC; field in FlatBuffers.Test.FuzzTestData
/external/protobuf/src/google/protobuf/
Dwrappers.proto76 message UInt64Value { message
Dwrappers.pb.cc1093 UInt64Value::UInt64Value() in UInt64Value() function in google::protobuf::UInt64Value
1099 UInt64Value::UInt64Value(::google::protobuf::Arena* arena) in UInt64Value() function in google::protobuf::UInt64Value
1111 UInt64Value::UInt64Value(const UInt64Value& from) in UInt64Value() function in google::protobuf::UInt64Value
Dwrappers.pb.h48 class UInt64Value; variable
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs393 public sealed partial class UInt64Value : pb::IMessage<UInt64Value> { class
405 public UInt64Value() { in UInt64Value() method in Google.Protobuf.WellKnownTypes.UInt64Value
411 public UInt64Value(UInt64Value other) : this() { in UInt64Value() method in Google.Protobuf.WellKnownTypes.UInt64Value