Home
last modified time | relevance | path

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

12

/external/golang-protobuf/types/known/wrapperspb/
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 …]
/external/sdv/vsomeip/third_party/boost/range/test/algorithm_ext_test/
Dpush_front.cpp24 struct DoubleValue struct
27 Value operator()(Value x) in operator ()()
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DDoubleValue.java38 public interface DoubleValue extends PrimitiveValue, Comparable<DoubleValue> { interface
/external/protobuf/php/src/Google/Protobuf/
DDoubleValue.php17 class DoubleValue extends \Google\Protobuf\Internal\Message class
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/
DDoubleValue.php17 class DoubleValue extends \Google\Protobuf\Internal\Message class
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/
DDoubleValue.php17 class DoubleValue extends \Google\Protobuf\Internal\Message class
/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 { implementation
45 impl DoubleValue { implementation
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
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Dwrappers.proto56 message DoubleValue { message
/external/protobuf/src/google/protobuf/
Dwrappers.proto56 message DoubleValue { message
/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/
Dwrappers.proto56 message DoubleValue { message
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Dwrappers.proto56 message DoubleValue { message
/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 { implementation
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
/external/cronet/stable/third_party/protobuf/php/tests/
DWrapperTypeSettersTest.php9 use Google\Protobuf\DoubleValue; alias
DWellKnownTest.php12 use Google\Protobuf\DoubleValue; alias
/external/cronet/tot/third_party/protobuf/php/tests/
DWrapperTypeSettersTest.php9 use Google\Protobuf\DoubleValue; alias
DWellKnownTest.php12 use Google\Protobuf\DoubleValue; alias
/external/protobuf/php/tests/
DWrapperTypeSettersTest.php9 use Google\Protobuf\DoubleValue; alias
DWellKnownTest.php12 use Google\Protobuf\DoubleValue; alias
/external/turbine/java/com/google/turbine/model/
DConst.java290 public static class DoubleValue extends Value { class in Const
293 public DoubleValue(double value) { in DoubleValue() method in Const.DoubleValue
/external/rust/android-crates-io/crates/protobuf-json-mapping/src/
Dwell_known_wrapper.rs22 impl WellKnownWrapper for DoubleValue { implementation
/external/libchrome/mojo/public/cpp/base/
Dvalues_unittest.cc46 TEST(ValuesStructTraitsTest, DoubleValue) { in TEST() argument
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
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
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
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
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
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
/external/rust/android-crates-io/crates/protobuf/src/
Dmisc.rs76 impl From<f64> for well_known_types::wrappers::DoubleValue { implementation

12