Home
last modified time | relevance | path

Searched refs:type_index (Results 1 – 18 of 18) sorted by relevance

/external/libcxx/include/
Dtypeindex21 class type_index
24 type_index(const type_info& rhs) noexcept;
26 bool operator==(const type_index& rhs) const noexcept;
27 bool operator!=(const type_index& rhs) const noexcept;
28 bool operator< (const type_index& rhs) const noexcept;
29 bool operator<=(const type_index& rhs) const noexcept;
30 bool operator> (const type_index& rhs) const noexcept;
31 bool operator>=(const type_index& rhs) const noexcept;
38 struct hash<type_index>
39 : public unary_function<type_index, size_t>
[all …]
/external/libcxx/test/std/utilities/type.index/type.index.hash/
Dhash.pass.cpp26 typedef std::hash<std::type_index> H; in main()
27 static_assert((std::is_same<typename H::argument_type, std::type_index>::value), "" ); in main()
30 std::type_index t1 = typeid(int); in main()
31 assert(std::hash<std::type_index>()(t1) == t1.hash_code()); in main()
/external/libcxx/test/std/utilities/type.index/type.index.members/
Deq.pass.cpp22 std::type_index t1 = typeid(int); in main()
23 std::type_index t2 = typeid(int); in main()
24 std::type_index t3 = typeid(long); in main()
Dlt.pass.cpp24 std::type_index t1 = typeid(int); in main()
25 std::type_index t2 = typeid(int); in main()
26 std::type_index t3 = typeid(long); in main()
Dhash_code.pass.cpp22 std::type_index t1 = typeid(int); in main()
Dctor.pass.cpp23 std::type_index t1(info); in main()
Dname.pass.cpp23 std::type_index t1 = typeid(int); in main()
/external/libcxx/test/std/utilities/type.index/type.index.overview/
Dcopy_ctor.pass.cpp21 std::type_index t1(typeid(int)); in main()
22 std::type_index t2 = t1; in main()
Dcopy_assign.pass.cpp21 std::type_index t1(typeid(int)); in main()
22 std::type_index t2(typeid(double)); in main()
/external/libcxx/test/std/utilities/type.index/type.index.synopsis/
Dhash_type_index.pass.cpp23 typedef std::hash<std::type_index> H; in main()
24 static_assert((std::is_same<typename H::argument_type, std::type_index>::value), "" ); in main()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java569 final int type_index = cls.addClassref ("[[Z"); in visit() local
571 type_index >>> 8, // indexbyte1 in visit()
572 type_index, // indexbyte2 in visit()
/external/selinux/libsepol/src/
Dpolicydb.c887 static int type_index(hashtab_key_t key, hashtab_datum_t datum, void *datap) in type_index() function
959 common_index, class_index, role_index, type_index, user_index,
/external/v8/src/
Dapi.cc7331 HeapObjectStatistics* object_statistics, size_t type_index) { in GetHeapObjectStatisticsAtLastGC() argument
7337 if (type_index >= heap->NumberOfTrackedHeapObjectTypes()) return false; in GetHeapObjectStatisticsAtLastGC()
7341 size_t object_count = heap->ObjectCountAtLastGC(type_index); in GetHeapObjectStatisticsAtLastGC()
7342 size_t object_size = heap->ObjectSizeAtLastGC(type_index); in GetHeapObjectStatisticsAtLastGC()
7343 if (!heap->GetObjectTypeName(type_index, &object_type, &object_sub_type)) { in GetHeapObjectStatisticsAtLastGC()
/external/guice/lib/build/
Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jar ... Serializable { private static final long serialVersionUID private final int type_index private final org.apache.bcel.classfile. ...
/external/v8/include/
Dv8.h5588 size_t type_index);
/external/owasp/sanitizer/tools/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/external/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...