/aosp_15_r20/external/golang-protobuf/types/known/wrapperspb/ |
H A D | wrappers.pb.go | 336 type UInt32Value struct { struct 337 state protoimpl.MessageState 338 sizeCache protoimpl.SizeCache 339 unknownFields protoimpl.UnknownFields 342 Value uint32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` 350 func (x *UInt32Value) Reset() { 359 func (x *UInt32Value) String() string { 363 func (*UInt32Value) ProtoMessage() {} 365 func (x *UInt32Value) ProtoReflect() protoreflect.Message { 378 func (*UInt32Value) Descriptor() ([]byte, []int) { [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/well_known_types/ |
D | wrappers.rs | 659 pub struct UInt32Value { struct 665 // @@protoc_insertion_point(special_field:google.protobuf.UInt32Value.special_fields) argument 669 impl<'a> ::std::default::Default for &'a UInt32Value { implementation 675 impl UInt32Value { impl 696 impl crate::Message for UInt32Value { implementation 763 impl crate::MessageFull for UInt32Value { implementation 770 impl ::std::fmt::Display for UInt32Value { implementation 776 impl crate::reflect::ProtobufValue for UInt32Value { implementation
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/well_known_types/ |
D | wrappers.rs | 799 pub struct UInt32Value { struct 809 impl<'a> ::std::default::Default for &'a UInt32Value { argument 815 impl UInt32Value { impl 836 impl crate::Message for UInt32Value { implementation 933 impl crate::Clear for UInt32Value { implementation 940 impl ::std::fmt::Debug for UInt32Value { implementation 946 impl crate::reflect::ProtobufValue for UInt32Value { implementation
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | Wrappers.cs | 1046 public sealed partial class UInt32Value : pb::IMessage<UInt32Value> class 1071 public UInt32Value() { in UInt32Value() method in Google.Protobuf.WellKnownTypes.UInt32Value 1079 public UInt32Value(UInt32Value other) : this() { in UInt32Value() method in Google.Protobuf.WellKnownTypes.UInt32Value
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | Wrappers.cs | 1046 public sealed partial class UInt32Value : pb::IMessage<UInt32Value> class 1071 public UInt32Value() { in UInt32Value() method in Google.Protobuf.WellKnownTypes.UInt32Value 1079 public UInt32Value(UInt32Value other) : this() { in UInt32Value() method in Google.Protobuf.WellKnownTypes.UInt32Value
|
/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 | 67 class UInt32Value; variable 762 inline UInt32Value() : UInt32Value(nullptr) {} in UInt32Value() function 767 UInt32Value(UInt32Value&& from) noexcept in UInt32Value() function
|
D | wrappers.pb.cc | 87 PROTOBUF_CONSTEXPR UInt32Value::UInt32Value( in UInt32Value() function in UInt32Value 1077 UInt32Value::UInt32Value(::PROTOBUF_NAMESPACE_ID::Arena* arena, in UInt32Value() function in UInt32Value 1083 UInt32Value::UInt32Value(const UInt32Value& from) in UInt32Value() function in UInt32Value
|
/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 | 67 class UInt32Value; variable 762 inline UInt32Value() : UInt32Value(nullptr) {} in UInt32Value() function 767 UInt32Value(UInt32Value&& from) noexcept in UInt32Value() function
|
D | wrappers.pb.cc | 87 PROTOBUF_CONSTEXPR UInt32Value::UInt32Value( in UInt32Value() function in UInt32Value 1077 UInt32Value::UInt32Value(::PROTOBUF_NAMESPACE_ID::Arena* arena, in UInt32Value() function in UInt32Value 1083 UInt32Value::UInt32Value(const UInt32Value& from) in UInt32Value() function in UInt32Value
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | wrappers.pb.h | 69 class UInt32Value; variable 834 inline UInt32Value() : UInt32Value(nullptr) {} in UInt32Value() function 839 UInt32Value(UInt32Value&& from) noexcept in UInt32Value() function
|
H A D | wrappers.proto | 96 message UInt32Value { message
|
H A D | wrappers.pb.cc | 89 PROTOBUF_CONSTEXPR UInt32Value::UInt32Value( in UInt32Value() function in UInt32Value 1186 UInt32Value::UInt32Value(::PROTOBUF_NAMESPACE_ID::Arena* arena, in UInt32Value() function in UInt32Value 1192 UInt32Value::UInt32Value(const UInt32Value& from) in UInt32Value() function in UInt32Value
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | wrappers.pb.h | 69 class UInt32Value; variable 834 inline UInt32Value() : UInt32Value(nullptr) {} in UInt32Value() function 839 UInt32Value(UInt32Value&& from) noexcept in UInt32Value() function
|
H A D | wrappers.proto | 96 message UInt32Value { message
|
H A D | wrappers.pb.cc | 89 PROTOBUF_CONSTEXPR UInt32Value::UInt32Value( in UInt32Value() function in UInt32Value 1186 UInt32Value::UInt32Value(::PROTOBUF_NAMESPACE_ID::Arena* arena, in UInt32Value() function in UInt32Value 1192 UInt32Value::UInt32Value(const UInt32Value& from) in UInt32Value() function in UInt32Value
|
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/ |
H A D | UInt32Value.php | 17 class UInt32Value extends \Google\Protobuf\Internal\Message class
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | UInt32Value.php | 17 class UInt32Value extends \Google\Protobuf\Internal\Message class
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test/ |
H A D | FuzzTestData.cs | 32 public static readonly uint UInt32Value = 0xFDDDDDDD; field in FlatBuffers.Test.FuzzTestData
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/ |
D | wrappers.proto | 96 message UInt32Value { message
|
/aosp_15_r20/external/protobuf/php/tests/ |
H A D | WrapperTypeSettersTest.php | 14 use Google\Protobuf\UInt32Value; alias
|
H A D | WellKnownTest.php | 35 use Google\Protobuf\UInt32Value; alias
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/tests/ |
H A D | WrapperTypeSettersTest.php | 14 use Google\Protobuf\UInt32Value; alias
|
H A D | WellKnownTest.php | 35 use Google\Protobuf\UInt32Value; alias
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-json-mapping/src/ |
D | well_known_wrapper.rs | 82 impl WellKnownWrapper for UInt32Value { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/ |
D | misc.rs | 140 impl From<u32> for well_known_types::wrappers::UInt32Value { implementation
|