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