/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | wrappers.pb.cc | 80 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 …]
|
D | wrappers.pb.h | 43 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 …]
|
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 | 59 // 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/ |
D | Wrappers.cs | 39 …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/ |
D | KeyValueListParser.java | 378 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/ |
D | json_format_proto3.proto | 120 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/ |
D | wrappers.proto | 67 google.protobuf.FloatValue float = 1;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/ |
D | conformance.proto | 221 google.protobuf.FloatValue optional_float_wrapper = 206; 231 repeated google.protobuf.FloatValue repeated_float_wrapper = 216;
|
D | Makefile.am | 40 com/google/protobuf/FloatValue.java \
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/test/java/com/google/protobuf/util/ |
D | JsonFormatTest.java | 38 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/ |
D | json_test.proto | 171 google.protobuf.FloatValue float_value = 5;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/util/src/main/java/com/google/protobuf/util/ |
D | JsonFormat.java | 56 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/ |
D | JsonFormatterTest.cs | 524 [TestCase(typeof(FloatValue), 1.5f, "1.5")]
|
D | JsonParserTest.cs | 144 [TestCase(typeof(FloatValue), "1.5", 1.5f)]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/ |
D | JsonParser.cs | 86 { FloatValue.Descriptor.FullName, MergeWrapperField },
|