HomeSort by relevance Sort by last modified time
    Searched defs:container_type (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
ctor_alloc.pass.cpp 25 typedef typename base::container_type container_type; typedef in struct:test
31 test(const value_compare& comp, const container_type& c,
34 test(const value_compare& comp, container_type&& c,
ctor_comp_alloc.pass.cpp 25 typedef typename base::container_type container_type; typedef in struct:test
31 test(const value_compare& comp, const container_type& c,
34 test(const value_compare& comp, container_type&& c,
ctor_comp_cont_alloc.pass.cpp 13 // priority_queue(const Compare& comp, const container_type& c,
36 typedef typename base::container_type container_type; typedef in struct:test
42 test(const value_compare& comp, const container_type& c,
45 test(const value_compare& comp, container_type&& c,
ctor_comp_rcont_alloc.pass.cpp 13 // priority_queue(const Compare& comp, container_type&& c,
36 typedef typename base::container_type container_type; typedef in struct:test
42 test(const value_compare& comp, const container_type& c,
45 test(const value_compare& comp, container_type&& c,
ctor_copy_alloc.pass.cpp 35 typedef typename base::container_type container_type; typedef in struct:test
41 test(const value_compare& comp, const container_type& c,
ctor_move_alloc.pass.cpp 39 typedef typename base::container_type container_type; typedef in struct:test
45 test(const value_compare& comp, const container_type& c,
47 test(const value_compare& comp, container_type&& c,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
ctor_alloc.pass.cpp 25 typedef typename base::container_type container_type; typedef in struct:test
31 test(const value_compare& comp, const container_type& c,
34 test(const value_compare& comp, container_type&& c,
ctor_comp_alloc.pass.cpp 25 typedef typename base::container_type container_type; typedef in struct:test
31 test(const value_compare& comp, const container_type& c,
34 test(const value_compare& comp, container_type&& c,
ctor_comp_cont_alloc.pass.cpp 13 // priority_queue(const Compare& comp, const container_type& c,
36 typedef typename base::container_type container_type; typedef in struct:test
42 test(const value_compare& comp, const container_type& c,
45 test(const value_compare& comp, container_type&& c,
ctor_comp_rcont_alloc.pass.cpp 13 // priority_queue(const Compare& comp, container_type&& c,
36 typedef typename base::container_type container_type; typedef in struct:test
42 test(const value_compare& comp, const container_type& c,
45 test(const value_compare& comp, container_type&& c,
ctor_copy_alloc.pass.cpp 35 typedef typename base::container_type container_type; typedef in struct:test
41 test(const value_compare& comp, const container_type& c,
ctor_move_alloc.pass.cpp 39 typedef typename base::container_type container_type; typedef in struct:test
45 test(const value_compare& comp, const container_type& c,
47 test(const value_compare& comp, container_type&& c,
  /external/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/
ctor_queue_alloc.pass.cpp 38 typedef typename base::container_type container_type; typedef in struct:test
41 test(const container_type& c, const allocator_type& a) : base(c, a) {}
ctor_rcontainer_alloc.pass.cpp 13 // queue(const container_type& c, const Alloc& a);
41 typedef typename base::container_type container_type; typedef in struct:test
44 test(const container_type& c, const allocator_type& a) : base(c, a) {}
45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {}
ctor_rqueue_alloc.pass.cpp 41 typedef typename base::container_type container_type; typedef in struct:test
44 test(const container_type& c, const allocator_type& a) : base(c, a) {}
45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {}
  /external/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/
ctor_copy_alloc.pass.cpp 38 typedef typename base::container_type container_type; typedef in struct:test
41 test(const container_type& c, const allocator_type& a) : base(c, a) {}
ctor_rcontainer_alloc.pass.cpp 13 // stack(const container_type& c, const Alloc& a);
41 typedef typename base::container_type container_type; typedef in struct:test
44 test(const container_type& c, const allocator_type& a) : base(c, a) {}
45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {}
ctor_rqueue_alloc.pass.cpp 41 typedef typename base::container_type container_type; typedef in struct:test
44 test(const container_type& c, const allocator_type& a) : base(c, a) {}
45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/
ctor_queue_alloc.pass.cpp 38 typedef typename base::container_type container_type; typedef in struct:test
41 test(const container_type& c, const allocator_type& a) : base(c, a) {}
ctor_rcontainer_alloc.pass.cpp 13 // queue(const container_type& c, const Alloc& a);
41 typedef typename base::container_type container_type; typedef in struct:test
44 test(const container_type& c, const allocator_type& a) : base(c, a) {}
45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {}
ctor_rqueue_alloc.pass.cpp 41 typedef typename base::container_type container_type; typedef in struct:test
44 test(const container_type& c, const allocator_type& a) : base(c, a) {}
45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/
ctor_copy_alloc.pass.cpp 38 typedef typename base::container_type container_type; typedef in struct:test
41 test(const container_type& c, const allocator_type& a) : base(c, a) {}
ctor_rcontainer_alloc.pass.cpp 13 // stack(const container_type& c, const Alloc& a);
41 typedef typename base::container_type container_type; typedef in struct:test
44 test(const container_type& c, const allocator_type& a) : base(c, a) {}
45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {}
ctor_rqueue_alloc.pass.cpp 41 typedef typename base::container_type container_type; typedef in struct:test
44 test(const container_type& c, const allocator_type& a) : base(c, a) {}
45 test(container_type&& c, const allocator_type& a) : base(std::move(c), a) {}
  /external/oprofile/libutil++/
comma_list.h 51 typedef std::vector<value_type> container_type; typedef in class:comma_list
52 typedef typename container_type::const_iterator const_iterator;
54 container_type items;

Completed in 189 milliseconds

1 2 3 4 5 6