Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwrappers.pb.cc80 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FloatValue, value_), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
85 FloatValue::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
90 sizeof(FloatValue), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
91 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FloatValue, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
92 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FloatValue, _is_default_instance_)); in protobuf_AssignDesc_google_2fprotobuf_2fwrappers_2eproto()
214 FloatValue_descriptor_, &FloatValue::default_instance()); in protobuf_RegisterTypes()
236 delete FloatValue::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fwrappers_2eproto()
277 FloatValue::default_instance_ = new FloatValue(); in protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto()
286 FloatValue::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto()
569 const int FloatValue::kValueFieldNumber;
[all …]
Dwrappers.pb.h43 class FloatValue; variable
147 class LIBPROTOBUF_EXPORT FloatValue : public ::google::protobuf::Message /* @@protoc_insertion_poin…
149 FloatValue();
150 virtual ~FloatValue();
152 FloatValue(const FloatValue& from);
154 inline FloatValue& operator=(const FloatValue& from) {
164 static const FloatValue& default_instance();
166 void UnsafeArenaSwap(FloatValue* other);
167 void Swap(FloatValue* other);
171 inline FloatValue* New() const { return New(NULL); } in New()
[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.proto59 // The JSON representation for `FloatValue` is JSON number.
60 message FloatValue { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs39 …ypeof(global::Google.Protobuf.WellKnownTypes.FloatValue), global::Google.Protobuf.WellKnownTypes.F… in WrappersReflection()
183 public sealed partial class FloatValue : pb::IMessage<FloatValue> { class
184 …ate static readonly pb::MessageParser<FloatValue> _parser = new pb::MessageParser<FloatValue>(() =…
186 public static pb::MessageParser<FloatValue> Parser { get { return _parser; } }
199 public FloatValue() { in FloatValue() method in Google.Protobuf.WellKnownTypes.FloatValue
206 public FloatValue(FloatValue other) : this() { in FloatValue() method in Google.Protobuf.WellKnownTypes.FloatValue
211 public FloatValue Clone() { in Clone()
212 return new FloatValue(this); in Clone()
231 return Equals(other as FloatValue); in Equals()
235 public bool Equals(FloatValue other) { in Equals()
[all …]
/frameworks/base/core/java/android/util/
DKeyValueListParser.java378 public static class FloatValue { class in KeyValueListParser
384 public FloatValue(String key, float defaultValue) { in FloatValue() method in KeyValueListParser.FloatValue
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Djson_format_proto3.proto120 google.protobuf.FloatValue float_value = 6;
130 repeated google.protobuf.FloatValue repeated_float_value = 16;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/
Dwrappers.proto67 google.protobuf.FloatValue float = 1;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
Dconformance.proto221 google.protobuf.FloatValue optional_float_wrapper = 206;
231 repeated google.protobuf.FloatValue repeated_float_wrapper = 216;
DMakefile.am40 com/google/protobuf/FloatValue.java \
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java38 import com.google.protobuf.FloatValue;
870 anyMessage = Any.pack(FloatValue.newBuilder().setValue(12345).build()); in testAnyFields()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/proto/com/google/protobuf/util/
Djson_test.proto171 google.protobuf.FloatValue float_value = 5;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/
DJsonFormat.java56 import com.google.protobuf.FloatValue;
571 printers.put(FloatValue.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypePrinters()
1088 parsers.put(FloatValue.getDescriptor().getFullName(), wrappersPrinter); in buildWellKnownTypeParsers()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs524 [TestCase(typeof(FloatValue), 1.5f, "1.5")]
DJsonParserTest.cs144 [TestCase(typeof(FloatValue), "1.5", 1.5f)]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonParser.cs86 { FloatValue.Descriptor.FullName, MergeWrapperField },