Searched defs:value_type (Results 51 - 75 of 326) sorted by relevance

1234567891011>>

/external/libcxx/test/containers/unord/unord.multiset/unord.multiset.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.set/unord.set.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/utilities/memory/allocator.traits/allocator.traits.types/
H A Dpropagate_on_container_copy_assignment.pass.cpp26 typedef T value_type; typedef in struct:A
33 typedef T value_type; typedef in struct:B
H A Dpropagate_on_container_move_assignment.pass.cpp26 typedef T value_type; typedef in struct:A
33 typedef T value_type; typedef in struct:B
H A Dpropagate_on_container_swap.pass.cpp26 typedef T value_type; typedef in struct:A
33 typedef T value_type; typedef in struct:B
H A Dpointer.pass.cpp15 // typedef Alloc::pointer | value_type* pointer;
28 typedef T value_type; typedef in struct:A
35 typedef T value_type; typedef in struct:B
/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.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/unord.multiset.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.set/unord.set.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/utilities/memory/allocator.traits/allocator.traits.members/
H A Dallocate.pass.cpp25 typedef T value_type; typedef in struct:A
27 value_type* allocate(std::size_t n)
30 return (value_type*)0xDEADBEEF;
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
H A Dp1-retmem.cpp9 typedef T value_type; typedef in struct:X0
12 value_type *f1();
13 X1<value_type*> f2();
22 typename X0<U>::value_type *X0<U>::f1() {
27 X1<typename X0<U>::value_type*> X0<U>::f2() {
/external/libcxx/test/containers/associative/map/map.special/
H A Dswap_noexcept.pass.cpp27 typedef T value_type; typedef in struct:some_comp
/external/libcxx/test/containers/associative/multimap/multimap.special/
H A Dswap_noexcept.pass.cpp27 typedef T value_type; typedef in struct:some_comp
/external/libcxx/test/containers/associative/multiset/multiset.special/
H A Dswap_noexcept.pass.cpp27 typedef T value_type; typedef in struct:some_comp
/external/libcxx/test/containers/associative/set/set.special/
H A Dswap_noexcept.pass.cpp27 typedef T value_type; typedef in struct:some_comp
/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), "");

Completed in 2971 milliseconds

1234567891011>>