Home
last modified time | relevance | path

Searched refs:FloatValue (Results 1 - 19 of 19) sorted by relevance

/third_party/protobuf/src/google/protobuf/
H A Dwrappers.pb.cc24 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<FloatValue> _instance;
102 new (ptr) PROTOBUF_NAMESPACE_ID::FloatValue(); in InitDefaultsscc_info_FloatValue_google_2fprotobuf_2fwrappers_2eproto()
105 PROTOBUF_NAMESPACE_ID::FloatValue::InitAsDefaultInstance(); in InitDefaultsscc_info_FloatValue_google_2fprotobuf_2fwrappers_2eproto()
193 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::FloatValue, _internal_metadata_),
197 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::FloatValue, value_),
243 { 6, -1, sizeof(PROTOBUF_NAMESPACE_ID::FloatValue)},
501 void FloatValue::InitAsDefaultInstance() { in InitAsDefaultInstance()
503 class FloatValue::_Internal {
507 FloatValue::FloatValue( function in FloatValue
513 FloatValue::FloatValue(const FloatValue& from) FloatValue() function in FloatValue
[all...]
H A Dwrappers.pb.h67 class FloatValue;
90 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::FloatValue* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::FloatValue>(Arena*);
238 class PROTOBUF_EXPORT FloatValue PROTOBUF_FINAL :
239 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.FloatValue) */ {
241 inline FloatValue() : FloatValue(nullptr) {} in FloatValue() function in PROTOBUF_FINAL
242 virtual ~FloatValue();
244 FloatValue(const FloatValue
246 : FloatValue() { FloatValue() function in PROTOBUF_FINAL
[all...]
/third_party/protobuf/php/tests/
H A DWrapperTypeSettersTest.php10 use Google\Protobuf\FloatValue;
69 [TestWrapperSetters::class, FloatValue::class, "setFloatValue", "setFloatValueUnwrapped", "getFloatValue", "getFloatValueUnwrapped", [
70 [1.1, new FloatValue(["value" => 1.1])],
71 [2.2, new FloatValue(["value" => 2.2])],
73 [0, new FloatValue()],
169 [TestWrapperSetters::class, "setFloatValueUnwrapped", new FloatValue()],
219 [TestWrapperSetters::class, FloatValue::class, 'float_value', 'getFloatValue', 2.2],
H A DWellKnownTest.php20 use Google\Protobuf\FloatValue;
365 $m = new FloatValue();
H A DEncodeDecodeTest.php25 use Google\Protobuf\FloatValue;
81 $m = new FloatValue();
88 $m = new FloatValue();
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DWrappers.cs41 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.FloatValue), global::Google.Protobuf.WellKnownTypes.FloatValue.Parser, new[]{ "Value" }, null, null, null, null), in WrappersReflection()
238 /// The JSON representation for `FloatValue` is JSON number.
240 public sealed partial class FloatValue : pb::IMessage<FloatValue> class
245 private static readonly pb::MessageParser<FloatValue> _parser = new pb::MessageParser<FloatValue>(() => new FloatValue());
248 public static pb::MessageParser<FloatValue> Parser { get { return _parser; } }
261 public FloatValue() { in FloatValue() method in Google.Protobuf.WellKnownTypes.FloatValue
268 public FloatValue(FloatValue other) : this() { FloatValue() method in Google.Protobuf.WellKnownTypes.FloatValue
[all...]
/third_party/protobuf/php/src/Google/Protobuf/
H A DFloatValue.php13 * The JSON representation for `FloatValue` is JSON number.
15 * Generated from protobuf message <code>google.protobuf.FloatValue</code>
17 class FloatValue extends \Google\Protobuf\Internal\Message class
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DWrappersLiteOfMethodTest.java41 builder.setFieldFloat(FloatValue.of(2.333f)); in testOf()
H A DWrappersOfMethodTest.java41 builder.setFieldFloat(FloatValue.of(2.333f)); in testOf()
/third_party/protobuf/ruby/tests/
H A Dbasic.rb270 map_float: {0 => Google::Protobuf::FloatValue.new(value: 4.0)},
312 map_float: {0 => Google::Protobuf::FloatValue.new(value: 0.0)},
354 map_float: {0 => Google::Protobuf::FloatValue.new()},
H A Dcommon_tests.rb1283 float: Google::Protobuf::FloatValue.new(value: 0.0),
1340 float: Google::Protobuf::FloatValue.new(value: 4.0),
1387 repeated_float: [Google::Protobuf::FloatValue.new(value: 4.0)],
1479 run_test.call(Google::Protobuf::FloatValue, 4.0)
1496 assert_in_delta Google::Protobuf::FloatValue.new(value: 2.4).value, m.float.value
1552 float: Google::Protobuf::FloatValue.new(value: 4.0),
1575 m.float = Google::Protobuf::FloatValue.new(value: 2.4)
1577 assert_in_delta Google::Protobuf::FloatValue.new(value: 2.4).value, m.float.value
1634 float: Google::Protobuf::FloatValue.new(value: 4.0),
/third_party/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util.cc57 using google::protobuf::FloatValue;
181 value->PackFrom(WrapValue<FloatValue>( in ConvertOptionField()
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
H A DCore.cpp140 out = value.ToNumber().FloatValue(); in FromJS()
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DJsonFormat.java61 import com.google.protobuf.FloatValue;
805 printers.put(FloatValue.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
1387 parsers.put(FloatValue.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypeParsers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp2158 float FloatValue = FPC->getValueAPF().convertToFloat(); in FoldOperand() local
2159 if (FloatValue == 0.0) { in FoldOperand()
2161 } else if (FloatValue == 0.5) { in FoldOperand()
2163 } else if (FloatValue == 1.0) { in FoldOperand()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DJsonParserTest.cs144 [TestCase(typeof(FloatValue), "1.5", 1.5f)]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonParserTest.cs146 [TestCase(typeof(FloatValue), "1.5", 1.5f)]
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
H A DJsonFormatTest.java41 import com.google.protobuf.FloatValue;
986 anyMessage = Any.pack(FloatValue.newBuilder().setValue(12345).build()); in testAnyFields()
989 + " \"@type\": \"type.googleapis.com/google.protobuf.FloatValue\",\n" in testAnyFields()
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c3751 } else if (!strcmp(name, "google.protobuf.FloatValue")) { in assign_msg_wellknowntype()

Completed in 37 milliseconds