Searched defs:container_type (Results 1 - 25 of 28) sorted by relevance

12

/external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_alloc.pass.cpp25 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,
H A Dctor_comp_alloc.pass.cpp25 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,
H A Dctor_comp_cont_alloc.pass.cpp13 // 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,
H A Dctor_comp_rcont_alloc.pass.cpp13 // 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,
H A Dctor_copy_alloc.pass.cpp35 typedef typename base::container_type container_type; typedef in struct:test
41 test(const value_compare& comp, const container_type& c,
H A Dctor_move_alloc.pass.cpp39 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/
H A Dctor_queue_alloc.pass.cpp38 typedef typename base::container_type container_type; typedef in struct:test
41 test(const container_type& c, const allocator_type& a) : base(c, a) {}
H A Dctor_rcontainer_alloc.pass.cpp13 // 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) {}
H A Dctor_rqueue_alloc.pass.cpp41 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/
H A Dctor_copy_alloc.pass.cpp38 typedef typename base::container_type container_type; typedef in struct:test
41 test(const container_type& c, const allocator_type& a) : base(c, a) {}
H A Dctor_rcontainer_alloc.pass.cpp13 // 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) {}
H A Dctor_rqueue_alloc.pass.cpp41 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++/
H A Dcomma_list.h51 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;
H A Dgrowable_vector.h24 typedef std::vector<T> container_type; typedef in class:growable_vector
25 typedef typename container_type::size_type size_type;
102 container_type container;
H A Dsparse_array.h17 typedef std::map<I, T> container_type; typedef in class:sparse_array
18 typedef typename container_type::size_type size_type;
29 typename container_type::const_iterator it = container.find(index);
50 typename container_type::const_iterator it = rhs.container.begin();
51 typename container_type::const_iterator it_end = rhs.container.end();
64 typename container_type::const_iterator it = rhs.container.begin();
65 typename container_type::const_iterator it_end = rhs.container.end();
80 typename container_type::const_iterator last = container.end();
88 typename container_type::const_iterator it = container.begin();
89 typename container_type
[all...]
/external/stlport/stlport/stl/
H A D_stack.h66 typedef _Sequence container_type; typedef in class:stack
H A D_queue.h77 typedef _Sequence container_type; typedef in class:queue
161 typedef _Sequence container_type; typedef in class:priority_queue
H A D_iterator.h168 typedef _Container container_type; typedef in class:back_insert_iterator
198 typedef _Container container_type; typedef in class:front_insert_iterator
228 typedef _Container container_type; typedef in class:insert_iterator
H A D_hash_map.h446 typedef _Container container_type; typedef in class:insert_iterator
473 typedef _Container container_type; typedef in class:insert_iterator
H A D_hash_set.h441 typedef _Container container_type; typedef in class:insert_iterator
468 typedef _Container container_type; typedef in class:insert_iterator
H A D_unordered_map.h388 typedef _Container container_type; typedef in class:insert_iterator
415 typedef _Container container_type; typedef in class:insert_iterator
H A D_unordered_set.h363 typedef _Container container_type; typedef in class:insert_iterator
390 typedef _Container container_type; typedef in class:insert_iterator
/external/chromium_org/chromecast/shell/browser/
H A Dcast_content_browser_client.cc141 WindowContainerType container_type,
137 CanCreateWindow( const GURL& opener_url, const GURL& opener_top_level_frame_url, const GURL& source_origin, WindowContainerType container_type, const GURL& target_url, const content::Referrer& referrer, WindowOpenDisposition disposition, const blink::WebWindowFeatures& features, bool user_gesture, bool opener_suppressed, content::ResourceContext* context, int render_process_id, int opener_id, bool* no_javascript_access) argument
/external/clang/test/SemaCXX/
H A Dconversion-function.cpp340 typedef Container<int> container_type; typedef in struct:PR8065::Iterator
345 typedef typename Iterator<T>::container_type X;
/external/chromium_org/android_webview/browser/
H A Daw_content_browser_client.cc484 WindowContainerType container_type,
480 CanCreateWindow( const GURL& opener_url, const GURL& opener_top_level_frame_url, const GURL& source_origin, WindowContainerType container_type, const GURL& target_url, const content::Referrer& referrer, WindowOpenDisposition disposition, const blink::WebWindowFeatures& features, bool user_gesture, bool opener_suppressed, content::ResourceContext* context, int render_process_id, int opener_id, bool* no_javascript_access) argument

Completed in 181 milliseconds

12