OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iterator_type
(Results
1 - 12
of
12
) sorted by null
/external/stlport/stlport/stl/
_iterator.h
61
typedef _Iterator
iterator_type
;
typedef in class:reverse_iterator
64
explicit reverse_iterator(
iterator_type
__x) : current(__x) {}
74
iterator_type
base() const { return current; }
/ndk/sources/cxx-stl/stlport/stlport/stl/
_iterator.h
61
typedef _Iterator
iterator_type
;
typedef in class:reverse_iterator
64
explicit reverse_iterator(
iterator_type
__x) : current(__x) {}
74
iterator_type
base() const { return current; }
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
debug_map_base.hpp
265
typedef const_key_set_iterator
iterator_type
;
typedef
266
for (
iterator_type
it = m_key_set.begin(); it != m_key_set.end(); ++it)
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
debug_map_base.hpp
265
typedef const_key_set_iterator
iterator_type
;
typedef
266
for (
iterator_type
it = m_key_set.begin(); it != m_key_set.end(); ++it)
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_iterator.h
61
typedef _Iterator
iterator_type
;
typedef in class:reverse_iterator
64
explicit reverse_iterator(
iterator_type
__x) : current(__x) {}
74
iterator_type
base() const { return current; }
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
debug_map_base.hpp
265
typedef const_key_set_iterator
iterator_type
;
typedef
266
for (
iterator_type
it = m_key_set.begin(); it != m_key_set.end(); ++it)
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_iterator.h
61
typedef _Iterator
iterator_type
;
typedef in class:reverse_iterator
64
explicit reverse_iterator(
iterator_type
__x) : current(__x) {}
74
iterator_type
base() const { return current; }
/external/llvm/include/llvm/ADT/
STLExtras.h
80
typedef RootIt
iterator_type
;
typedef in class:llvm::mapped_iterator
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_iterator.h
101
typedef _Iterator
iterator_type
;
typedef in class:reverse_iterator
120
reverse_iterator(
iterator_type
__x) : current(__x) { }
139
iterator_type
674
typedef _Iterator
iterator_type
;
typedef in class:__normal_iterator
888
typedef _Iterator
iterator_type
;
typedef in class:move_iterator
903
move_iterator(
iterator_type
__i)
910
iterator_type
[
all
...]
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator.h
101
typedef _Iterator
iterator_type
;
typedef in class:reverse_iterator
120
reverse_iterator(
iterator_type
__x) : current(__x) { }
139
iterator_type
674
typedef _Iterator
iterator_type
;
typedef in class:__normal_iterator
888
typedef _Iterator
iterator_type
;
typedef in class:move_iterator
903
move_iterator(
iterator_type
__i)
910
iterator_type
[
all
...]
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator.h
101
typedef _Iterator
iterator_type
;
typedef in class:reverse_iterator
120
reverse_iterator(
iterator_type
__x) : current(__x) { }
139
iterator_type
674
typedef _Iterator
iterator_type
;
typedef in class:__normal_iterator
888
typedef _Iterator
iterator_type
;
typedef in class:move_iterator
903
move_iterator(
iterator_type
__i)
910
iterator_type
[
all
...]
/external/chromium/base/
string_number_conversions.cc
162
// - a typedef for
iterator_type
, the iterator type used as input.
171
typedef typename traits::
iterator_type
const_iterator;
282
typedef ITERATOR
iterator_type
;
typedef in class:base::__anon2268::BaseIteratorRangeToNumberTraits
Completed in 433 milliseconds