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

/external/libcxx/test/std/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 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 Dctor.pass.cpp12 // class type_index
14 // type_index(const type_info& rhs);
23 std::type_index t1(info);
H A Dname.pass.cpp12 // class type_index
23 std::type_index t1 = typeid(int);
/external/libcxx/test/std/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/std/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;
29 typedef std::hash<std::type_index> H;
30 static_assert((std::is_same<typename H::argument_type, std::type_index>::value), "" );
35 test_hash_enabled_for_type<std::type_index>(std::type_index(typeid(int)));
/external/libcxx/test/std/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 typedef std::hash<std::type_index> H;
27 static_assert((std::is_same<typename H::argument_type, std::type_index>::value), "" );
30 std::type_index t1 = typeid(int);
31 assert(std::hash<std::type_index>()(t1) == t1.hash_code());
/external/flatbuffers/include/flatbuffers/
H A Dreflection.h43 int type_index,
46 schema.objects()->Get(type_index)->is_struct()) {
47 return schema.objects()->Get(type_index)->bytesize();
136 int type_index);
42 GetTypeSizeInline(reflection::BaseType base_type, int type_index, const reflection::Schema &schema) argument
/external/flatbuffers/src/
H A Dreflection.cpp63 const reflection::Schema *schema, int type_index) {
77 auto &objectdef = *schema->objects()->Get(type_index);
62 GetAnyValueS(reflection::BaseType type, const uint8_t *data, const reflection::Schema *schema, int type_index) argument
/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/selinux/libsepol/src/
H A Dpolicydb.c976 static int type_index(hashtab_key_t key, hashtab_datum_t datum, void *datap) function
1055 common_index, class_index, role_index, type_index, user_index,
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/v8/src/
H A Dapi.cc8125 HeapObjectStatistics* object_statistics, size_t type_index) {
8131 if (type_index >= heap->NumberOfTrackedHeapObjectTypes()) return false;
8135 size_t object_count = heap->ObjectCountAtLastGC(type_index);
8136 size_t object_size = heap->ObjectSizeAtLastGC(type_index);
8137 if (!heap->GetObjectTypeName(type_index, &object_type, &object_sub_type)) {
8124 GetHeapObjectStatisticsAtLastGC( HeapObjectStatistics* object_statistics, size_t type_index) argument
/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/vulkan-validation-layers/layers/
H A Dcore_validation.cpp6963 uint32_t type_index = 0, descriptor_count = 0; local
6965 type_index = static_cast<uint32_t>(set_state->GetTypeFromIndex(j));
6967 pool_state->availableDescriptorTypeCount[type_index] += descriptor_count;
/external/v8/include/
H A Dv8.h6620 * \param type_index The index of the type of object to fill details about,
6625 size_t type_index);
/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 530 milliseconds