/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | wrapper_benchmark_messages.proto | 10 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/ |
D | WrapperTypeSettersTest.php | 9 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 …]
|
D | WellKnownTest.php | 12 use Google\Protobuf\DoubleValue; alias 361 $m = new DoubleValue();
|
D | EncodeDecodeTest.php | 23 use Google\Protobuf\DoubleValue; alias 67 $m = new DoubleValue(); 74 $m = new DoubleValue();
|
/third_party/protobuf/src/google/protobuf/ |
D | wrappers.pb.cc | 20 ::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 …]
|
D | wrappers.pb.h | 64 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 …]
|
D | unittest_well_known_types.proto | 33 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;
|
D | wrappers.proto | 55 // The JSON representation for `DoubleValue` is JSON number. 56 message DoubleValue { message
|
D | test_messages_proto3.proto | 215 google.protobuf.DoubleValue optional_double_wrapper = 207; 225 repeated google.protobuf.DoubleValue repeated_double_wrapper = 217;
|
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Wrappers.cs | 40 …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/ |
D | test_wrapper_type_setters.proto | 8 google.protobuf.DoubleValue double_value = 1; 19 google.protobuf.DoubleValue double_value_oneof = 10;
|
/third_party/protobuf/ruby/tests/ |
D | basic_test.proto | 132 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;
|
D | basic_test_proto2.proto | 125 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/ |
D | unittest_well_known_types.proto | 33 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/ |
D | DoubleValue.php | 17 class DoubleValue extends \Google\Protobuf\Internal\Message class
|
/third_party/protobuf/src/google/protobuf/util/internal/testdata/ |
D | default_value.proto | 91 google.protobuf.DoubleValue double_wrapper = 100; 169 google.protobuf.DoubleValue double = 1;
|
D | wrappers.proto | 63 google.protobuf.DoubleValue double = 1;
|
D | anys.proto | 77 google.protobuf.DoubleValue dbl = 1;
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | WrappersLiteOfMethodTest.java | 40 builder.setFieldDouble(DoubleValue.of(2.333)); in testOf()
|
D | WrappersOfMethodTest.java | 40 builder.setFieldDouble(DoubleValue.of(2.333)); in testOf()
|
/third_party/protobuf/src/google/protobuf/util/ |
D | json_format_proto3.proto | 127 google.protobuf.DoubleValue double_value = 7; 137 repeated google.protobuf.DoubleValue repeated_double_value = 17;
|
D | type_resolver_util.cc | 53 using google::protobuf::DoubleValue; 175 value->PackFrom(WrapValue<DoubleValue>( in ConvertOptionField()
|
/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/ |
D | wrappers_test.proto | 42 .google.protobuf.DoubleValue field_double = 2;
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/ |
D | Core.cpp | 151 out = value.ToNumber().DoubleValue(); in FromJS()
|
/third_party/protobuf/conformance/ |
D | Makefile.am | 39 com/google/protobuf/DoubleValue.java \ 123 Google/Protobuf/DoubleValue.php \
|