OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_m_iter
(Results
1 - 25
of
27
) sorted by null
1
2
/external/stlport/stlport/stl/
_raw_storage_iter.h
44
_ForwardIterator
_M_iter
;
53
explicit raw_storage_iterator(_ForwardIterator __x) :
_M_iter
(__x) {}
56
_Param_Construct(&*
_M_iter
, __element);
60
++
_M_iter
;
65
++
_M_iter
;
_iterator.h
226
typename _Container::iterator
_M_iter
;
231
: container(&__x),
_M_iter
(__i) {}
235
_M_iter
= __other.
_M_iter
;
239
_M_iter
= container->insert(
_M_iter
, __val);
240
++
_M_iter
;
_slist.h
879
typename _Container::iterator
_M_iter
;
891
_M_iter
= __x.before_begin();
893
_M_iter
= __x.previous(__i);
898
_M_iter
= _M_container->insert_after(
_M_iter
, __val);
/ndk/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h
44
_ForwardIterator
_M_iter
;
53
explicit raw_storage_iterator(_ForwardIterator __x) :
_M_iter
(__x) {}
56
_Param_Construct(&*
_M_iter
, __element);
60
++
_M_iter
;
65
++
_M_iter
;
_iterator.h
226
typename _Container::iterator
_M_iter
;
231
: container(&__x),
_M_iter
(__i) {}
235
_M_iter
= __other.
_M_iter
;
239
_M_iter
= container->insert(
_M_iter
, __val);
240
++
_M_iter
;
_slist.h
879
typename _Container::iterator
_M_iter
;
891
_M_iter
= __x.before_begin();
893
_M_iter
= __x.previous(__i);
898
_M_iter
= _M_container->insert_after(
_M_iter
, __val);
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h
44
_ForwardIterator
_M_iter
;
53
explicit raw_storage_iterator(_ForwardIterator __x) :
_M_iter
(__x) {}
56
_Param_Construct(&*
_M_iter
, __element);
60
++
_M_iter
;
65
++
_M_iter
;
_iterator.h
226
typename _Container::iterator
_M_iter
;
231
: container(&__x),
_M_iter
(__i) {}
235
_M_iter
= __other.
_M_iter
;
239
_M_iter
= container->insert(
_M_iter
, __val);
240
++
_M_iter
;
_slist.h
879
typename _Container::iterator
_M_iter
;
891
_M_iter
= __x.before_begin();
893
_M_iter
= __x.previous(__i);
898
_M_iter
= _M_container->insert_after(
_M_iter
, __val);
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h
44
_ForwardIterator
_M_iter
;
53
explicit raw_storage_iterator(_ForwardIterator __x) :
_M_iter
(__x) {}
56
_Param_Construct(&*
_M_iter
, __element);
60
++
_M_iter
;
65
++
_M_iter
;
_iterator.h
226
typename _Container::iterator
_M_iter
;
231
: container(&__x),
_M_iter
(__i) {}
235
_M_iter
= __other.
_M_iter
;
239
_M_iter
= container->insert(
_M_iter
, __val);
240
++
_M_iter
;
_slist.h
879
typename _Container::iterator
_M_iter
;
891
_M_iter
= __x.before_begin();
893
_M_iter
= __x.previous(__i);
898
_M_iter
= _M_container->insert_after(
_M_iter
, __val);
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h
44
_ForwardIterator
_M_iter
;
53
explicit raw_storage_iterator(_ForwardIterator __x) :
_M_iter
(__x) {}
56
_Param_Construct(&*
_M_iter
, __element);
60
++
_M_iter
;
65
++
_M_iter
;
_iterator.h
226
typename _Container::iterator
_M_iter
;
231
: container(&__x),
_M_iter
(__i) {}
235
_M_iter
= __other.
_M_iter
;
239
_M_iter
= container->insert(
_M_iter
, __val);
240
++
_M_iter
;
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h
44
_ForwardIterator
_M_iter
;
53
explicit raw_storage_iterator(_ForwardIterator __x) :
_M_iter
(__x) {}
56
_Param_Construct(&*
_M_iter
, __element);
60
++
_M_iter
;
65
++
_M_iter
;
_iterator.h
226
typename _Container::iterator
_M_iter
;
231
: container(&__x),
_M_iter
(__i) {}
235
_M_iter
= __other.
_M_iter
;
239
_M_iter
= container->insert(
_M_iter
, __val);
240
++
_M_iter
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_raw_storage_iter.h
71
_OutputIterator
_M_iter
;
76
:
_M_iter
(__x) {}
84
std::_Construct(&*
_M_iter
, __element);
91
++
_M_iter
;
99
++
_M_iter
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_raw_storage_iter.h
73
_OutputIterator
_M_iter
;
78
:
_M_iter
(__x) {}
86
std::_Construct(std::__addressof(*
_M_iter
), __element);
93
++
_M_iter
;
101
++
_M_iter
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_raw_storage_iter.h
73
_OutputIterator
_M_iter
;
78
:
_M_iter
(__x) {}
86
std::_Construct(std::__addressof(*
_M_iter
), __element);
93
++
_M_iter
;
101
++
_M_iter
;
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_raw_storage_iter.h
71
_OutputIterator
_M_iter
;
76
:
_M_iter
(__x) {}
84
std::_Construct(&*
_M_iter
, __element);
91
++
_M_iter
;
99
++
_M_iter
;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_raw_storage_iter.h
71
_OutputIterator
_M_iter
;
76
:
_M_iter
(__x) {}
84
std::_Construct(&*
_M_iter
, __element);
91
++
_M_iter
;
99
++
_M_iter
;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_raw_storage_iter.h
71
_OutputIterator
_M_iter
;
76
:
_M_iter
(__x) {}
84
std::_Construct(&*
_M_iter
, __element);
91
++
_M_iter
;
99
++
_M_iter
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_raw_storage_iter.h
71
_OutputIterator
_M_iter
;
76
:
_M_iter
(__x) {}
84
std::_Construct(&*
_M_iter
, __element);
91
++
_M_iter
;
99
++
_M_iter
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_raw_storage_iter.h
73
_OutputIterator
_M_iter
;
78
:
_M_iter
(__x) {}
86
std::_Construct(std::__addressof(*
_M_iter
), __element);
93
++
_M_iter
;
101
++
_M_iter
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_raw_storage_iter.h
73
_OutputIterator
_M_iter
;
78
:
_M_iter
(__x) {}
86
std::_Construct(std::__addressof(*
_M_iter
), __element);
93
++
_M_iter
;
101
++
_M_iter
;
Completed in 958 milliseconds
1
2