OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__end2
(Results
1 - 2
of
2
) sorted by null
/external/stlport/stlport/stl/
_list.h
709
const_iterator
__end2
= __y.end();
local
713
while (__i1 != __end1 && __i2 !=
__end2
&& *__i1 == *__i2) {
717
return __i1 == __end1 && __i2 ==
__end2
;
_slist.h
844
const_iterator
__end2
= _SL2.end();
local
848
while (__i1 != __end1 && __i2 !=
__end2
&& *__i1 == *__i2) {
852
return __i1 == __end1 && __i2 ==
__end2
;
Completed in 58 milliseconds