Searched refs:value_type (Results 151 - 175 of 548) sorted by relevance

1234567891011>>

/external/libcxx/test/std/thread/futures/
H A Dtest_allocator.h42 typedef T value_type; typedef in class:test_allocator
43 typedef value_type* pointer;
44 typedef const value_type* const_pointer;
45 typedef typename std::add_lvalue_reference<value_type>::type reference;
46 typedef typename std::add_lvalue_reference<const value_type>::type const_reference;
100 typedef void value_type; typedef in class:test_allocator
101 typedef value_type* pointer;
102 typedef const value_type* const_pointer;
128 typedef T value_type; typedef in class:other_allocator
/external/clang/test/CodeGenCXX/
H A Dlpad-linetable.cpp43 typedef _Tp value_type; typedef in class:std::vector
50 push_back(const value_type& __x)
/external/libcxx/test/std/containers/associative/multimap/multimap.cons/
H A Dassign_initializer_list.pass.cpp14 // multimap& operator=(initializer_list<value_type> il);
26 typedef C::value_type V;
56 typedef C::value_type V;
H A Dinitializer_list.pass.cpp14 // multimap(initializer_list<value_type> il, const key_compare& comp = key_compare());
26 typedef C::value_type V;
55 typedef C::value_type V;
H A Dinitializer_list_compare.pass.cpp14 // multimap(initializer_list<value_type> il, const key_compare& comp = key_compare());
27 typedef C::value_type V;
60 typedef C::value_type V;
/external/libcxx/test/std/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/std/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/std/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/std/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/std/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/std/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/std/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/std/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/std/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/std/containers/sequences/list/
H A Dtypes.pass.cpp18 // typedef T value_type;
34 static_assert((std::is_same<std::list<int>::value_type, int>::value), "");
41 static_assert((std::is_same<std::list<int, min_allocator<int>>::value_type, int>::value), "");
/external/libcxx/test/std/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/std/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/std/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/std/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

Completed in 298 milliseconds

1234567891011>>