Searched defs:_Proj (Results 1 – 3 of 3) sorted by relevance
/llvm-project/libcxx/include/__algorithm/ |
H A D | find.h | 60 __find(_Tp * __first,_Tp * __last,const _Up & __value,_Proj &) __find() argument 73 __find(_Tp * __first,_Tp * __last,const _Up & __value,_Proj &) __find() argument 135 __find(__bit_iterator<_Cp,_IsConst> __first,__bit_iterator<_Cp,_IsConst> __last,const _Tp & __value,_Proj &) __find() argument [all...] |
H A D | make_projected.h | 71 __make_projected(_Pred & __pred,_Proj &) __make_projected() argument [all...] |
H A D | count.h | 75 __count(__bit_iterator<_Cp,_IsConst> __first,__bit_iterator<_Cp,_IsConst> __last,const _Tp & __value,_Proj &) __count() argument
|