| Home | Sort by: relevance | last modified time | path |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ | |
| iterator_range.h | 31 IteratorT begin_iterator, end_iterator; member in class:llvm::iterator_range 39 : begin_iterator(c.begin()), end_iterator(c.end()) {} 40 iterator_range(IteratorT begin_iterator, IteratorT end_iterator) 42 end_iterator(std::move(end_iterator)) {} 45 IteratorT end() const { return end_iterator; } 46 bool empty() const { return begin_iterator == end_iterator; } |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/ | |
| branch_policy.hpp | 80 end_iterator() const function in struct:__gnu_pbds::detail::branch_policy 111 end_iterator() const function in struct:__gnu_pbds::detail::branch_policy |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/ | |
| branch_policy.hpp | 80 end_iterator() const function in struct:__gnu_pbds::detail::branch_policy 111 end_iterator() const function in struct:__gnu_pbds::detail::branch_policy |