Searched defs:value_type (Results 1 - 25 of 320) sorted by relevance

1234567891011>>

/external/libcxx/test/std/containers/sequences/deque/deque.cons/
H A Ddefault_noexcept.pass.cpp29 typedef T value_type; typedef in struct:some_alloc
H A Ddtor_noexcept.pass.cpp26 typedef T value_type; typedef in struct:some_alloc
H A Dmove_assign_noexcept.pass.cpp31 typedef T value_type; typedef in struct:some_alloc
H A Dmove_noexcept.pass.cpp29 typedef T value_type; typedef in struct:some_alloc
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/
H A Ddefault_noexcept.pass.cpp29 typedef T value_type; typedef in struct:some_alloc
H A Ddtor_noexcept.pass.cpp26 typedef T value_type; typedef in struct:some_alloc
H A Dmove_assign_noexcept.pass.cpp31 typedef T value_type; typedef in struct:some_alloc
H A Dmove_noexcept.pass.cpp29 typedef T value_type; typedef in struct:some_alloc
/external/libcxx/test/std/containers/sequences/list/list.cons/
H A Ddefault_noexcept.pass.cpp29 typedef T value_type; typedef in struct:some_alloc
H A Ddtor_noexcept.pass.cpp26 typedef T value_type; typedef in struct:some_alloc
H A Dmove_assign_noexcept.pass.cpp31 typedef T value_type; typedef in struct:some_alloc
H A Dmove_noexcept.pass.cpp29 typedef T value_type; typedef in struct:some_alloc
/external/libcxx/test/std/containers/sequences/vector/vector.cons/
H A Ddefault_noexcept.pass.cpp29 typedef T value_type; typedef in struct:some_alloc
H A Ddtor_noexcept.pass.cpp26 typedef T value_type; typedef in struct:some_alloc
H A Dmove_noexcept.pass.cpp28 typedef T value_type; typedef in struct:some_alloc
/external/libcxx/test/std/containers/sequences/vector.bool/
H A Ddefault_noexcept.pass.cpp28 typedef T value_type; typedef in struct:some_alloc
H A Ddtor_noexcept.pass.cpp25 typedef T value_type; typedef in struct:some_alloc
H A Dmove_noexcept.pass.cpp28 typedef T value_type; typedef in struct:some_alloc
/external/libcxx/test/std/strings/basic.string/string.cons/
H A Ddefault_noexcept.pass.cpp28 typedef T value_type; typedef in struct:some_alloc
H A Dmove_noexcept.pass.cpp28 typedef T value_type; typedef in struct:some_alloc
/external/libcxx/test/std/utilities/memory/allocator.traits/
H A Dallocator_type.pass.cpp25 typedef T value_type; typedef in struct:A
H A Dvalue_type.pass.cpp15 // typedef typename Alloc::value_type value_type;
25 typedef T value_type; typedef in struct:A
30 static_assert((std::is_same<std::allocator_traits<A<char> >::value_type, char>::value), "");
/external/libcxx/test/std/containers/associative/map/map.cons/
H A Ddtor_noexcept.pass.cpp26 typedef T value_type; typedef in struct:some_comp
/external/libcxx/test/std/containers/associative/multiset/multiset.cons/
H A Ddefault_noexcept.pass.cpp32 typedef T value_type; typedef in struct:some_comp
H A Ddtor_noexcept.pass.cpp26 typedef T value_type; typedef in struct:some_comp

Completed in 813 milliseconds

1234567891011>>