/aosp_15_r20/external/golang-protobuf/types/known/wrapperspb/ |
H A D | wrappers.pb.go | 56 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/ |
D | wrappers.rs | 29 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/ |
D | wrappers.rs | 24 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/ |
D | push_front.cpp | 24 struct DoubleValue struct 27 Value operator()(Value x) in operator ()()
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | Wrappers.cs | 61 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 D | Wrappers.cs | 61 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 D | Value.java | 337 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/ |
D | wrappers.pb.h | 52 class DoubleValue; variable 92 inline DoubleValue() : DoubleValue(nullptr) {} in DoubleValue() function 97 DoubleValue(DoubleValue&& from) noexcept in DoubleValue() function
|
D | wrappers.pb.cc | 22 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/ |
D | wrappers.pb.h | 52 class DoubleValue; variable 92 inline DoubleValue() : DoubleValue(nullptr) {} in DoubleValue() function 97 DoubleValue(DoubleValue&& from) noexcept in DoubleValue() function
|
D | wrappers.pb.cc | 22 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 D | Const.java | 290 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 D | wrappers.pb.h | 54 class DoubleValue; variable 94 inline DoubleValue() : DoubleValue(nullptr) {} in DoubleValue() function 99 DoubleValue(DoubleValue&& from) noexcept in DoubleValue() function
|
H A D | wrappers.proto | 56 message DoubleValue { message
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | wrappers.pb.h | 54 class DoubleValue; variable 94 inline DoubleValue() : DoubleValue(nullptr) {} in DoubleValue() function 99 DoubleValue(DoubleValue&& from) noexcept in DoubleValue() function
|
H A D | wrappers.proto | 56 message DoubleValue { message
|
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
H A D | DoubleValue.java | 38 public interface DoubleValue extends PrimitiveValue, Comparable<DoubleValue> { interface
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | DoubleValue.php | 17 class DoubleValue extends \Google\Protobuf\Internal\Message class
|
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/ |
H A D | DoubleValue.php | 17 class DoubleValue extends \Google\Protobuf\Internal\Message class
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/metrics/loggers/protos/ |
D | metrics.proto | 24 message DoubleValue { message
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/ |
D | wrappers.proto | 56 message DoubleValue { message
|
/aosp_15_r20/external/protobuf/php/tests/ |
H A D | WrapperTypeSettersTest.php | 9 use Google\Protobuf\DoubleValue; alias
|
H A D | WellKnownTest.php | 12 use Google\Protobuf\DoubleValue; alias
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/tests/ |
H A D | WrapperTypeSettersTest.php | 9 use Google\Protobuf\DoubleValue; alias
|
H A D | WellKnownTest.php | 12 use Google\Protobuf\DoubleValue; alias
|