OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_S_remove_if
(Results
1 - 2
of
2
) sorted by null
/external/stlport/stlport/stl/
_list.c
139
void
_S_remove_if
(list<_Tp, _Alloc>& __that, _Predicate __pred) {
_list.h
236
void
_S_remove_if
(list<_Tp, _Alloc>& __that, _Predicate __pred);
666
{ _STLP_PRIV
_S_remove_if
(*this, __pred); }
Completed in 25 milliseconds