/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
set_operations.h | 72 typedef typename std::pair<InputIterator, InputIterator> iterator_pair; typedef in struct:__gnu_parallel::symmetric_difference_func 151 typedef typename std::pair<InputIterator, InputIterator> iterator_pair; typedef in struct:__gnu_parallel::difference_func 219 typedef typename std::pair<InputIterator, InputIterator> iterator_pair; typedef in struct:__gnu_parallel::intersection_func 362 typedef typename std::pair<InputIterator, InputIterator> iterator_pair; typedef 372 const iterator_pair sequence[ 2 ] = 376 iterator_pair *block_begins; 391 block_begins = new iterator_pair[num_threads + 1]; 417 iterator_pair block_end = block_begins[ iam + 1 ] = 418 iterator_pair(offset[ 0 ], offset[ 1 ]); 423 iterator_pair block_begin = block_begins[ iam ] [all...] |
iterator.h | 44 class iterator_pair : public std::pair<Iterator1, Iterator2> class in namespace:__gnu_parallel 47 typedef iterator_pair<Iterator1, Iterator2, IteratorCategory> type; 59 iterator_pair() { } function in class:__gnu_parallel::iterator_pair 61 iterator_pair(const Iterator1& first, const Iterator2& second) function in class:__gnu_parallel::iterator_pair
|
merge.h | 243 iterator_pair; typedef 245 iterator_pair 253 < /* stable = */ true, iterator_pair*,
|
numeric | 422 typedef __gnu_parallel::iterator_pair<InputIterator, OutputIterator,
|
algo.h | [all...] |
/external/oprofile/libpp/ |
profile.h | 82 typedef std::pair<const_iterator, const_iterator> iterator_pair; typedef in class:profile_t 90 iterator_pair 94 iterator_pair samples_range() const;
|
profile.cpp | 146 profile_t::iterator_pair 180 profile_t::iterator_pair profile_t::samples_range() const
|
profile_container.cpp | 87 profile_t::iterator_pair p_it = 135 profile_t::iterator_pair const & p_it,
|
profile_container.h | 146 profile_t::iterator_pair const &,
|
callgraph_container.cpp | 146 profile_t::iterator_pair p_it = profile.samples_range(
|
/external/oprofile/pp/ |
opgprof.cpp | 117 profile_t::iterator_pair p_it = cg_db.samples_range();
|