Searched defs:ValueTp (Results 1 - 4 of 4) sorted by relevance

/external/libcxx/test/std/containers/associative/
H A Diterator_types.pass.cpp19 template <class Map, class ValueTp, class PtrT, class CPtrT>
24 static_assert((std::is_same<typename It::value_type, ValueTp>::value), "");
25 static_assert((std::is_same<typename It::reference, ValueTp&>::value), "");
31 static_assert((std::is_same<typename It::value_type, ValueTp>::value), "");
32 static_assert((std::is_same<typename It::reference, ValueTp const&>::value), "");
39 template <class Set, class ValueTp, class CPtrT>
46 static_assert((std::is_same<typename It::value_type, ValueTp>::value), "");
47 static_assert((std::is_same<typename It::reference, ValueTp const&>::value), "");
57 typedef std::pair<const int, int> ValueTp; typedef
58 testMap<Map, ValueTp, ValueT
61 typedef std::pair<const int, int> ValueTp; typedef
68 typedef std::pair<const int, int> ValueTp; typedef
76 typedef std::pair<const int, int> ValueTp; typedef
80 typedef std::pair<const int, int> ValueTp; typedef
87 typedef std::pair<const int, int> ValueTp; typedef
94 typedef int ValueTp; typedef
99 typedef int ValueTp; typedef
106 typedef int ValueTp; typedef
113 typedef int ValueTp; typedef
118 typedef int ValueTp; typedef
125 typedef int ValueTp; typedef
[all...]
/external/libcxx/test/std/containers/unord/
H A Diterator_difference_type.pass.cpp19 template <class Map, class ValueTp, class PtrT, class CPtrT>
24 static_assert((std::is_same<typename It::value_type, ValueTp>::value), "");
25 static_assert((std::is_same<typename It::reference, ValueTp&>::value), "");
31 static_assert((std::is_same<typename It::value_type, ValueTp>::value), "");
32 static_assert((std::is_same<typename It::reference, ValueTp const&>::value), "");
38 static_assert((std::is_same<typename It::value_type, ValueTp>::value), "");
39 static_assert((std::is_same<typename It::reference, ValueTp&>::value), "");
45 static_assert((std::is_same<typename It::value_type, ValueTp>::value), "");
46 static_assert((std::is_same<typename It::reference, ValueTp const&>::value), "");
53 template <class Set, class ValueTp, clas
80 typedef std::pair<const int, int> ValueTp; typedef
84 typedef std::pair<const int, int> ValueTp; typedef
91 typedef std::pair<const int, int> ValueTp; typedef
99 typedef std::pair<const int, int> ValueTp; typedef
103 typedef std::pair<const int, int> ValueTp; typedef
110 typedef std::pair<const int, int> ValueTp; typedef
117 typedef int ValueTp; typedef
122 typedef int ValueTp; typedef
129 typedef int ValueTp; typedef
136 typedef int ValueTp; typedef
141 typedef int ValueTp; typedef
148 typedef int ValueTp; typedef
[all...]
/external/libcxx/test/std/containers/
H A Dset_allocator_requirement_test_templates.h34 typedef typename Container::value_type ValueTp; typedef
42 const ValueTp v(42);
43 cc->expect<const ValueTp&>();
48 const ValueTp v2(42);
55 ValueTp v(42);
56 cc->expect<const ValueTp&>();
61 ValueTp v2(42);
68 ValueTp v(42);
69 cc->expect<ValueTp&&>();
74 ValueTp v
148 typedef typename Container::value_type ValueTp; typedef
211 typedef typename Container::value_type ValueTp; typedef
291 typedef typename Container::value_type ValueTp; typedef
[all...]
H A Dmap_allocator_requirement_test_templates.h35 typedef typename Container::value_type ValueTp; typedef
45 const ValueTp v(42, 1);
46 cc->expect<const ValueTp&>();
51 const ValueTp v2(42, 1);
58 ValueTp v(42, 1);
59 cc->expect<const ValueTp&>();
64 ValueTp v2(42, 1);
71 ValueTp v(42, 1);
72 cc->expect<ValueTp&&>();
77 ValueTp v
163 typedef typename Container::value_type ValueTp; typedef
296 typedef typename Container::value_type ValueTp; typedef
444 typedef typename Container::value_type ValueTp; typedef
632 typedef typename Container::value_type ValueTp; typedef
706 typedef typename Container::value_type ValueTp; typedef
[all...]

Completed in 144 milliseconds