Searched defs:TYPE_DOUBLE (Results 1 – 9 of 9) sorted by relevance
/external/proguard/src/proguard/evaluation/value/ | ||
D | Value.java | 37 public static final int TYPE_DOUBLE = 4; field in Value |
/external/chromium/base/ | ||
D | values.h | 54 TYPE_DOUBLE, enumerator |
/external/e2fsprogs/intl/ | ||
D | printf-args.h | 55 TYPE_DOUBLE, enumerator |
/external/protobuf/src/google/protobuf/ | ||
D | descriptor.proto | 96 TYPE_DOUBLE = 1; enumerator |
D | wire_format_lite.h | 99 TYPE_DOUBLE = 1, enumerator |
D | descriptor.h | 298 TYPE_DOUBLE = 1, // double, exactly eight bytes on the wire. enumerator |
D | descriptor.pb.cc | 2169 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_DOUBLE; member in google::protobuf::FieldDescriptorProto |
D | descriptor.pb.h | 746 static const Type TYPE_DOUBLE = FieldDescriptorProto_Type_TYPE_DOUBLE; variable |
/external/protobuf/python/google/protobuf/ | ||
D | descriptor.py | 328 TYPE_DOUBLE = 1 variable in FieldDescriptor |