Home
last modified time | relevance | path

Searched defs:Int64Value (Results 1 – 25 of 210) sorted by relevance

123456789

/aosp_15_r20/external/golang-protobuf/types/known/wrapperspb/
H A Dwrappers.pb.go168 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/
Dwrappers.rs281 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/
Dwrappers.rs334 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 DWrappers.cs455 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 DWrappers.cs455 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/
Dwrappers.pb.h61 class Int64Value; variable
360 inline Int64Value() : Int64Value(nullptr) {} in Int64Value() function
365 Int64Value(Int64Value&& from) noexcept in Int64Value() function
Dwrappers.pb.cc48 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/
Dwrappers.pb.h61 class Int64Value; variable
360 inline Int64Value() : Int64Value(nullptr) {} in Int64Value() function
365 Int64Value(Int64Value&& from) noexcept in Int64Value() function
Dwrappers.pb.cc48 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 Dwrappers.pb.h63 class Int64Value; variable
390 inline Int64Value() : Int64Value(nullptr) {} in Int64Value() function
395 Int64Value(Int64Value&& from) noexcept in Int64Value() function
H A Dwrappers.proto72 message Int64Value { message
H A Dwrappers.pb.cc50 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 Dwrappers.pb.h63 class Int64Value; variable
390 inline Int64Value() : Int64Value(nullptr) {} in Int64Value() function
395 Int64Value(Int64Value&& from) noexcept in Int64Value() function
H A Dwrappers.proto72 message Int64Value { message
H A Dwrappers.pb.cc50 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 DInt64Value.php17 class Int64Value extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/
H A DInt64Value.php17 class Int64Value extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test/
H A DFuzzTestData.cs33 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/
Dwrappers.proto72 message Int64Value { message
/aosp_15_r20/external/protobuf/php/tests/
H A DWrapperTypeSettersTest.php12 use Google\Protobuf\Int64Value; alias
H A DWellKnownTest.php23 use Google\Protobuf\Int64Value; alias
/aosp_15_r20/external/cronet/third_party/protobuf/php/tests/
H A DWrapperTypeSettersTest.php12 use Google\Protobuf\Int64Value; alias
H A DWellKnownTest.php23 use Google\Protobuf\Int64Value; alias
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-json-mapping/src/
Dwell_known_wrapper.rs46 impl WellKnownWrapper for Int64Value { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/
Dmisc.rs124 impl From<i64> for well_known_types::wrappers::Int64Value { implementation

123456789