Searched refs:is_less (Results 1 – 2 of 2) sorted by relevance
65 template<> bool LazyDeletor<Window>::is_less( Window* left, Window* right ) in is_less() function in vcl::LazyDeletor71 template<> bool LazyDeletor<Menu>::is_less( Menu* left, Menu* right ) in is_less() function in vcl::LazyDeletor
129 static bool is_less( T* left, T* right );153 std::sort( aRealDelete.begin(), aRealDelete.end(), is_less ); in ~LazyDeletor()
Completed in 15 milliseconds