Home
last modified time | relevance | path

Searched defs:container_type (Results 1 – 16 of 16) sorted by relevance

/llvm-project/libcxx/include/__iterator/
H A Dfront_insert_iterator.h51 typedef _Container container_type; typedef
H A Dback_insert_iterator.h51 typedef _Container container_type; typedef
H A Dinsert_iterator.h61 typedef _Container container_type; typedef
/llvm-project/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_comp_alloc.pass.cpp25 typedef typename base::container_type container_type; typedef
H A Dctor_alloc.pass.cpp25 typedef typename base::container_type container_type; typedef
H A Dctor_copy_alloc.pass.cpp35 typedef typename base::container_type container_type; typedef
H A Dctor_comp_rcont_alloc.pass.cpp36 typedef typename base::container_type container_type; typedef
H A Dctor_move_alloc.pass.cpp40 typedef typename base::container_type container_type; typedef
H A Dctor_comp_cont_alloc.pass.cpp36 typedef typename base::container_type container_type; typedef
/llvm-project/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/
H A Dctor_queue_alloc.pass.cpp38 typedef typename base::container_type container_type; typedef
H A Dctor_rcontainer_alloc.pass.cpp42 typedef typename base::container_type container_type; typedef
H A Dctor_rqueue_alloc.pass.cpp42 typedef typename base::container_type container_type; typedef
/llvm-project/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/
H A Dctor_copy_alloc.pass.cpp38 typedef typename base::container_type container_type; typedef
H A Dctor_rcontainer_alloc.pass.cpp42 typedef typename base::container_type container_type; typedef
H A Dctor_rqueue_alloc.pass.cpp42 typedef typename base::container_type container_type; typedef
/llvm-project/clang/test/SemaCXX/
H A Dconversion-function.cpp379 typedef Container<int> container_type; typedef