Home
last modified time | relevance | path

Searched refs:DoubleValue (Results 1 - 25 of 30) sorted by relevance

12

/third_party/protobuf/php/tests/
H A DWrapperTypeSettersTest.php9 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 DWellKnownTest.php12 use Google\Protobuf\DoubleValue;
361 $m = new DoubleValue();
H A DEncodeDecodeTest.php23 use Google\Protobuf\DoubleValue;
67 $m = new DoubleValue();
74 $m = new DoubleValue();
/third_party/protobuf/src/google/protobuf/
H A 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)},
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 Dwrappers.pb.h64 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 DWrappers.cs40 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 DDoubleValue.php13 * 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 DWrappersLiteOfMethodTest.java40 builder.setFieldDouble(DoubleValue.of(2.333)); in testOf()
H A DWrappersOfMethodTest.java40 builder.setFieldDouble(DoubleValue.of(2.333)); in testOf()
/third_party/protobuf/ruby/tests/
H A Dbasic.rb269 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 Dcommon_tests.rb1282 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 Dtype_resolver_util.cc53 using google::protobuf::DoubleValue;
175 value->PackFrom(WrapValue<DoubleValue>( in ConvertOptionField()
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
H A DCore.cpp151 out = value.ToNumber().DoubleValue(); in FromJS()
/third_party/lame/ACM/tinyxml/
H A Dtinyxml.h446 const double DoubleValue() const; ///< Return the value of this attribute, converted to a double.
H A Dtinyxml.cpp790 const double TiXmlAttribute::DoubleValue() const in DoubleValue() function in TiXmlAttribute
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dutility.cc116 google::protobuf::DoubleValue i; in GetDoubleFromAny()
337 "google.protobuf.DoubleValue", "google.protobuf.FloatValue",
H A Dprotostream_objectwriter_test.cc1779 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 DJsonFormat.java57 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 Dscanner.h338 double DoubleValue();
H A Dscanner.cc1037 double Scanner::DoubleValue() { in DoubleValue() function in v8::internal::Scanner
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp1277 double TiXmlAttribute::DoubleValue() const
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs184 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 DJsonParserTest.cs145 [TestCase(typeof(DoubleValue), "1.5", 1.5d)]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonParserTest.cs147 [TestCase(typeof(DoubleValue), "1.5", 1.5d)]
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
H A DJsonFormatTest.java40 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()

Completed in 50 milliseconds

12