/third_party/protobuf/src/google/protobuf/ |
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(::PROTOBUF_NAMESPACE_ID::Arena* arena) in FloatValue() function in FloatValue 513 FloatValue::FloatValue(const FloatValue& from) in FloatValue() function in FloatValue [all …]
|
D | wrappers.pb.h | 67 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 …]
|
D | unittest_well_known_types.proto | 34 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;
|
D | wrappers.proto | 63 // The JSON representation for `FloatValue` is JSON number. 64 message FloatValue { message
|
D | test_messages_proto3.proto | 214 google.protobuf.FloatValue optional_float_wrapper = 206; 224 repeated google.protobuf.FloatValue repeated_float_wrapper = 216;
|
/third_party/protobuf/php/tests/ |
D | WrapperTypeSettersTest.php | 10 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],
|
D | WellKnownTest.php | 20 use Google\Protobuf\FloatValue; alias 365 $m = new FloatValue();
|
D | EncodeDecodeTest.php | 25 use Google\Protobuf\FloatValue; alias 81 $m = new FloatValue(); 88 $m = new FloatValue();
|
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Wrappers.cs | 41 …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/ |
D | basic_test.proto | 133 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;
|
D | basic_test_proto2.proto | 126 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/ |
D | unittest_well_known_types.proto | 34 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/ |
D | FloatValue.php | 17 class FloatValue extends \Google\Protobuf\Internal\Message class
|
/third_party/protobuf/php/tests/proto/ |
D | test_wrapper_type_setters.proto | 9 google.protobuf.FloatValue float_value = 2;
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | WrappersLiteOfMethodTest.java | 41 builder.setFieldFloat(FloatValue.of(2.333f)); in testOf()
|
D | WrappersOfMethodTest.java | 41 builder.setFieldFloat(FloatValue.of(2.333f)); in testOf()
|
/third_party/protobuf/src/google/protobuf/util/ |
D | json_format_proto3.proto | 126 google.protobuf.FloatValue float_value = 6; 136 repeated google.protobuf.FloatValue repeated_float_value = 16;
|
D | type_resolver_util.cc | 57 using google::protobuf::FloatValue; 181 value->PackFrom(WrapValue<FloatValue>( in ConvertOptionField()
|
/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/ |
D | wrappers_test.proto | 43 .google.protobuf.FloatValue field_float = 3;
|
/third_party/protobuf/src/google/protobuf/util/internal/testdata/ |
D | wrappers.proto | 67 google.protobuf.FloatValue float = 1;
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/ |
D | Core.cpp | 140 out = value.ToNumber().FloatValue(); in FromJS()
|
/third_party/protobuf/conformance/ |
D | Makefile.am | 47 com/google/protobuf/FloatValue.java \ 126 Google/Protobuf/FloatValue.php \
|
/third_party/protobuf/java/util/src/test/proto/com/google/protobuf/util/ |
D | json_test.proto | 153 google.protobuf.FloatValue float_value = 5;
|
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
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/protobuf/csharp/src/Google.Protobuf.Test/ |
D | JsonFormatterTest.cs | 626 [TestCase(typeof(FloatValue), 1.5f, "1.5")]
|