Searched defs:ValueTp (Results 1 – 8 of 8) sorted by relevance
/external/libcxx/test/std/containers/associative/ |
D | iterator_types.pass.cpp | 57 typedef std::pair<const int, int> ValueTp; in main() typedef 61 typedef std::pair<const int, int> ValueTp; in main() typedef 68 typedef std::pair<const int, int> ValueTp; in main() typedef 76 typedef std::pair<const int, int> ValueTp; in main() typedef 80 typedef std::pair<const int, int> ValueTp; in main() typedef 87 typedef std::pair<const int, int> ValueTp; in main() typedef 94 typedef int ValueTp; in main() typedef 99 typedef int ValueTp; in main() typedef 106 typedef int ValueTp; in main() typedef 113 typedef int ValueTp; in main() typedef [all …]
|
/external/libcxx/test/std/containers/unord/ |
D | iterator_difference_type.pass.cpp | 80 typedef std::pair<const int, int> ValueTp; in main() typedef 84 typedef std::pair<const int, int> ValueTp; in main() typedef 91 typedef std::pair<const int, int> ValueTp; in main() typedef 99 typedef std::pair<const int, int> ValueTp; in main() typedef 103 typedef std::pair<const int, int> ValueTp; in main() typedef 110 typedef std::pair<const int, int> ValueTp; in main() typedef 117 typedef int ValueTp; in main() typedef 122 typedef int ValueTp; in main() typedef 129 typedef int ValueTp; in main() typedef 136 typedef int ValueTp; in main() typedef [all …]
|
/external/libcxx/test/std/containers/ |
D | set_allocator_requirement_test_templates.h | 34 typedef typename Container::value_type ValueTp; in testSetInsert() typedef 148 typedef typename Container::value_type ValueTp; in testSetEmplace() typedef 211 typedef typename Container::value_type ValueTp; in testSetEmplaceHint() typedef 291 typedef typename Container::value_type ValueTp; in testMultisetInsert() typedef
|
D | map_allocator_requirement_test_templates.h | 35 typedef typename Container::value_type ValueTp; in testMapInsert() typedef 163 typedef typename Container::value_type ValueTp; in testMapInsertHint() typedef 296 typedef typename Container::value_type ValueTp; in testMapEmplace() typedef 444 typedef typename Container::value_type ValueTp; in testMapEmplaceHint() typedef 632 typedef typename Container::value_type ValueTp; in testMultimapInsert() typedef 706 typedef typename Container::value_type ValueTp; in testMultimapInsertHint() typedef
|
/external/libcxx/test/std/containers/associative/map/map.access/ |
D | index_rv_key.pass.cpp | 64 using ValueTp = Container::value_type; in main() typedef
|
D | index_key.pass.cpp | 87 using ValueTp = Container::value_type; in main() typedef
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.elem/ |
D | index.pass.cpp | 122 using ValueTp = Container::value_type; in main() typedef
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
D | make_from_tuple.pass.cpp | 103 using ValueTp = ConstexprConstructibleFromTuple<Tuple>; in test_constexpr_construction() typedef
|