Home
last modified time | relevance | path

Searched defs:TYPE_DOUBLE (Results 1 – 9 of 9) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
DValue.java37 public static final int TYPE_DOUBLE = 4; field in Value
/external/chromium/base/
Dvalues.h54 TYPE_DOUBLE, enumerator
/external/e2fsprogs/intl/
Dprintf-args.h55 TYPE_DOUBLE, enumerator
/external/protobuf/src/google/protobuf/
Ddescriptor.proto96 TYPE_DOUBLE = 1; enumerator
Dwire_format_lite.h99 TYPE_DOUBLE = 1, enumerator
Ddescriptor.h298 TYPE_DOUBLE = 1, // double, exactly eight bytes on the wire. enumerator
Ddescriptor.pb.cc2169 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_DOUBLE; member in google::protobuf::FieldDescriptorProto
Ddescriptor.pb.h746 static const Type TYPE_DOUBLE = FieldDescriptorProto_Type_TYPE_DOUBLE; variable
/external/protobuf/python/google/protobuf/
Ddescriptor.py328 TYPE_DOUBLE = 1 variable in FieldDescriptor