/aosp_15_r20/external/golang-protobuf/types/known/wrapperspb/ |
H A D | wrappers.pb.go | 224 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/ |
D | wrappers.rs | 407 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/ |
D | wrappers.rs | 489 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 D | Wrappers.cs | 652 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 D | Wrappers.cs | 652 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/ |
D | wrappers.pb.h | 70 class UInt64Value; variable 494 inline UInt64Value() : UInt64Value(nullptr) {} in UInt64Value() function 499 UInt64Value(UInt64Value&& from) noexcept in UInt64Value() function
|
D | wrappers.pb.cc | 61 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/ |
D | wrappers.pb.h | 70 class UInt64Value; variable 494 inline UInt64Value() : UInt64Value(nullptr) {} in UInt64Value() function 499 UInt64Value(UInt64Value&& from) noexcept in UInt64Value() function
|
D | wrappers.pb.cc | 61 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 D | wrappers.pb.h | 72 class UInt64Value; variable 538 inline UInt64Value() : UInt64Value(nullptr) {} in UInt64Value() function 543 UInt64Value(UInt64Value&& from) noexcept in UInt64Value() function
|
H A D | wrappers.proto | 80 message UInt64Value { message
|
H A D | wrappers.pb.cc | 63 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 D | wrappers.pb.h | 72 class UInt64Value; variable 538 inline UInt64Value() : UInt64Value(nullptr) {} in UInt64Value() function 543 UInt64Value(UInt64Value&& from) noexcept in UInt64Value() function
|
H A D | wrappers.proto | 80 message UInt64Value { message
|
H A D | wrappers.pb.cc | 63 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 D | UInt64Value.php | 17 class UInt64Value extends \Google\Protobuf\Internal\Message class
|
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/ |
H A D | UInt64Value.php | 17 class UInt64Value extends \Google\Protobuf\Internal\Message class
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test/ |
H A D | FuzzTestData.cs | 34 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/ |
D | wrappers.proto | 80 message UInt64Value { message
|
/aosp_15_r20/external/protobuf/php/tests/ |
H A D | WrapperTypeSettersTest.php | 15 use Google\Protobuf\UInt64Value; alias
|
H A D | WellKnownTest.php | 36 use Google\Protobuf\UInt64Value; alias
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/tests/ |
H A D | WrapperTypeSettersTest.php | 15 use Google\Protobuf\UInt64Value; alias
|
H A D | WellKnownTest.php | 36 use Google\Protobuf\UInt64Value; alias
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-json-mapping/src/ |
D | well_known_wrapper.rs | 58 impl WellKnownWrapper for UInt64Value { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/ |
D | misc.rs | 156 impl From<u64> for well_known_types::wrappers::UInt64Value { implementation
|