| /third_party/protobuf/src/google/protobuf/ |
| H A D | wrappers.pb.cc | 24 ::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 D | wrappers.pb.h | 67 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 D | WrapperTypeSettersTest.php | 10 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 D | WellKnownTest.php | 20 use Google\Protobuf\FloatValue; 365 $m = new FloatValue();
|
| H A D | EncodeDecodeTest.php | 25 use Google\Protobuf\FloatValue; 81 $m = new FloatValue(); 88 $m = new FloatValue();
|
| /third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
| H A D | Wrappers.cs | 41 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 D | FloatValue.php | 13 * 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 D | WrappersLiteOfMethodTest.java | 41 builder.setFieldFloat(FloatValue.of(2.333f)); in testOf()
|
| H A D | WrappersOfMethodTest.java | 41 builder.setFieldFloat(FloatValue.of(2.333f)); in testOf()
|
| /third_party/protobuf/ruby/tests/ |
| H A D | basic.rb | 270 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 D | common_tests.rb | 1283 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 D | type_resolver_util.cc | 57 using google::protobuf::FloatValue; 181 value->PackFrom(WrapValue<FloatValue>( in ConvertOptionField()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/interop/ |
| H A D | Core.cpp | 140 out = value.ToNumber().FloatValue(); in FromJS()
|
| /third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
| H A D | JsonFormat.java | 61 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 D | R600ISelLowering.cpp | 2158 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 D | JsonParserTest.cs | 144 [TestCase(typeof(FloatValue), "1.5", 1.5f)]
|
| /third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
| H A D | JsonParserTest.cs | 146 [TestCase(typeof(FloatValue), "1.5", 1.5f)]
|
| /third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
| H A D | JsonFormatTest.java | 41 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 D | php-upb.c | 3751 } else if (!strcmp(name, "google.protobuf.FloatValue")) { in assign_msg_wellknowntype()
|