OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iterator_category
(Results
51 - 75
of
564
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp
51
typedef std::forward_iterator_tag
iterator_category
;
typedef in class:const_iterator_
const_point_iterator.hpp
51
typedef trivial_iterator_tag
iterator_category
;
typedef in class:const_point_iterator_
point_iterator.hpp
49
typedef trivial_iterator_tag
iterator_category
;
typedef in class:point_iterator_
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp
48
typedef std::forward_iterator_tag
iterator_category
;
typedef in class:const_iterator_
point_const_iterator.hpp
49
typedef trivial_iterator_tag
iterator_category
;
typedef in class:point_const_iterator_
point_iterator.hpp
47
typedef trivial_iterator_tag
iterator_category
;
typedef in class:point_iterator_
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h
46
typedef output_iterator_tag
iterator_category
;
typedef in class:raw_storage_iterator
72
inline output_iterator_tag
iterator_category
(const raw_storage_iterator<_ForwardIterator, _Tp>&) { return output_iterator_tag(); }
function
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_raw_storage_iter.h
46
typedef output_iterator_tag
iterator_category
;
typedef in class:raw_storage_iterator
72
inline output_iterator_tag
iterator_category
(const raw_storage_iterator<_ForwardIterator, _Tp>&) { return output_iterator_tag(); }
function
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp
44
typedef std::forward_iterator_tag
iterator_category
;
typedef in struct:iterator
const_child_iterator.hpp
44
typedef std::forward_iterator_tag
iterator_category
;
typedef in struct:const_iterator
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp
51
typedef std::forward_iterator_tag
iterator_category
;
typedef in class:const_iterator_
const_point_iterator.hpp
51
typedef trivial_iterator_tag
iterator_category
;
typedef in class:const_point_iterator_
point_iterator.hpp
49
typedef trivial_iterator_tag
iterator_category
;
typedef in class:point_iterator_
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp
48
typedef std::forward_iterator_tag
iterator_category
;
typedef in class:const_iterator_
point_const_iterator.hpp
49
typedef trivial_iterator_tag
iterator_category
;
typedef in class:point_const_iterator_
point_iterator.hpp
47
typedef trivial_iterator_tag
iterator_category
;
typedef in class:point_iterator_
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp
48
typedef std::forward_iterator_tag
iterator_category
;
typedef in class:const_iterator_
point_const_iterator.hpp
49
typedef trivial_iterator_tag
iterator_category
;
typedef in class:point_const_iterator_
point_iterator.hpp
47
typedef trivial_iterator_tag
iterator_category
;
typedef in class:point_iterator_
/external/llvm/include/llvm/Support/
Path.h
64
typedef std::bidirectional_iterator_tag
iterator_category
;
typedef in class:llvm::sys::path::const_iterator
/external/stlport/stlport/stl/
_ostreambuf_iterator.h
50
typedef output_iterator_tag
iterator_category
;
typedef in class:ostreambuf_iterator
92
iterator_category
(const ostreambuf_iterator<_CharT, _Traits>&) { return output_iterator_tag(); }
function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star/
op_star.pass.cpp
39
typedef std::bidirectional_iterator_tag
iterator_category
;
typedef in class:weird_iterator
/ndk/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h
50
typedef output_iterator_tag
iterator_category
;
typedef in class:ostreambuf_iterator
92
iterator_category
(const ostreambuf_iterator<_CharT, _Traits>&) { return output_iterator_tag(); }
function
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp
75
typedef std::forward_iterator_tag
iterator_category
;
typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
const_point_iterator.hpp
62
typedef trivial_iterator_tag
iterator_category
;
typedef in class:__gnu_pbds::detail::binary_heap_const_point_iterator_
Completed in 379 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>