/external/oprofile/libutil++/ |
D | sparse_array.h | 17 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 …]
|
D | comma_list.h | 51 typedef std::vector<value_type> container_type; typedef 52 typedef typename container_type::const_iterator const_iterator; 54 container_type items;
|
D | growable_vector.h | 24 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.h | 168 typedef _Container container_type; typedef 198 typedef _Container container_type; typedef 228 typedef _Container container_type; typedef
|
D | _queue.h | 77 typedef _Sequence container_type; typedef 161 typedef _Sequence container_type; in _STLP_RELOPS_OPERATORS() typedef
|
D | _stack.h | 66 typedef _Sequence container_type; typedef
|
D | _unordered_set.h | 363 typedef _Container container_type; 390 typedef _Container container_type;
|
D | _unordered_map.h | 388 typedef _Container container_type; 415 typedef _Container container_type;
|
D | _hash_map.h | 446 typedef _Container container_type; 473 typedef _Container container_type;
|
D | _hash_set.h | 441 typedef _Container container_type; 468 typedef _Container container_type;
|
D | _slist.h | 881 typedef _Container container_type;
|
/external/clang/test/SemaCXX/ |
D | conversion-function.cpp | 337 typedef Container<int> container_type; typedef 342 typedef typename Iterator<T>::container_type X;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | messagequeue.cc | 354 PriorityQueue::container_type::iterator new_end = dmsgq_.container().begin(); in Clear() 355 for (PriorityQueue::container_type::iterator it = new_end; in Clear()
|
D | messagequeue.h | 219 container_type& container() { return c; } in container()
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | messagequeue.cc | 378 PriorityQueue::container_type::iterator new_end = dmsgq_.container().begin(); in Clear() 379 for (PriorityQueue::container_type::iterator it = new_end; in Clear()
|
D | messagequeue.h | 245 container_type& container() { return c; } in container()
|
/external/chromium_org/content/public/browser/ |
D | content_browser_client.cc | 218 WindowContainerType container_type, in CanCreateWindow() argument
|
D | content_browser_client.h | 461 WindowContainerType container_type,
|
/external/chromium_org/android_webview/browser/ |
D | aw_content_browser_client.h | 129 WindowContainerType container_type,
|
D | aw_content_browser_client.cc | 384 WindowContainerType container_type, in CanCreateWindow() argument
|
/external/chromium_org/chrome/browser/ |
D | chrome_content_browser_client.h | 202 WindowContainerType container_type,
|
D | chrome_content_browser_client.cc | 2033 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/ |
D | ChangeLog-5.1 | 6240 Removal of the container_type pass through the iterator traits; iterator traits
|