Searched refs:value_type (Results 201 - 225 of 768) sorted by relevance

1234567891011>>

/external/libcxx/test/containers/associative/multimap/multimap.modifiers/
H A Dinsert_initializer_list.pass.cpp14 // void insert(initializer_list<value_type> il);
26 typedef C::value_type V;
59 typedef C::value_type V;
/external/libcxx/test/containers/associative/multiset/
H A Dinsert_initializer_list.pass.cpp14 // void insert(initializer_list<value_type> il);
26 typedef C::value_type V;
45 typedef C::value_type V;
/external/libcxx/test/containers/associative/multiset/multiset.cons/
H A Dassign_initializer_list.pass.cpp14 // multiset& operator=(initializer_list<value_type> il);
26 typedef C::value_type V;
43 typedef C::value_type V;
/external/libcxx/test/containers/associative/set/
H A Dinsert_initializer_list.pass.cpp14 // void insert(initializer_list<value_type> il);
26 typedef C::value_type V;
44 typedef C::value_type V;
/external/libcxx/test/containers/associative/set/set.cons/
H A Dassign_initializer_list.pass.cpp14 // set& operator=(initializer_list<value_type> il);
26 typedef C::value_type V;
42 typedef C::value_type V;
H A Dinitializer_list.pass.cpp14 // set(initializer_list<value_type> il, const key_compare& comp = key_compare());
26 typedef C::value_type V;
41 typedef C::value_type V;
H A Dinitializer_list_compare_alloc.pass.cpp14 // set(initializer_list<value_type> il, const key_compare& comp, const allocator_type& a);
15 // set(initializer_list<value_type> il, const allocator_type& a);
29 typedef C::value_type V;
48 typedef C::value_type V;
/external/libcxx/test/containers/container.adaptors/priority.queue/
H A Dtypes.pass.cpp13 // class Compare = less<typename Container::value_type>>
18 // typedef typename container_type::value_type value_type;
43 typedef int value_type; typedef in struct:C
53 static_assert((std::is_same<std::priority_queue<double, std::deque<int> >::value_type, int>::value), "");
/external/libcxx/test/containers/container.adaptors/queue/queue.defn/
H A Dtypes.pass.cpp17 // typedef typename container_type::value_type value_type;
41 typedef int value_type; typedef in struct:C
51 static_assert((std::is_same<std::queue<double, std::vector<int> >::value_type, int>::value), "");
/external/libcxx/test/containers/container.adaptors/stack/stack.defn/
H A Dtypes.pass.cpp17 // typedef typename container_type::value_type value_type;
42 typedef int value_type; typedef in struct:C
52 static_assert((std::is_same<std::stack<double, std::vector<int> >::value_type, int>::value), "");
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
H A Dsize_value_alloc.pass.cpp12 // forward_list(size_type n, const value_type& v, const allocator_type& a);
24 typedef A::value_type T;
38 typedef A::value_type T;
/external/libcxx/test/containers/sequences/list/
H A Dtypes.pass.cpp18 // typedef T value_type;
32 static_assert((std::is_same<std::list<int>::value_type, int>::value), "");
39 static_assert((std::is_same<std::list<int, min_allocator<int>>::value_type, int>::value), "");
/external/libcxx/test/containers/sequences/vector/vector.cons/
H A Dconstruct_size.pass.cpp32 assert(*i == typename C::value_type());
47 assert(*i == typename C::value_type());
/external/libcxx/test/containers/sequences/vector.bool/
H A Dconstruct_size.pass.cpp32 assert(*i == typename C::value_type());
46 assert(*i == typename C::value_type());
/external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
H A Ddefault_noexcept.pass.cpp30 typedef T value_type; typedef in struct:some_comp
38 typedef T value_type; typedef in struct:some_hash
H A Ddtor_noexcept.pass.cpp25 typedef T value_type; typedef in struct:some_comp
32 typedef T value_type; typedef in struct:some_hash
H A Dmove_assign_noexcept.pass.cpp29 typedef T value_type; typedef in struct:some_comp
36 typedef T value_type; typedef in struct:some_hash
H A Dmove_noexcept.pass.cpp27 typedef T value_type; typedef in struct:some_comp
34 typedef T value_type; typedef in struct:some_hash
/external/libcxx/test/containers/unord/unord.map/unord.map.swap/
H A Dswap_noexcept.pass.cpp27 typedef T value_type; typedef in struct:some_comp
36 typedef T value_type; typedef in struct:some_hash
/external/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
H A Ddefault_noexcept.pass.cpp30 typedef T value_type; typedef in struct:some_comp
38 typedef T value_type; typedef in struct:some_hash
H A Ddtor_noexcept.pass.cpp25 typedef T value_type; typedef in struct:some_comp
32 typedef T value_type; typedef in struct:some_hash
H A Dmove_assign_noexcept.pass.cpp29 typedef T value_type; typedef in struct:some_comp
36 typedef T value_type; typedef in struct:some_hash
H A Dmove_noexcept.pass.cpp27 typedef T value_type; typedef in struct:some_comp
34 typedef T value_type; typedef in struct:some_hash
/external/libcxx/test/containers/unord/unord.multimap/unord.multimap.swap/
H A Dswap_noexcept.pass.cpp27 typedef T value_type; typedef in struct:some_comp
36 typedef T value_type; typedef in struct:some_hash
/external/libcxx/test/containers/unord/unord.multiset/
H A Dinsert_const_lvalue.pass.cpp16 // iterator insert(const value_type& x);
28 typedef C::value_type P;
51 typedef C::value_type P;

Completed in 338 milliseconds

1234567891011>>