Home
last modified time | relevance | path

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

/external/golang-protobuf/ptypes/wrappers/
Dwrappers.pb.go161 type UInt64Value struct { struct
163 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 …]
Dwrappers.proto80 message UInt64Value { message
/external/protobuf/php/src/Google/Protobuf/
DUInt64Value.php17 class UInt64Value extends \Google\Protobuf\Internal\Message class
/external/flatbuffers/tests/FlatBuffers.Test/
DFuzzTestData.cs34 public static readonly ulong UInt64Value = 0xFCCCCCCCCCCCCCCC; field in FlatBuffers.Test.FuzzTestData
/external/protobuf/src/google/protobuf/
Dwrappers.proto80 message UInt64Value { message
Dwrappers.pb.cc1102 UInt64Value::UInt64Value() in UInt64Value() function in UInt64Value
1107 UInt64Value::UInt64Value(::PROTOBUF_NAMESPACE_ID::Arena* arena) in UInt64Value() function in UInt64Value
1114 UInt64Value::UInt64Value(const UInt64Value& from) in UInt64Value() function in UInt64Value
Dwrappers.pb.h82 class UInt64Value; variable
570 UInt64Value(UInt64Value&& from) noexcept in UInt64Value() function
/external/rust/crates/protobuf/src/well_known_types/
Dwrappers.rs489 pub struct UInt64Value { struct
499 impl<'a> ::std::default::Default for &'a UInt64Value { argument
505 impl UInt64Value { impl
526 impl crate::Message for UInt64Value { implementation
623 impl crate::Clear for UInt64Value { implementation
630 impl ::std::fmt::Debug for UInt64Value { implementation
636 impl crate::reflect::ProtobufValue for UInt64Value { implementation
/external/protobuf/php/tests/
Dwrapper_type_setters_test.php15 use Google\Protobuf\UInt64Value; alias
Dwell_known_test.php35 use Google\Protobuf\UInt64Value; alias
Dencode_decode_test.php22 use Google\Protobuf\UInt64Value; alias
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs471 public sealed partial class UInt64Value : pb::IMessage<UInt64Value> { class
488 public UInt64Value() { in UInt64Value() method in Google.Protobuf.WellKnownTypes.UInt64Value
495 public UInt64Value(UInt64Value other) : this() { in UInt64Value() method in Google.Protobuf.WellKnownTypes.UInt64Value
/external/protobuf/php/ext/google/protobuf/
Dmessage.c2516 PHP_METHOD(UInt64Value, __construct) { argument
Dprotobuf.h666 typedef struct UInt64Value UInt64Value; typedef