| /third_party/protobuf/php/tests/ |
| H A D | WrapperTypeSettersTest.php | 9 use Google\Protobuf\DoubleValue; 63 [TestWrapperSetters::class, DoubleValue::class, "setDoubleValue", "setDoubleValueUnwrapped", "getDoubleValue", "getDoubleValueUnwrapped", [ 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", "setDoubleValueOneofUnwrapped", "getDoubleValueOneof", "getDoubleValueOneofUnwrapped", [ 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...] |
| H A D | WellKnownTest.php | 12 use Google\Protobuf\DoubleValue; 361 $m = new DoubleValue();
|
| H A D | EncodeDecodeTest.php | 23 use Google\Protobuf\DoubleValue; 67 $m = new DoubleValue(); 74 $m = new DoubleValue();
|
| /third_party/protobuf/src/google/protobuf/ |
| H A 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)}, 267 ".protobuf\"\034\n\013DoubleValue\022\r\n\005value\030\001 \001(\001\"" 306 void DoubleValue::InitAsDefaultInstance() { in InitAsDefaultInstance() 308 class DoubleValue::_Internal { 312 DoubleValue function in DoubleValue 318 DoubleValue::DoubleValue(const DoubleValue& from) DoubleValue() function in DoubleValue [all...] |
| H A D | wrappers.pb.h | 64 class DoubleValue; 89 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::DoubleValue* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::DoubleValue>(Arena*); 101 class PROTOBUF_EXPORT DoubleValue PROTOBUF_FINAL : 102 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.DoubleValue) */ { 104 inline DoubleValue() : DoubleValue(nullptr) {} in DoubleValue() function in PROTOBUF_FINAL 105 virtual ~DoubleValue(); 107 DoubleValue(const DoubleValue 109 : DoubleValue() { DoubleValue() function in PROTOBUF_FINAL [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| H A D | Wrappers.cs | 40 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.DoubleValue), global::Google.Protobuf.WellKnownTypes.DoubleValue.Parser, new[]{ "Value" }, null, null, null, null), in WrappersReflection() 58 /// The JSON representation for `DoubleValue` is JSON number. 60 public sealed partial class DoubleValue : pb::IMessage<DoubleValue> class 65 private static readonly pb::MessageParser<DoubleValue> _parser = new pb::MessageParser<DoubleValue>(() => new 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() { DoubleValue() method in Google.Protobuf.WellKnownTypes.DoubleValue [all...] |
| /third_party/protobuf/php/src/Google/Protobuf/ |
| H A D | DoubleValue.php | 13 * The JSON representation for `DoubleValue` is JSON number. 15 * Generated from protobuf message <code>google.protobuf.DoubleValue</code> 17 class DoubleValue extends \Google\Protobuf\Internal\Message class
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A D | WrappersLiteOfMethodTest.java | 40 builder.setFieldDouble(DoubleValue.of(2.333)); in testOf()
|
| H A D | WrappersOfMethodTest.java | 40 builder.setFieldDouble(DoubleValue.of(2.333)); in testOf()
|
| /third_party/protobuf/ruby/tests/ |
| H A D | basic.rb | 269 map_double: {0 => Google::Protobuf::DoubleValue.new(value: 2.0)}, 311 map_double: {0 => Google::Protobuf::DoubleValue.new(value: 0.0)}, 353 map_double: {0 => Google::Protobuf::DoubleValue.new()},
|
| H A D | common_tests.rb | 1282 double: Google::Protobuf::DoubleValue.new(value: 0.0), 1339 double: Google::Protobuf::DoubleValue.new(value: 2.0), 1386 repeated_double: [Google::Protobuf::DoubleValue.new(value: 2.0)], 1478 run_test.call(Google::Protobuf::DoubleValue, 2.0) 1493 assert_equal Google::Protobuf::DoubleValue.new(value: 4.8), m.double 1551 double: Google::Protobuf::DoubleValue.new(value: 2.0), 1572 m.double = Google::Protobuf::DoubleValue.new(value: 4.8) 1574 assert_equal Google::Protobuf::DoubleValue.new(value: 4.8), m.double 1633 double: Google::Protobuf::DoubleValue.new(value: 2.0),
|
| /third_party/protobuf/src/google/protobuf/util/ |
| H A D | type_resolver_util.cc | 53 using google::protobuf::DoubleValue; 175 value->PackFrom(WrapValue<DoubleValue>( in ConvertOptionField()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/interop/ |
| H A D | Core.cpp | 151 out = value.ToNumber().DoubleValue(); in FromJS()
|
| /third_party/lame/ACM/tinyxml/ |
| H A D | tinyxml.h | 446 const double DoubleValue() const; ///< Return the value of this attribute, converted to a double.
|
| H A D | tinyxml.cpp | 790 const double TiXmlAttribute::DoubleValue() const in DoubleValue() function in TiXmlAttribute
|
| /third_party/protobuf/src/google/protobuf/util/internal/ |
| H A D | utility.cc | 116 google::protobuf::DoubleValue i; in GetDoubleFromAny() 337 "google.protobuf.DoubleValue", "google.protobuf.FloatValue",
|
| H A D | protostream_objectwriter_test.cc | 1779 descriptors.push_back(google::protobuf::DoubleValue::descriptor()); in ProtoStreamObjectWriterMapTest() 1850 google::protobuf::DoubleValue d; in TEST_P() 1856 ->RenderString("@type", "type.googleapis.com/google.protobuf.DoubleValue") in TEST_P() 1871 descriptors.push_back(google::protobuf::DoubleValue::descriptor()); in ProtoStreamObjectWriterAnyTest() 1889 any_type->set_type_url("type.googleapis.com/google.protobuf.DoubleValue"); in TEST_P() 1890 google::protobuf::DoubleValue d; in TEST_P() 1896 ->RenderString("@type", "type.googleapis.com/google.protobuf.DoubleValue") in TEST_P()
|
| /third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
| H A D | JsonFormat.java | 57 import com.google.protobuf.DoubleValue; 806 printers.put(DoubleValue.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters() 1388 parsers.put(DoubleValue.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypeParsers()
|
| /third_party/node/deps/v8/src/parsing/ |
| H A D | scanner.h | 338 double DoubleValue();
|
| H A D | scanner.cc | 1037 double Scanner::DoubleValue() { in DoubleValue() function in v8::internal::Scanner
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
| H A D | tinyxml.cpp | 1277 double TiXmlAttribute::DoubleValue() const
|
| /third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| H A D | Descriptor.cs | 184 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.UninterpretedOption), global::Google.Protobuf.Reflection.UninterpretedOption.Parser, new[]{ "Name", "IdentifierValue", "PositiveIntValue", "NegativeIntValue", "DoubleValue", "StringValue", "AggregateValue" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart), global::Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart.Parser, new[]{ "NamePart_", "IsExtension" }, null, null, null, null)}), in DescriptorReflection() 8609 public double DoubleValue { property in Google.Protobuf.Reflection.UninterpretedOption 8690 if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(DoubleValue, other.DoubleValue)) return false; in Equals() 8703 if (HasDoubleValue) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(DoubleValue); in GetHashCode() 8737 output.WriteDouble(DoubleValue); in WriteTo() 8771 output.WriteDouble(DoubleValue); in IBufferMessage.InternalWriteTo() 8831 DoubleValue = other.DoubleValue; in MergeFrom() 8870 DoubleValue in MergeFrom() [all...] |
| /third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
| H A D | JsonParserTest.cs | 145 [TestCase(typeof(DoubleValue), "1.5", 1.5d)]
|
| /third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
| H A D | JsonParserTest.cs | 147 [TestCase(typeof(DoubleValue), "1.5", 1.5d)]
|
| /third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
| H A D | JsonFormatTest.java | 40 import com.google.protobuf.DoubleValue; 994 anyMessage = Any.pack(DoubleValue.newBuilder().setValue(12345).build()); in testAnyFields() 997 + " \"@type\": \"type.googleapis.com/google.protobuf.DoubleValue\",\n" in testAnyFields()
|