OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__it
(Results
176 - 200
of
270
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
hash_map
241
erase(iterator
__it
)
242
{ _M_ht.erase(
__it
); }
456
erase(iterator
__it
)
457
{ _M_ht.erase(
__it
); }
hash_set
230
erase(iterator
__it
)
231
{ _M_ht.erase(
__it
); }
424
erase(iterator
__it
)
425
{ _M_ht.erase(
__it
); }
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_hash_set.h
213
void erase(iterator
__it
) { _M_ht.erase(
__it
); }
395
void erase(iterator
__it
) { _M_ht.erase(
__it
); }
_hashtable.c
303
::erase(const_iterator
__it
) {
304
const size_type __n = _M_bkt_num(*
__it
);
308
if (__cur ==
__it
._M_ite) {
319
if (__cur ==
__it
._M_ite) {
_unordered_set.h
157
void erase(const_iterator
__it
) { _M_ht.erase(
__it
); }
307
void erase(const_iterator
__it
) { _M_ht.erase(
__it
); }
/external/stlport/stlport/stl/debug/
_tree.h
112
void _Invalidate_iterator(const iterator&
__it
)
113
{ _STLP_PRIV __invalidate_iterator(&_M_iter_list,
__it
); }
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h
112
void _Invalidate_iterator(const iterator&
__it
)
113
{ _STLP_PRIV __invalidate_iterator(&_M_iter_list,
__it
); }
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algobase.h
269
__b(_Iterator
__it
)
270
{ return
__it
; }
277
__b(_Iterator
__it
)
278
{ return
__it
.base(); }
287
__b(_Iterator
__it
)
288
{ return
__it
; }
295
__b(_Iterator
__it
)
296
{ return
__it
.base(); }
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
hashtable.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
hashtable.h
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h
269
__b(_Iterator
__it
)
270
{ return
__it
; }
277
__b(_Iterator
__it
)
278
{ return
__it
.base(); }
287
__b(_Iterator
__it
)
288
{ return
__it
; }
295
__b(_Iterator
__it
)
296
{ return
__it
.base(); }
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h
112
void _Invalidate_iterator(const iterator&
__it
)
113
{ _STLP_PRIV __invalidate_iterator(&_M_iter_list,
__it
); }
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h
269
__b(_Iterator
__it
)
270
{ return
__it
; }
277
__b(_Iterator
__it
)
278
{ return
__it
.base(); }
287
__b(_Iterator
__it
)
288
{ return
__it
; }
295
__b(_Iterator
__it
)
296
{ return
__it
.base(); }
[
all
...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h
112
void _Invalidate_iterator(const iterator&
__it
)
113
{ _STLP_PRIV __invalidate_iterator(&_M_iter_list,
__it
); }
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h
269
__b(_Iterator
__it
)
270
{ return
__it
; }
277
__b(_Iterator
__it
)
278
{ return
__it
.base(); }
287
__b(_Iterator
__it
)
288
{ return
__it
; }
295
__b(_Iterator
__it
)
296
{ return
__it
.base(); }
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h
112
void _Invalidate_iterator(const iterator&
__it
)
113
{ _STLP_PRIV __invalidate_iterator(&_M_iter_list,
__it
); }
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_algobase.h
269
__b(_Iterator
__it
)
270
{ return
__it
; }
277
__b(_Iterator
__it
)
278
{ return
__it
.base(); }
287
__b(_Iterator
__it
)
288
{ return
__it
; }
295
__b(_Iterator
__it
)
296
{ return
__it
.base(); }
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
hashtable.h
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
hashtable.h
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h
112
void _Invalidate_iterator(const iterator&
__it
)
113
{ _STLP_PRIV __invalidate_iterator(&_M_iter_list,
__it
); }
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
safe_iterator.h
53
_M_Is(_BaseIt
__it
, const _Sequence* __seq)
356
_Self
__it
= *this;
local
357
return
__it
._M_incrementable() && (++
__it
)._M_dereferenceable();
683
__base(_Iterator
__it
)
684
{ return _Siter_base<_Iterator>::_S_base(
__it
); }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
safe_iterator.h
53
_M_Is(_BaseIt
__it
, const _Sequence* __seq)
356
_Self
__it
= *this;
local
357
return
__it
._M_incrementable() && (++
__it
)._M_dereferenceable();
683
__base(_Iterator
__it
)
684
{ return _Siter_base<_Iterator>::_S_base(
__it
); }
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
safe_iterator.h
53
_M_Is(_BaseIt
__it
, const _Sequence* __seq)
356
_Self
__it
= *this;
local
357
return
__it
._M_incrementable() && (++
__it
)._M_dereferenceable();
683
__base(_Iterator
__it
)
684
{ return _Siter_base<_Iterator>::_S_base(
__it
); }
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
list
587
typename _Base::iterator
__it
= __pos.base();
588
for ( ;
__it
!=_Base::end();
__it
++)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
list
587
typename _Base::iterator
__it
= __pos.base();
588
for ( ;
__it
!=_Base::end();
__it
++)
Completed in 1199 milliseconds
1
2
3
4
5
6
7
8
9
10
11