OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_M_pred
(Results
26 - 28
of
28
) sorted by null
1
2
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_function.h
355
_Predicate
_M_pred
;
359
unary_negate(const _Predicate& __x) :
_M_pred
(__x) { }
363
{ return !
_M_pred
(__x); }
379
_Predicate
_M_pred
;
383
binary_negate(const _Predicate& __x) :
_M_pred
(__x) { }
388
{ return !
_M_pred
(__x, __y); }
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
base.h
181
_Predicate
_M_pred
;
185
unary_negate(const _Predicate& __x) :
_M_pred
(__x) { }
189
{ return !
_M_pred
(__x); }
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
base.h
177
_Predicate
_M_pred
;
181
__unary_negate(const _Predicate& __x) :
_M_pred
(__x) { }
185
{ return !
_M_pred
(__x); }
Completed in 37 milliseconds
1
2