Searched defs:select1st (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/cld/base/
H A Dstl_decl_msvc.h52 struct select1st : public std::unary_function<_Pair, typename _Pair::first_type> { struct in inherits:std::unary_function
/external/stlport/test/eh/
H A Dtest_insert.h116 struct select1st : public unary_function<_Pair, typename _Pair::first_type> { struct in inherits:unary_function
144 EH_STD::select1st<value_type>() );
/external/stlport/stlport/stl/
H A D_function.h323 // select1st and select2nd are extensions: they are not part of the standard.
324 template <class _Pair> struct select1st : public _STLP_PRIV _Select1st<_Pair> {}; struct in inherits:_STLP_PRIV_Select1st

Completed in 1364 milliseconds