Searched refs:type_index (Results 1 - 17 of 17) sorted by relevance

/external/libcxx/test/utilities/type.index/type.index.members/
H A Deq.pass.cpp12 // 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);
H A Dctor.pass.cpp12 // class type_index
14 // type_index(const type_info& rhs);
21 std::type_index t1 = typeid(int);
H A Dhash_code.pass.cpp12 // class type_index
22 std::type_index t1 = typeid(int);
H A Dlt.pass.cpp12 // 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);
H A Dname.pass.cpp12 // class type_index
23 std::type_index t1 = typeid(int);
/external/libcxx/test/utilities/type.index/type.index.hash/
H A Dhash.pass.cpp12 // 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());
/external/libcxx/test/utilities/type.index/type.index.overview/
H A Dcopy_ctor.pass.cpp12 // class type_index
14 // type_index(const type_index& ti);
21 std::type_index t1(typeid(int));
22 std::type_index t2 = t1;
H A Dcopy_assign.pass.cpp12 // 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));
/external/libcxx/test/utilities/type.index/type.index.synopsis/
H A Dhash_type_index.pass.cpp12 // 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/dhcpcd/
H A Ddhcpcd_test.cpp83 type_index = 0;
91 length_index = type_index + 1;
93 dhcpmsgs[0].options[type_index] = DHO_DNSDOMAIN;
100 size_t type_index; member in class:DhcpcdGetOptionTest
111 type_index = sizeof(dhcpmsgs[0].options);
117 type_index = sizeof(dhcpmsgs[0].options) - 1;
123 type_index = sizeof(dhcpmsgs[0].options) - 2;
129 type_index = sizeof(dhcpmsgs[0].options) - 6;
138 type_index = sizeof(dhcpmsgs[0].options) - 16;
140 type_index
[all...]
/external/qemu/android/
H A Dhw-events.c203 android_event_bufprint_type_str( char* buff, char* end, int type_index )
205 return eventList_bufprintCode( _ev_types_tab, type_index, buff, end );
H A Dhw-events.h540 extern char* android_event_bufprint_type_str( char* buff, char* end, int type_index );
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java569 final int type_index = cls.addClassref ("[[Z");
571 type_index >>> 8, // indexbyte1
572 type_index, // indexbyte2
/external/libsepol/src/
H A Dpolicydb.c873 static int type_index(hashtab_key_t key, hashtab_datum_t datum, void *datap) function
945 common_index, class_index, role_index, type_index, user_index,
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jar ... .Serializable { private static final long serialVersionUID private final int type_index private final org.apache.bcel.classfile. ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 1061 milliseconds