Home
last modified time | relevance | path

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

/trunk/main/vcl/source/helper/
H A Dlazydelete.cxx65 template<> bool LazyDeletor<Window>::is_less( Window* left, Window* right ) in is_less() function in vcl::LazyDeletor
71 template<> bool LazyDeletor<Menu>::is_less( Menu* left, Menu* right ) in is_less() function in vcl::LazyDeletor
/trunk/main/vcl/inc/vcl/
H A Dlazydelete.hxx129 static bool is_less( T* left, T* right );
153 std::sort( aRealDelete.begin(), aRealDelete.end(), is_less ); in ~LazyDeletor()

Completed in 16 milliseconds