Home
last modified time | relevance | path

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

12

/external/golang-protobuf/types/known/wrapperspb/
Dwrappers.pb.go224 type UInt64Value struct { struct
225 state protoimpl.MessageState
226 sizeCache protoimpl.SizeCache
227 unknownFields protoimpl.UnknownFields
230 Value uint64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
238 func (x *UInt64Value) Reset() {
247 func (x *UInt64Value) String() string {
251 func (*UInt64Value) ProtoMessage() {}
253 func (x *UInt64Value) ProtoReflect() protoreflect.Message {
266 func (*UInt64Value) Descriptor() ([]byte, []int) {
[all …]
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/
DUInt64Value.php17 class UInt64Value extends \Google\Protobuf\Internal\Message class
/external/protobuf/php/src/Google/Protobuf/
DUInt64Value.php17 class UInt64Value extends \Google\Protobuf\Internal\Message class
/external/cronet/stable/third_party/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 Google.FlatBuffers.Test.FuzzTestData
/external/rust/android-crates-io/crates/protobuf/src/well_known_types/
Dwrappers.rs407 pub struct UInt64Value { struct
413 // @@protoc_insertion_point(special_field:google.protobuf.UInt64Value.special_fields) argument
417 impl<'a> ::std::default::Default for &'a UInt64Value { argument
423 impl UInt64Value { implementation
444 impl crate::Message for UInt64Value { implementation
511 impl crate::MessageFull for UInt64Value { implementation
518 impl ::std::fmt::Display for UInt64Value { implementation
524 impl crate::reflect::ProtobufValue for UInt64Value { implementation
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Dwrappers.proto80 message UInt64Value { message
Dwrappers.pb.h72 class UInt64Value; variable
538 inline UInt64Value() : UInt64Value(nullptr) {} in UInt64Value() function
543 UInt64Value(UInt64Value&& from) noexcept in UInt64Value() function
/external/protobuf/src/google/protobuf/
Dwrappers.proto80 message UInt64Value { message
Dwrappers.pb.h72 class UInt64Value; variable
538 inline UInt64Value() : UInt64Value(nullptr) {} in UInt64Value() function
543 UInt64Value(UInt64Value&& from) noexcept in UInt64Value() function
/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/
Dwrappers.proto80 message UInt64Value { message
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Dwrappers.proto80 message UInt64Value { message
Dwrappers.pb.h72 class UInt64Value; variable
538 inline UInt64Value() : UInt64Value(nullptr) {} in UInt64Value() function
543 UInt64Value(UInt64Value&& from) noexcept in UInt64Value() function
/external/rust/android-crates-io/extra_versions/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/cronet/stable/third_party/protobuf/php/tests/
DWrapperTypeSettersTest.php15 use Google\Protobuf\UInt64Value; alias
DWellKnownTest.php36 use Google\Protobuf\UInt64Value; alias
/external/cronet/tot/third_party/protobuf/php/tests/
DWrapperTypeSettersTest.php15 use Google\Protobuf\UInt64Value; alias
DWellKnownTest.php36 use Google\Protobuf\UInt64Value; alias
/external/protobuf/php/tests/
DWrapperTypeSettersTest.php15 use Google\Protobuf\UInt64Value; alias
DWellKnownTest.php36 use Google\Protobuf\UInt64Value; alias
/external/rust/android-crates-io/crates/protobuf-json-mapping/src/
Dwell_known_wrapper.rs58 impl WellKnownWrapper for UInt64Value { implementation
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs652 public sealed partial class UInt64Value : pb::IMessage<UInt64Value> class
677 public UInt64Value() { in UInt64Value() method in Google.Protobuf.WellKnownTypes.UInt64Value
685 public UInt64Value(UInt64Value other) : this() { in UInt64Value() method in Google.Protobuf.WellKnownTypes.UInt64Value
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs652 public sealed partial class UInt64Value : pb::IMessage<UInt64Value> class
677 public UInt64Value() { in UInt64Value() method in Google.Protobuf.WellKnownTypes.UInt64Value
685 public UInt64Value(UInt64Value other) : this() { in UInt64Value() method in Google.Protobuf.WellKnownTypes.UInt64Value
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs652 public sealed partial class UInt64Value : pb::IMessage<UInt64Value> class
677 public UInt64Value() { in UInt64Value() method in Google.Protobuf.WellKnownTypes.UInt64Value
685 public UInt64Value(UInt64Value other) : this() { in UInt64Value() method in Google.Protobuf.WellKnownTypes.UInt64Value
/external/rust/android-crates-io/crates/protobuf/src/
Dmisc.rs156 impl From<u64> for well_known_types::wrappers::UInt64Value { implementation

12