Searched defs:value_type (Results 26 - 50 of 320) sorted by relevance

1234567891011>>

/external/libcxx/test/std/containers/associative/multiset/multiset.cons/
H A Dmove_assign_noexcept.pass.cpp32 typedef T value_type; typedef in struct:some_comp
H A Dmove_noexcept.pass.cpp30 typedef T value_type; typedef in struct:some_comp
/external/libcxx/test/std/containers/associative/set/set.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
H A Dmove_assign_noexcept.pass.cpp32 typedef T value_type; typedef in struct:some_comp
H A Dmove_noexcept.pass.cpp30 typedef T value_type; typedef in struct:some_comp
/external/libcxx/test/std/strings/basic.string/string.cons/
H A Ddtor_noexcept.pass.cpp25 typedef T value_type; typedef in struct:some_alloc
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Dallocate.pass.cpp26 typedef T value_type; typedef in struct:A
28 value_type* allocate(std::size_t n)
31 return reinterpret_cast<value_type*>(static_cast<std::uintptr_t>(0xDEADBEEF));
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
H A Dis_always_equal.pass.cpp26 typedef T value_type; typedef in struct:A
33 typedef T value_type; typedef in struct:B
39 typedef T value_type; typedef in struct:C
H A Dpointer.pass.cpp15 // typedef Alloc::pointer | value_type* pointer;
30 typedef T value_type; typedef in struct:A
37 typedef T value_type; typedef in struct:B
42 typedef T value_type; typedef in struct:C
H A Dpropagate_on_container_copy_assignment.pass.cpp28 typedef T value_type; typedef in struct:A
35 typedef T value_type; typedef in struct:B
42 typedef T value_type; typedef in struct:C
H A Dpropagate_on_container_move_assignment.pass.cpp28 typedef T value_type; typedef in struct:A
35 typedef T value_type; typedef in struct:B
42 typedef T value_type; typedef in struct:C
H A Dpropagate_on_container_swap.pass.cpp28 typedef T value_type; typedef in struct:A
35 typedef T value_type; typedef in struct:B
41 typedef T value_type; typedef in struct:C
/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/clang/test/SemaCXX/
H A Dcxx11-call-to-deleted-constructor.cpp14 typedef VT value_type; typedef in class:cva::Matrix
15 inline __attribute__((always_inline)) value_type& at();
26 typedef VT value_type; typedef in class:cva::Matrix
27 Matrix(const unsigned int nRows, const unsigned int nColumns, const value_type* data = nullptr);
29 Matrix(const std::initializer_list<value_type>& list) = delete; // expected-note {{'Matrix' has been explicitly marked deleted here}}
/external/libcxx/test/std/containers/associative/map/map.cons/
H A Ddefault_noexcept.pass.cpp32 typedef T value_type; typedef in struct:some_comp
H A Dmove_assign_noexcept.pass.cpp32 typedef T value_type; typedef in struct:some_comp
H A Dmove_noexcept.pass.cpp30 typedef T value_type; typedef in struct:some_comp
/external/libcxx/test/std/containers/associative/multimap/multimap.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
H A Dmove_assign_noexcept.pass.cpp32 typedef T value_type; typedef in struct:some_comp
H A Dmove_noexcept.pass.cpp30 typedef T value_type; typedef in struct:some_comp
/external/libcxx/test/std/containers/container.adaptors/priority.queue/
H A Dtypes.pass.cpp13 // class Compare = less<typename Container::value_type>>
19 // typedef typename container_type::value_type value_type;
48 typedef int value_type; typedef in struct:C
58 static_assert(( std::is_same<std::priority_queue<int, 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<int, 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<int, std::vector<int> >::value_type, int>::value), "");

Completed in 240 milliseconds

1234567891011>>