Home
last modified time | relevance | path

Searched refs:DoubleValue (Results 1 – 25 of 43) sorted by relevance

12

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
Dwrapper_benchmark_messages.proto10 google.protobuf.DoubleValue double_field_95 = 95;
11 google.protobuf.DoubleValue double_field_1 = 1;
12 google.protobuf.DoubleValue double_field_79 = 79;
14 google.protobuf.DoubleValue double_field_96 = 96;
17 google.protobuf.DoubleValue double_field_97 = 97;
18 google.protobuf.DoubleValue double_field_65 = 65;
19 google.protobuf.DoubleValue double_field_66 = 66;
20 google.protobuf.DoubleValue double_field_7 = 7;
21 google.protobuf.DoubleValue double_field_62 = 62;
22 google.protobuf.DoubleValue double_field_118 = 118;
[all …]
/third_party/protobuf/php/tests/
DWrapperTypeSettersTest.php9 use Google\Protobuf\DoubleValue; alias
63 …[TestWrapperSetters::class, DoubleValue::class, "setDoubleValue", "setDoubleValueUnwrapped", "getD…
64 [1.1, new DoubleValue(["value" => 1.1])],
65 [2.2, new DoubleValue(["value" => 2.2])],
67 [0, new DoubleValue()],
130 …[TestWrapperSetters::class, DoubleValue::class, "setDoubleValueOneof", "setDoubleValueOneofUnwrapp…
131 [1.1, new DoubleValue(["value" => 1.1])],
132 [2.2, new DoubleValue(["value" => 2.2])],
134 [0, new DoubleValue()],
164 [TestWrapperSetters::class, "setDoubleValueUnwrapped", new DoubleValue()],
[all …]
DWellKnownTest.php12 use Google\Protobuf\DoubleValue; alias
361 $m = new DoubleValue();
DEncodeDecodeTest.php23 use Google\Protobuf\DoubleValue; alias
67 $m = new DoubleValue();
74 $m = new DoubleValue();
/third_party/protobuf/src/google/protobuf/
Dwrappers.pb.cc20 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<DoubleValue> _instance;
88 new (ptr) PROTOBUF_NAMESPACE_ID::DoubleValue(); in InitDefaultsscc_info_DoubleValue_google_2fprotobuf_2fwrappers_2eproto()
91 PROTOBUF_NAMESPACE_ID::DoubleValue::InitAsDefaultInstance(); in InitDefaultsscc_info_DoubleValue_google_2fprotobuf_2fwrappers_2eproto()
187 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::DoubleValue, _internal_metadata_),
191 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::DoubleValue, value_),
242 { 0, -1, sizeof(PROTOBUF_NAMESPACE_ID::DoubleValue)},
306 void DoubleValue::InitAsDefaultInstance() { in InitAsDefaultInstance()
308 class DoubleValue::_Internal {
312 DoubleValue::DoubleValue(::PROTOBUF_NAMESPACE_ID::Arena* arena) in DoubleValue() function in DoubleValue
318 DoubleValue::DoubleValue(const DoubleValue& from) in DoubleValue() function in DoubleValue
[all …]
Dwrappers.pb.h64 class DoubleValue; variable
89 … PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::DoubleValue* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_…
101 class PROTOBUF_EXPORT DoubleValue PROTOBUF_FINAL :
104 inline DoubleValue() : DoubleValue(nullptr) {} in DoubleValue() function
105 virtual ~DoubleValue();
107 DoubleValue(const DoubleValue& from);
108 DoubleValue(DoubleValue&& from) noexcept in DoubleValue() function
109 : DoubleValue() { in DoubleValue()
113 inline DoubleValue& operator=(const DoubleValue& from) {
117 inline DoubleValue& operator=(DoubleValue&& from) noexcept {
[all …]
Dunittest_well_known_types.proto33 google.protobuf.DoubleValue double_field = 10;
58 repeated google.protobuf.DoubleValue double_field = 10;
80 google.protobuf.DoubleValue double_field = 10;
105 map<int32,google.protobuf.DoubleValue> double_field = 10;
Dwrappers.proto55 // The JSON representation for `DoubleValue` is JSON number.
56 message DoubleValue { message
Dtest_messages_proto3.proto215 google.protobuf.DoubleValue optional_double_wrapper = 207;
225 repeated google.protobuf.DoubleValue repeated_double_wrapper = 217;
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs40 …peof(global::Google.Protobuf.WellKnownTypes.DoubleValue), global::Google.Protobuf.WellKnownTypes.D… in WrappersReflection()
60 public sealed partial class DoubleValue : pb::IMessage<DoubleValue> class
65 …te static readonly pb::MessageParser<DoubleValue> _parser = new pb::MessageParser<DoubleValue>(() …
68 public static pb::MessageParser<DoubleValue> Parser { get { return _parser; } }
81 public DoubleValue() { in DoubleValue() method in Google.Protobuf.WellKnownTypes.DoubleValue
88 public DoubleValue(DoubleValue other) : this() { in DoubleValue() method in Google.Protobuf.WellKnownTypes.DoubleValue
94 public DoubleValue Clone() { in Clone()
95 return new DoubleValue(this); in Clone()
114 return Equals(other as DoubleValue); in Equals()
118 public bool Equals(DoubleValue other) { in Equals()
[all …]
/third_party/protobuf/php/tests/proto/
Dtest_wrapper_type_setters.proto8 google.protobuf.DoubleValue double_value = 1;
19 google.protobuf.DoubleValue double_value_oneof = 10;
/third_party/protobuf/ruby/tests/
Dbasic_test.proto132 google.protobuf.DoubleValue double = 1;
148 repeated google.protobuf.DoubleValue repeated_double = 11;
160 map<int32, google.protobuf.DoubleValue> map_double = 21;
173 google.protobuf.DoubleValue oneof_double = 31;
Dbasic_test_proto2.proto125 optional google.protobuf.DoubleValue double = 1;
141 repeated google.protobuf.DoubleValue repeated_double = 11;
154 google.protobuf.DoubleValue oneof_double = 31;
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dunittest_well_known_types.proto33 google.protobuf.DoubleValue double_field = 10;
58 repeated google.protobuf.DoubleValue double_field = 10;
80 google.protobuf.DoubleValue double_field = 10;
105 map<int32,google.protobuf.DoubleValue> double_field = 10;
/third_party/protobuf/php/src/Google/Protobuf/
DDoubleValue.php17 class DoubleValue extends \Google\Protobuf\Internal\Message class
/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Ddefault_value.proto91 google.protobuf.DoubleValue double_wrapper = 100;
169 google.protobuf.DoubleValue double = 1;
Dwrappers.proto63 google.protobuf.DoubleValue double = 1;
Danys.proto77 google.protobuf.DoubleValue dbl = 1;
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DWrappersLiteOfMethodTest.java40 builder.setFieldDouble(DoubleValue.of(2.333)); in testOf()
DWrappersOfMethodTest.java40 builder.setFieldDouble(DoubleValue.of(2.333)); in testOf()
/third_party/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto127 google.protobuf.DoubleValue double_value = 7;
137 repeated google.protobuf.DoubleValue repeated_double_value = 17;
Dtype_resolver_util.cc53 using google::protobuf::DoubleValue;
175 value->PackFrom(WrapValue<DoubleValue>( in ConvertOptionField()
/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dwrappers_test.proto42 .google.protobuf.DoubleValue field_double = 2;
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DCore.cpp151 out = value.ToNumber().DoubleValue(); in FromJS()
/third_party/protobuf/conformance/
DMakefile.am39 com/google/protobuf/DoubleValue.java \
123 Google/Protobuf/DoubleValue.php \

12