/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
merge.h | 243 iterator_pair; typedef 245 iterator_pair 253 < /* stable = */ true, iterator_pair*,
|
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
|
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...] |
/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;
|