OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__end
(Results
201 - 225
of
300
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
forward_list
365
_Base_iterator
__end
= _Base::end();
366
for (size_type __i = __sz; __victim !=
__end
&& __i > 0; --__i)
369
for (; __victim !=
__end
; ++__victim)
393
_Base_iterator
__end
= _Base::end();
394
for (size_type __i = __sz; __victim !=
__end
&& __i > 0; --__i)
397
for (; __victim !=
__end
; ++__victim)
unordered_map
437
_Base_iterator
__end
= _Base::end();
438
this->_M_invalidate_if([
__end
](_Base_const_iterator __it)
439
{ return __it !=
__end
; });
863
_Base_iterator
__end
= _Base::end();
864
this->_M_invalidate_if([
__end
](_Base_const_iterator __it)
865
{ return __it !=
__end
; });
unordered_set
435
_Base_iterator
__end
= _Base::end();
437
[
__end
](_Base_const_iterator __it)
438
{ return __it !=
__end
; });
848
_Base_iterator
__end
= _Base::end();
849
this->_M_invalidate_if([
__end
](_Base_const_iterator __it)
850
{ return __it !=
__end
; });
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
forward_list
365
_Base_iterator
__end
= _Base::end();
366
for (size_type __i = __sz; __victim !=
__end
&& __i > 0; --__i)
369
for (; __victim !=
__end
; ++__victim)
393
_Base_iterator
__end
= _Base::end();
394
for (size_type __i = __sz; __victim !=
__end
&& __i > 0; --__i)
397
for (; __victim !=
__end
; ++__victim)
unordered_map
437
_Base_iterator
__end
= _Base::end();
438
this->_M_invalidate_if([
__end
](_Base_const_iterator __it)
439
{ return __it !=
__end
; });
863
_Base_iterator
__end
= _Base::end();
864
this->_M_invalidate_if([
__end
](_Base_const_iterator __it)
865
{ return __it !=
__end
; });
unordered_set
435
_Base_iterator
__end
= _Base::end();
437
[
__end
](_Base_const_iterator __it)
438
{ return __it !=
__end
; });
848
_Base_iterator
__end
= _Base::end();
849
this->_M_invalidate_if([
__end
](_Base_const_iterator __it)
850
{ return __it !=
__end
; });
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
forward_list
365
_Base_iterator
__end
= _Base::end();
366
for (size_type __i = __sz; __victim !=
__end
&& __i > 0; --__i)
369
for (; __victim !=
__end
; ++__victim)
393
_Base_iterator
__end
= _Base::end();
394
for (size_type __i = __sz; __victim !=
__end
&& __i > 0; --__i)
397
for (; __victim !=
__end
; ++__victim)
unordered_map
463
_Base_iterator
__end
= _Base::end();
464
this->_M_invalidate_if([
__end
](_Base_const_iterator __it)
465
{ return __it !=
__end
; });
915
_Base_iterator
__end
= _Base::end();
916
this->_M_invalidate_if([
__end
](_Base_const_iterator __it)
917
{ return __it !=
__end
; });
unordered_set
460
_Base_iterator
__end
= _Base::end();
462
[
__end
](_Base_const_iterator __it)
463
{ return __it !=
__end
; });
899
_Base_iterator
__end
= _Base::end();
900
this->_M_invalidate_if([
__end
](_Base_const_iterator __it)
901
{ return __it !=
__end
; });
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
codecvt_specializations.h
282
const extern_type*
__end
, size_t __max) const;
498
const extern_type*
__end
, size_t __max) const
499
{ return std::min(__max, static_cast<size_t>(
__end
- __from)); }
ropeimpl.h
923
const _RopeRep* __r, size_t __begin, size_t
__end
)
936
size_t __left_end = std::min(__left_len,
__end
);
940
if (
__end
> __left_len)
946
__end
- __left_len))
954
return __c(__l->_M_data + __begin,
__end
- __begin);
960
size_t __len =
__end
- __begin;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
codecvt_specializations.h
282
const extern_type*
__end
, size_t __max) const;
498
const extern_type*
__end
, size_t __max) const
499
{ return std::min(__max, static_cast<size_t>(
__end
- __from)); }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
codecvt_specializations.h
282
const extern_type*
__end
, size_t __max) const;
498
const extern_type*
__end
, size_t __max) const
499
{ return std::min(__max, static_cast<size_t>(
__end
- __from)); }
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex.tcc
511
_IterT
__end
;
512
if (__i ==
__end
)
521
for (; __i !=
__end
; ++__i)
regex_scanner.h
210
_Scanner(_IterT __begin, _IterT
__end
,
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
codecvt_specializations.h
282
const extern_type*
__end
, size_t __max) const;
498
const extern_type*
__end
, size_t __max) const
499
{ return std::min(__max, static_cast<size_t>(
__end
- __from)); }
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp
98
--
__end
; // expected-error {{use of undeclared identifier '
__end
'}}
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
queue.h
61
/** @brief Cyclic __begin and
__end
pointers contained in one
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
queue.h
61
/** @brief Cyclic __begin and
__end
pointers contained in one
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
queue.h
61
/** @brief Cyclic __begin and
__end
pointers contained in one
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
queue.h
61
/** @brief Cyclic __begin and
__end
pointers contained in one
/toolchain/binutils/binutils-2.25/ld/scripttempl/
crisaout.sc
130
${CONSTRUCTING+ PROVIDE(
__end
= .);}
mmo.sc
120
${RELOCATING+ PROVIDE(
__end
= .);}
tic4xcoff.sc
139
${RELOCATING+
__end
= .;}
/ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.c
787
size_t __begin, size_t
__end
) {
801
size_t __left_end = (min) (__left_len,
__end
);
805
if (
__end
> __left_len) {
810
__end
- __left_len)) {
819
return __c(__l->_M_data + __begin,
__end
- __begin);
825
size_t __len =
__end
- __begin;
[
all
...]
Completed in 2351 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>