Searched refs:__fn1 (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_function.h285 compose1(const _Operation1& __fn1, const _Operation2& __fn2) { argument
286 return unary_compose<_Operation1,_Operation2>(__fn1, __fn2);
316 compose2(const _Operation1& __fn1, const _Operation2& __fn2, argument
318 return binary_compose<_Operation1,_Operation2,_Operation3>(__fn1, __fn2, __fn3);

Completed in 771 milliseconds