Searched defs:DoubleValue (Results 1 - 13 of 13) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
H A DDoubleValue.java30 public abstract class DoubleValue extends Category2Value class in inherits:Category2Value
44 * Returns the negated value of this DoubleValue.
46 public abstract DoubleValue negate();
49 * Converts this DoubleValue to an IntegerValue.
54 * Converts this DoubleValue to a LongValue.
59 * Converts this DoubleValue to a FloatValue.
67 * Returns the generalization of this DoubleValue and the given other
68 * DoubleValue.
70 public abstract DoubleValue generalize(DoubleValue othe
[all...]
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DWrappers.cs39 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.DoubleValue), global::Google.Protobuf.WellKnownTypes.DoubleValue.Parser, new[]{ "Value" }, null, null, null),
57 /// The JSON representation for `DoubleValue` is JSON number.
60 public sealed partial class DoubleValue : pb::IMessage<DoubleValue> { class in namespace:Google.Protobuf.WellKnownTypes
61 private static readonly pb::MessageParser<DoubleValue> _parser = new pb::MessageParser<DoubleValue>(() => new DoubleValue());
62 public static pb::MessageParser<DoubleValue> Parser { get { return _parser; } }
72 public DoubleValue() { method in class:Google.Protobuf.WellKnownTypes.DoubleValue
78 public DoubleValue(DoubleValue other) : this() { method in class:Google.Protobuf.WellKnownTypes.DoubleValue
[all...]
/external/protobuf/src/google/protobuf/
H A Dwrappers.pb.h42 class DoubleValue;
52 class LIBPROTOBUF_EXPORT DoubleValue : public ::google::protobuf::Message { class in namespace:google::protobuf
54 DoubleValue();
55 virtual ~DoubleValue();
57 DoubleValue(const DoubleValue& from);
59 inline DoubleValue& operator=(const DoubleValue& from) {
69 static const DoubleValue& default_instance();
71 void UnsafeArenaSwap(DoubleValue* othe
[all...]
H A Dwrappers.pb.cc64 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DoubleValue, value_),
69 DoubleValue::default_instance_,
74 sizeof(DoubleValue),
75 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DoubleValue, _internal_metadata_),
76 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DoubleValue, _is_default_instance_));
210 DoubleValue_descriptor_, &DoubleValue::default_instance());
232 delete DoubleValue::default_instance_;
260 ".protobuf\"\034\n\013DoubleValue\022\r\n\005value\030\001 \001(\001\""
273 DoubleValue::default_instance_ = new DoubleValue();
317 DoubleValue::DoubleValue() function in class:google::protobuf::DoubleValue
323 DoubleValue::DoubleValue(::google::protobuf::Arena* arena) function in class:google::protobuf::DoubleValue
335 DoubleValue::DoubleValue(const DoubleValue& from) function in class:google::protobuf::DoubleValue
[all...]
/external/turbine/java/com/google/turbine/model/
H A DConst.java56 public DoubleValue asDouble() {
167 public DoubleValue asDouble() {
168 return new DoubleValue((double) value);
230 public DoubleValue asDouble() {
231 return new DoubleValue((double) value);
293 public DoubleValue asDouble() {
294 return new DoubleValue((double) value);
356 public DoubleValue asDouble() {
357 return new DoubleValue((double) value);
372 public static class DoubleValue extend class in class:Const
375 public DoubleValue(double value) { method in class:Const.DoubleValue
[all...]
/external/tinyxml/
H A Dtinyxml.cpp1271 double TiXmlAttribute::DoubleValue() const function in class:TiXmlAttribute
/external/v8/src/parsing/
H A Dscanner.cc1707 double Scanner::DoubleValue() { function in class:v8::internal::Scanner
/external/tinyxml2/
H A Dtinyxml2.h1169 double DoubleValue() const { function in class:tinyxml2::XMLAttribute
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs161 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.UninterpretedOption), global::Google.Protobuf.Reflection.UninterpretedOption.Parser, new[]{ "Name", "IdentifierValue", "PositiveIntValue", "NegativeIntValue", "DoubleValue", "StringValue", "AggregateValue" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart), global::Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart.Parser, new[]{ "NamePart_", "IsExtension" }, null, null, null)}),
4366 public double DoubleValue { property in class:Google.Protobuf.Reflection.UninterpretedOption
4408 if (DoubleValue != other.DoubleValue) return false;
4420 if (DoubleValue != 0D) hash ^= DoubleValue.GetHashCode();
4444 if (DoubleValue != 0D) {
4446 output.WriteDouble(DoubleValue);
4470 if (DoubleValue != 0D) {
4496 if (other.DoubleValue !
[all...]
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h3084 double DoubleValue() const { function in class:final::final
/external/annotation-tools/asmx/test/lib/
H A Dsaxon7.jarMETA-INF/ META-INF/MANIFEST.MF net/sf/saxon/Compile.class Compile.java package ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader.java package proguard ...
/external/kotlinc/lib/
H A Dkotlin-reflect.jarMETA-INF/MANIFEST.MF kotlin/reflect/jvm/internal/ReflectProperties$LazyVal.class ReflectProperties.java package ...

Completed in 1030 milliseconds