HomeSort by relevance Sort by last modified time
    Searched refs:type_index (Results 1 - 16 of 16) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.overview/
copy_ctor.pass.cpp 12 // class type_index
14 // type_index(const type_index& ti);
21 std::type_index t1(typeid(int));
22 std::type_index t2 = t1;
copy_assign.pass.cpp 12 // class type_index
14 // type_index& operator=(const type_index& ti);
21 std::type_index t1(typeid(int));
22 std::type_index t2(typeid(double));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.members/
ctor.pass.cpp 12 // class type_index
14 // type_index(const type_info& rhs);
21 std::type_index t1 = typeid(int);
eq.pass.cpp 12 // class type_index
14 // bool operator==(const type_index& rhs) const;
15 // bool operator!=(const type_index& rhs) const;
22 std::type_index t1 = typeid(int);
23 std::type_index t2 = typeid(int);
24 std::type_index t3 = typeid(long);
lt.pass.cpp 12 // class type_index
14 // bool operator< (const type_index& rhs) const;
15 // bool operator<=(const type_index& rhs) const;
16 // bool operator> (const type_index& rhs) const;
17 // bool operator>=(const type_index& rhs) const;
24 std::type_index t1 = typeid(int);
25 std::type_index t2 = typeid(int);
26 std::type_index t3 = typeid(long);
hash_code.pass.cpp 12 // class type_index
22 std::type_index t1 = typeid(int);
name.pass.cpp 12 // class type_index
23 std::type_index t1 = typeid(int);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.hash/
hash.pass.cpp 12 // class type_index
15 // struct hash<type_index>
16 // : public unary_function<type_index, size_t>
18 // size_t operator()(type_index index) const;
26 std::type_index t1 = typeid(int);
27 assert(std::hash<std::type_index>()(t1) == t1.hash_code());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.synopsis/
hash_type_index.pass.cpp 12 // struct hash<type_index>
13 // : public unary_function<type_index, size_t>
15 // size_t operator()(type_index index) const;
23 static_assert((std::is_base_of<std::unary_function<std::type_index, std::size_t>,
24 std::hash<std::type_index> >::value), "");
  /external/qemu/android/
hw-events.c 203 android_event_bufprint_type_str( char* buff, char* end, int type_index )
205 return eventList_bufprintCode( _ev_types_tab, type_index, buff, end );
hw-events.h 540 extern char* android_event_bufprint_type_str( char* buff, char* end, int type_index );
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 569 final int type_index = cls.addClassref ("[[Z"); local
571 type_index >>> 8, // indexbyte1
572 type_index, // indexbyte2
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 1740 int type_index = successor_block_info->key; local
    [all...]