Home
last modified time | relevance | path

Searched refs:FloatValue (Results 1 – 25 of 31) sorted by relevance

12

/third_party/protobuf/src/google/protobuf/
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(::PROTOBUF_NAMESPACE_ID::Arena* arena) in FloatValue() function in FloatValue
513 FloatValue::FloatValue(const FloatValue& from) in FloatValue() function in FloatValue
[all …]
Dwrappers.pb.h67 class FloatValue; variable
90 …> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::FloatValue* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_…
238 class PROTOBUF_EXPORT FloatValue PROTOBUF_FINAL :
241 inline FloatValue() : FloatValue(nullptr) {} in FloatValue() function
242 virtual ~FloatValue();
244 FloatValue(const FloatValue& from);
245 FloatValue(FloatValue&& from) noexcept in FloatValue() function
246 : FloatValue() { in FloatValue()
250 inline FloatValue& operator=(const FloatValue& from) {
254 inline FloatValue& operator=(FloatValue&& from) noexcept {
[all …]
Dunittest_well_known_types.proto34 google.protobuf.FloatValue float_field = 11;
59 repeated google.protobuf.FloatValue float_field = 11;
81 google.protobuf.FloatValue float_field = 11;
106 map<int32,google.protobuf.FloatValue> float_field = 11;
Dwrappers.proto63 // The JSON representation for `FloatValue` is JSON number.
64 message FloatValue { message
Dtest_messages_proto3.proto214 google.protobuf.FloatValue optional_float_wrapper = 206;
224 repeated google.protobuf.FloatValue repeated_float_wrapper = 216;
/third_party/protobuf/php/tests/
DWrapperTypeSettersTest.php10 use Google\Protobuf\FloatValue; alias
69 …[TestWrapperSetters::class, FloatValue::class, "setFloatValue", "setFloatValueUnwrapped", "getFloa…
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],
DWellKnownTest.php20 use Google\Protobuf\FloatValue; alias
365 $m = new FloatValue();
DEncodeDecodeTest.php25 use Google\Protobuf\FloatValue; alias
81 $m = new FloatValue();
88 $m = new FloatValue();
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs41 …ypeof(global::Google.Protobuf.WellKnownTypes.FloatValue), global::Google.Protobuf.WellKnownTypes.F… in WrappersReflection()
240 public sealed partial class FloatValue : pb::IMessage<FloatValue> class
245 …ate static readonly pb::MessageParser<FloatValue> _parser = new pb::MessageParser<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() { in FloatValue() method in Google.Protobuf.WellKnownTypes.FloatValue
274 public FloatValue Clone() { in Clone()
275 return new FloatValue(this); in Clone()
294 return Equals(other as FloatValue); in Equals()
298 public bool Equals(FloatValue other) { in Equals()
[all …]
/third_party/protobuf/ruby/tests/
Dbasic_test.proto133 google.protobuf.FloatValue float = 2;
149 repeated google.protobuf.FloatValue repeated_float = 12;
161 map<int32, google.protobuf.FloatValue> map_float = 22;
174 google.protobuf.FloatValue oneof_float = 32;
Dbasic_test_proto2.proto126 optional google.protobuf.FloatValue float = 2;
142 repeated google.protobuf.FloatValue repeated_float = 12;
155 google.protobuf.FloatValue oneof_float = 32;
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dunittest_well_known_types.proto34 google.protobuf.FloatValue float_field = 11;
59 repeated google.protobuf.FloatValue float_field = 11;
81 google.protobuf.FloatValue float_field = 11;
106 map<int32,google.protobuf.FloatValue> float_field = 11;
/third_party/protobuf/php/src/Google/Protobuf/
DFloatValue.php17 class FloatValue extends \Google\Protobuf\Internal\Message class
/third_party/protobuf/php/tests/proto/
Dtest_wrapper_type_setters.proto9 google.protobuf.FloatValue float_value = 2;
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DWrappersLiteOfMethodTest.java41 builder.setFieldFloat(FloatValue.of(2.333f)); in testOf()
DWrappersOfMethodTest.java41 builder.setFieldFloat(FloatValue.of(2.333f)); in testOf()
/third_party/protobuf/src/google/protobuf/util/
Djson_format_proto3.proto126 google.protobuf.FloatValue float_value = 6;
136 repeated google.protobuf.FloatValue repeated_float_value = 16;
Dtype_resolver_util.cc57 using google::protobuf::FloatValue;
181 value->PackFrom(WrapValue<FloatValue>( in ConvertOptionField()
/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dwrappers_test.proto43 .google.protobuf.FloatValue field_float = 3;
/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Dwrappers.proto67 google.protobuf.FloatValue float = 1;
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DCore.cpp140 out = value.ToNumber().FloatValue(); in FromJS()
/third_party/protobuf/conformance/
DMakefile.am47 com/google/protobuf/FloatValue.java \
126 Google/Protobuf/FloatValue.php \
/third_party/protobuf/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto153 google.protobuf.FloatValue float_value = 5;
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
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/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs626 [TestCase(typeof(FloatValue), 1.5f, "1.5")]

12