Home
last modified time | relevance | path

Searched defs:DoubleValue (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/golang-protobuf/types/known/wrapperspb/
H A Dwrappers.pb.go56 type DoubleValue struct { struct
57 state protoimpl.MessageState
58 sizeCache protoimpl.SizeCache
59 unknownFields protoimpl.UnknownFields
62 Value float64 `protobuf:"fixed64,1,opt,name=value,proto3" json:"value,omitempty"`
70 func (x *DoubleValue) Reset() {
79 func (x *DoubleValue) String() string {
83 func (*DoubleValue) ProtoMessage() {}
85 func (x *DoubleValue) ProtoReflect() protoreflect.Message {
98 func (*DoubleValue) Descriptor() ([]byte, []int) {
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/well_known_types/
Dwrappers.rs29 pub struct DoubleValue { struct
35 // @@protoc_insertion_point(special_field:google.protobuf.DoubleValue.special_fields) argument
39 impl<'a> ::std::default::Default for &'a DoubleValue { argument
45 impl DoubleValue { impl
66 impl crate::Message for DoubleValue { implementation
133 impl crate::MessageFull for DoubleValue { implementation
140 impl ::std::fmt::Display for DoubleValue { implementation
146 impl crate::reflect::ProtobufValue for DoubleValue { implementation
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/well_known_types/
Dwrappers.rs24 pub struct DoubleValue { struct
34 impl<'a> ::std::default::Default for &'a DoubleValue { argument
40 impl DoubleValue { impl
61 impl crate::Message for DoubleValue { implementation
158 impl crate::Clear for DoubleValue { implementation
165 impl ::std::fmt::Debug for DoubleValue { implementation
171 impl crate::reflect::ProtobufValue for DoubleValue { implementation
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/algorithm_ext_test/
Dpush_front.cpp24 struct DoubleValue struct
27 Value operator()(Value x) in operator ()()
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DWrappers.cs61 public sealed partial class DoubleValue : pb::IMessage<DoubleValue> class
86 public DoubleValue() { in DoubleValue() method in Google.Protobuf.WellKnownTypes.DoubleValue
94 public DoubleValue(DoubleValue other) : this() { in DoubleValue() method in Google.Protobuf.WellKnownTypes.DoubleValue
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DWrappers.cs61 public sealed partial class DoubleValue : pb::IMessage<DoubleValue> class
86 public DoubleValue() { in DoubleValue() method in Google.Protobuf.WellKnownTypes.DoubleValue
94 public DoubleValue(DoubleValue other) : this() { in DoubleValue() method in Google.Protobuf.WellKnownTypes.DoubleValue
/aosp_15_r20/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DValue.java337 private static class DoubleValue extends Value { class in Value
340 DoubleValue(double d) { in DoubleValue() method in Value.DoubleValue
/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.h52 class DoubleValue; variable
92 inline DoubleValue() : DoubleValue(nullptr) {} in DoubleValue() function
97 DoubleValue(DoubleValue&& from) noexcept in DoubleValue() function
Dwrappers.pb.cc22 PROTOBUF_CONSTEXPR DoubleValue::DoubleValue( in DoubleValue() function in DoubleValue
148 DoubleValue::DoubleValue(::PROTOBUF_NAMESPACE_ID::Arena* arena, in DoubleValue() function in DoubleValue
154 DoubleValue::DoubleValue(const DoubleValue& from) in DoubleValue() function in DoubleValue
/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.h52 class DoubleValue; variable
92 inline DoubleValue() : DoubleValue(nullptr) {} in DoubleValue() function
97 DoubleValue(DoubleValue&& from) noexcept in DoubleValue() function
Dwrappers.pb.cc22 PROTOBUF_CONSTEXPR DoubleValue::DoubleValue( in DoubleValue() function in DoubleValue
148 DoubleValue::DoubleValue(::PROTOBUF_NAMESPACE_ID::Arena* arena, in DoubleValue() function in DoubleValue
154 DoubleValue::DoubleValue(const DoubleValue& from) in DoubleValue() function in DoubleValue
/aosp_15_r20/external/turbine/java/com/google/turbine/model/
H A DConst.java290 public static class DoubleValue extends Value { class in Const
293 public DoubleValue(double value) { in DoubleValue() method in Const.DoubleValue
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dwrappers.pb.h54 class DoubleValue; variable
94 inline DoubleValue() : DoubleValue(nullptr) {} in DoubleValue() function
99 DoubleValue(DoubleValue&& from) noexcept in DoubleValue() function
H A Dwrappers.proto56 message DoubleValue { message
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dwrappers.pb.h54 class DoubleValue; variable
94 inline DoubleValue() : DoubleValue(nullptr) {} in DoubleValue() function
99 DoubleValue(DoubleValue&& from) noexcept in DoubleValue() function
H A Dwrappers.proto56 message DoubleValue { message
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/jdi/
H A DDoubleValue.java38 public interface DoubleValue extends PrimitiveValue, Comparable<DoubleValue> { interface
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/
H A DDoubleValue.php17 class DoubleValue extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/
H A DDoubleValue.php17 class DoubleValue extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/metrics/loggers/protos/
Dmetrics.proto24 message DoubleValue { message
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/
Dwrappers.proto56 message DoubleValue { message
/aosp_15_r20/external/protobuf/php/tests/
H A DWrapperTypeSettersTest.php9 use Google\Protobuf\DoubleValue; alias
H A DWellKnownTest.php12 use Google\Protobuf\DoubleValue; alias
/aosp_15_r20/external/cronet/third_party/protobuf/php/tests/
H A DWrapperTypeSettersTest.php9 use Google\Protobuf\DoubleValue; alias
H A DWellKnownTest.php12 use Google\Protobuf\DoubleValue; alias

12345678910>>...13