/external/golang-protobuf/types/known/wrapperspb/ |
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 …]
|
/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 ()()
|
/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
D | DoubleValue.java | 38 public interface DoubleValue extends PrimitiveValue, Comparable<DoubleValue> { interface
|
/external/protobuf/php/src/Google/Protobuf/ |
D | DoubleValue.php | 17 class DoubleValue extends \Google\Protobuf\Internal\Message class
|
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/ |
D | DoubleValue.php | 17 class DoubleValue extends \Google\Protobuf\Internal\Message class
|
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/ |
D | DoubleValue.php | 17 class DoubleValue extends \Google\Protobuf\Internal\Message class
|
/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 { 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/ |
D | wrappers.proto | 56 message DoubleValue { message
|
/external/protobuf/src/google/protobuf/ |
D | wrappers.proto | 56 message DoubleValue { message
|
/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/ |
D | wrappers.proto | 56 message DoubleValue { message
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/ |
D | wrappers.proto | 56 message DoubleValue { message
|
/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 { 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/ |
D | WrapperTypeSettersTest.php | 9 use Google\Protobuf\DoubleValue; alias
|
D | WellKnownTest.php | 12 use Google\Protobuf\DoubleValue; alias
|
/external/cronet/tot/third_party/protobuf/php/tests/ |
D | WrapperTypeSettersTest.php | 9 use Google\Protobuf\DoubleValue; alias
|
D | WellKnownTest.php | 12 use Google\Protobuf\DoubleValue; alias
|
/external/protobuf/php/tests/ |
D | WrapperTypeSettersTest.php | 9 use Google\Protobuf\DoubleValue; alias
|
D | WellKnownTest.php | 12 use Google\Protobuf\DoubleValue; alias
|
/external/turbine/java/com/google/turbine/model/ |
D | Const.java | 290 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/ |
D | well_known_wrapper.rs | 22 impl WellKnownWrapper for DoubleValue { implementation
|
/external/libchrome/mojo/public/cpp/base/ |
D | values_unittest.cc | 46 TEST(ValuesStructTraitsTest, DoubleValue) { in TEST() argument
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
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
|
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
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
|
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
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
|
/external/rust/android-crates-io/crates/protobuf/src/ |
D | misc.rs | 76 impl From<f64> for well_known_types::wrappers::DoubleValue { implementation
|