Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/golang-protobuf/types/known/wrapperspb/
H A 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 …]
/aosp_15_r20/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 { implementation
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
/aosp_15_r20/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 { implementation
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
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A 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
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A 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
/aosp_15_r20/out/soong/.intermediates/external/federated-compute/federated-compute-cc-proto-lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/google/protobuf/
Dwrappers.pb.h70 class UInt64Value; variable
494 inline UInt64Value() : UInt64Value(nullptr) {} in UInt64Value() function
499 UInt64Value(UInt64Value&& from) noexcept in UInt64Value() function
Dwrappers.pb.cc61 PROTOBUF_CONSTEXPR UInt64Value::UInt64Value( in UInt64Value() function in UInt64Value
715 UInt64Value::UInt64Value(::PROTOBUF_NAMESPACE_ID::Arena* arena, in UInt64Value() function in UInt64Value
721 UInt64Value::UInt64Value(const UInt64Value& from) in UInt64Value() function in UInt64Value
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/google/protobuf/
Dwrappers.pb.h70 class UInt64Value; variable
494 inline UInt64Value() : UInt64Value(nullptr) {} in UInt64Value() function
499 UInt64Value(UInt64Value&& from) noexcept in UInt64Value() function
Dwrappers.pb.cc61 PROTOBUF_CONSTEXPR UInt64Value::UInt64Value( in UInt64Value() function in UInt64Value
715 UInt64Value::UInt64Value(::PROTOBUF_NAMESPACE_ID::Arena* arena, in UInt64Value() function in UInt64Value
721 UInt64Value::UInt64Value(const UInt64Value& from) in UInt64Value() function in UInt64Value
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dwrappers.pb.h72 class UInt64Value; variable
538 inline UInt64Value() : UInt64Value(nullptr) {} in UInt64Value() function
543 UInt64Value(UInt64Value&& from) noexcept in UInt64Value() function
H A Dwrappers.proto80 message UInt64Value { message
H A Dwrappers.pb.cc63 PROTOBUF_CONSTEXPR UInt64Value::UInt64Value( in UInt64Value() function in UInt64Value
830 UInt64Value::UInt64Value(::PROTOBUF_NAMESPACE_ID::Arena* arena, in UInt64Value() function in UInt64Value
836 UInt64Value::UInt64Value(const UInt64Value& from) in UInt64Value() function in UInt64Value
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dwrappers.pb.h72 class UInt64Value; variable
538 inline UInt64Value() : UInt64Value(nullptr) {} in UInt64Value() function
543 UInt64Value(UInt64Value&& from) noexcept in UInt64Value() function
H A Dwrappers.proto80 message UInt64Value { message
H A Dwrappers.pb.cc63 PROTOBUF_CONSTEXPR UInt64Value::UInt64Value( in UInt64Value() function in UInt64Value
830 UInt64Value::UInt64Value(::PROTOBUF_NAMESPACE_ID::Arena* arena, in UInt64Value() function in UInt64Value
836 UInt64Value::UInt64Value(const UInt64Value& from) in UInt64Value() function in UInt64Value
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/
H A DUInt64Value.php17 class UInt64Value extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/
H A DUInt64Value.php17 class UInt64Value extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test/
H A DFuzzTestData.cs34 public static readonly ulong UInt64Value = 0xFCCCCCCCCCCCCCCC; field in FlatBuffers.Test.FuzzTestData
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/
Dwrappers.proto80 message UInt64Value { message
/aosp_15_r20/external/protobuf/php/tests/
H A DWrapperTypeSettersTest.php15 use Google\Protobuf\UInt64Value; alias
H A DWellKnownTest.php36 use Google\Protobuf\UInt64Value; alias
/aosp_15_r20/external/cronet/third_party/protobuf/php/tests/
H A DWrapperTypeSettersTest.php15 use Google\Protobuf\UInt64Value; alias
H A DWellKnownTest.php36 use Google\Protobuf\UInt64Value; alias
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-json-mapping/src/
Dwell_known_wrapper.rs58 impl WellKnownWrapper for UInt64Value { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/
Dmisc.rs156 impl From<u64> for well_known_types::wrappers::UInt64Value { implementation

12345678