Home
last modified time | relevance | path

Searched refs:_SndArgParamType (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h171 typedef typename __call_traits<second_argument_type>::const_param_type _SndArgParamType; typedef
176 bool operator()(_FstArgParamType __x, _SndArgParamType __y) const { in operator()