HomeSort by relevance Sort by last modified time
    Searched defs:DoubleValue (Results 1 - 25 of 39) sorted by null

1 2

  /external/golang-protobuf/ptypes/wrappers/
wrappers.pb.go 11 DoubleValue
40 // The JSON representation for `DoubleValue` is JSON number.
41 type DoubleValue struct {
46 func (m *DoubleValue) Reset() { *m = DoubleValue{} }
47 func (m *DoubleValue) String() string { return proto.CompactTextString(m) }
48 func (*DoubleValue) ProtoMessage() {}
49 func (*DoubleValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
50 func (*DoubleValue) XXX_WellKnownType() string { return "DoubleValue" }
    [all...]
  /external/proguard/src/proguard/evaluation/value/
DoubleValue.java 30 public abstract class DoubleValue extends 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 other)
    [all...]
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Value.java 73 return new DoubleValue(value);
319 private static class DoubleValue extends Value {
322 DoubleValue(double d) {
337 if (other instanceof DoubleValue) {
338 DoubleValue value = (DoubleValue)other;
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Wrappers.cs 39 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> {
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() {
    [all...]
  /external/protobuf/src/google/protobuf/
wrappers.pb.h 42 class DoubleValue;
52 class LIBPROTOBUF_EXPORT DoubleValue : public ::google::protobuf::Message {
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* other)
    [all...]
wrappers.pb.cc 64 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();
    [all...]
  /external/turbine/java/com/google/turbine/model/
Const.java 56 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 extends Value
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wrappers.pb.h 42 class DoubleValue;
52 class LIBPROTOBUF_EXPORT DoubleValue : public ::google::protobuf::Message {
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* other)
    [all...]
  /external/tinyxml/
tinyxml.cpp 1271 double TiXmlAttribute::DoubleValue() const
    [all...]
  /external/v8/src/parsing/
scanner.cc     [all...]
  /external/tinyxml2/
tinyxml2.h     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs 161 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)}),
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h     [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/gradle-plugin/net/sf/proguard/proguard-base/5.3.3/
proguard-base-5.3.3.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 

Completed in 435 milliseconds

1 2