/aosp_15_r20/external/golang-protobuf/types/known/wrapperspb/ |
H A D | wrappers.pb.go | 168 type Int64Value struct { struct 169 state protoimpl.MessageState 170 sizeCache protoimpl.SizeCache 171 unknownFields protoimpl.UnknownFields 174 Value int64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` 182 func (x *Int64Value) Reset() { 191 func (x *Int64Value) String() string { 195 func (*Int64Value) ProtoMessage() {} 197 func (x *Int64Value) ProtoReflect() protoreflect.Message { 210 func (*Int64Value) Descriptor() ([]byte, []int) { [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/well_known_types/ |
D | wrappers.rs | 281 pub struct Int64Value { struct 287 // @@protoc_insertion_point(special_field:google.protobuf.Int64Value.special_fields) argument 291 impl<'a> ::std::default::Default for &'a Int64Value { implementation 297 impl Int64Value { impl 318 impl crate::Message for Int64Value { implementation 385 impl crate::MessageFull for Int64Value { implementation 392 impl ::std::fmt::Display for Int64Value { implementation 398 impl crate::reflect::ProtobufValue for Int64Value { implementation
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/well_known_types/ |
D | wrappers.rs | 334 pub struct Int64Value { struct 344 impl<'a> ::std::default::Default for &'a Int64Value { implementation 350 impl Int64Value { implementation 371 impl crate::Message for Int64Value { implementation 468 impl crate::Clear for Int64Value { implementation 475 impl ::std::fmt::Debug for Int64Value { implementation 481 impl crate::reflect::ProtobufValue for Int64Value { implementation
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | Wrappers.cs | 455 public sealed partial class Int64Value : pb::IMessage<Int64Value> class 480 public Int64Value() { in Int64Value() method in Google.Protobuf.WellKnownTypes.Int64Value 488 public Int64Value(Int64Value other) : this() { in Int64Value() method in Google.Protobuf.WellKnownTypes.Int64Value
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | Wrappers.cs | 455 public sealed partial class Int64Value : pb::IMessage<Int64Value> class 480 public Int64Value() { in Int64Value() method in Google.Protobuf.WellKnownTypes.Int64Value 488 public Int64Value(Int64Value other) : this() { in Int64Value() method in Google.Protobuf.WellKnownTypes.Int64Value
|
/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 | 61 class Int64Value; variable 360 inline Int64Value() : Int64Value(nullptr) {} in Int64Value() function 365 Int64Value(Int64Value&& from) noexcept in Int64Value() function
|
D | wrappers.pb.cc | 48 PROTOBUF_CONSTEXPR Int64Value::Int64Value( in Int64Value() function in Int64Value 534 Int64Value::Int64Value(::PROTOBUF_NAMESPACE_ID::Arena* arena, in Int64Value() function in Int64Value 540 Int64Value::Int64Value(const Int64Value& from) in Int64Value() function in Int64Value
|
/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 | 61 class Int64Value; variable 360 inline Int64Value() : Int64Value(nullptr) {} in Int64Value() function 365 Int64Value(Int64Value&& from) noexcept in Int64Value() function
|
D | wrappers.pb.cc | 48 PROTOBUF_CONSTEXPR Int64Value::Int64Value( in Int64Value() function in Int64Value 534 Int64Value::Int64Value(::PROTOBUF_NAMESPACE_ID::Arena* arena, in Int64Value() function in Int64Value 540 Int64Value::Int64Value(const Int64Value& from) in Int64Value() function in Int64Value
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | wrappers.pb.h | 63 class Int64Value; variable 390 inline Int64Value() : Int64Value(nullptr) {} in Int64Value() function 395 Int64Value(Int64Value&& from) noexcept in Int64Value() function
|
H A D | wrappers.proto | 72 message Int64Value { message
|
H A D | wrappers.pb.cc | 50 PROTOBUF_CONSTEXPR Int64Value::Int64Value( in Int64Value() function in Int64Value 652 Int64Value::Int64Value(::PROTOBUF_NAMESPACE_ID::Arena* arena, in Int64Value() function in Int64Value 658 Int64Value::Int64Value(const Int64Value& from) in Int64Value() function in Int64Value
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | wrappers.pb.h | 63 class Int64Value; variable 390 inline Int64Value() : Int64Value(nullptr) {} in Int64Value() function 395 Int64Value(Int64Value&& from) noexcept in Int64Value() function
|
H A D | wrappers.proto | 72 message Int64Value { message
|
H A D | wrappers.pb.cc | 50 PROTOBUF_CONSTEXPR Int64Value::Int64Value( in Int64Value() function in Int64Value 652 Int64Value::Int64Value(::PROTOBUF_NAMESPACE_ID::Arena* arena, in Int64Value() function in Int64Value 658 Int64Value::Int64Value(const Int64Value& from) in Int64Value() function in Int64Value
|
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/ |
H A D | Int64Value.php | 17 class Int64Value extends \Google\Protobuf\Internal\Message class
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | Int64Value.php | 17 class Int64Value extends \Google\Protobuf\Internal\Message class
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test/ |
H A D | FuzzTestData.cs | 33 public static readonly long Int64Value = BitConverter.ToInt64(_overflowInt64, 0); field in FlatBuffers.Test.FuzzTestData
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/ |
D | wrappers.proto | 72 message Int64Value { message
|
/aosp_15_r20/external/protobuf/php/tests/ |
H A D | WrapperTypeSettersTest.php | 12 use Google\Protobuf\Int64Value; alias
|
H A D | WellKnownTest.php | 23 use Google\Protobuf\Int64Value; alias
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/tests/ |
H A D | WrapperTypeSettersTest.php | 12 use Google\Protobuf\Int64Value; alias
|
H A D | WellKnownTest.php | 23 use Google\Protobuf\Int64Value; alias
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-json-mapping/src/ |
D | well_known_wrapper.rs | 46 impl WellKnownWrapper for Int64Value { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/ |
D | misc.rs | 124 impl From<i64> for well_known_types::wrappers::Int64Value { implementation
|