Home
last modified time | relevance | path

Searched refs:container_type (Results 1 – 23 of 23) sorted by relevance

/external/oprofile/libutil++/
Dsparse_array.h17 typedef std::map<I, T> container_type; typedef
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(); in size()
88 typename container_type::const_iterator it = container.begin(); in zero()
89 typename container_type::const_iterator it_end = container.end(); in zero()
[all …]
Dcomma_list.h51 typedef std::vector<value_type> container_type; typedef
52 typedef typename container_type::const_iterator const_iterator;
54 container_type items;
Dgrowable_vector.h24 typedef std::vector<T> container_type; typedef
25 typedef typename container_type::size_type size_type;
102 container_type container;
/external/stlport/stlport/stl/
D_iterator.h168 typedef _Container container_type; typedef
198 typedef _Container container_type; typedef
228 typedef _Container container_type; typedef
D_queue.h77 typedef _Sequence container_type; typedef
161 typedef _Sequence container_type; in _STLP_RELOPS_OPERATORS() typedef
D_stack.h66 typedef _Sequence container_type; typedef
D_unordered_set.h363 typedef _Container container_type;
390 typedef _Container container_type;
D_unordered_map.h388 typedef _Container container_type;
415 typedef _Container container_type;
D_hash_map.h446 typedef _Container container_type;
473 typedef _Container container_type;
D_hash_set.h441 typedef _Container container_type;
468 typedef _Container container_type;
D_slist.h881 typedef _Container container_type;
/external/clang/test/SemaCXX/
Dconversion-function.cpp337 typedef Container<int> container_type; typedef
342 typedef typename Iterator<T>::container_type X;
/external/chromium/third_party/libjingle/source/talk/base/
Dmessagequeue.cc354 PriorityQueue::container_type::iterator new_end = dmsgq_.container().begin(); in Clear()
355 for (PriorityQueue::container_type::iterator it = new_end; in Clear()
Dmessagequeue.h219 container_type& container() { return c; } in container()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dmessagequeue.cc378 PriorityQueue::container_type::iterator new_end = dmsgq_.container().begin(); in Clear()
379 for (PriorityQueue::container_type::iterator it = new_end; in Clear()
Dmessagequeue.h245 container_type& container() { return c; } in container()
/external/chromium_org/content/public/browser/
Dcontent_browser_client.cc218 WindowContainerType container_type, in CanCreateWindow() argument
Dcontent_browser_client.h461 WindowContainerType container_type,
/external/chromium_org/android_webview/browser/
Daw_content_browser_client.h129 WindowContainerType container_type,
Daw_content_browser_client.cc384 WindowContainerType container_type, in CanCreateWindow() argument
/external/chromium_org/chrome/browser/
Dchrome_content_browser_client.h202 WindowContainerType container_type,
Dchrome_content_browser_client.cc2033 WindowContainerType container_type, in CanCreateWindow() argument
2054 if (container_type == WINDOW_CONTAINER_TYPE_BACKGROUND) { in CanCreateWindow()
2077 if (container_type == WINDOW_CONTAINER_TYPE_NORMAL && in CanCreateWindow()
/external/stlport/etc/
DChangeLog-5.16240 Removal of the container_type pass through the iterator traits; iterator traits