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

/inkscape/src/libvpsc/pairingheap/
H A DPairingHeap.h76 PairingHeap( bool (*lessThan)(T const &lhs, T const &rhs) );
116 bool (*lessThan)(T const &lhs, T const &rhs); member in class:PairingHeap
/inkscape/src/libavoid/
H A Dorthogonal.cpp2105 bool lessThan = comparison(segment, *curr, &comparable); local
2107 if (comparable && lessThan)
2109 // If it is comparable and lessThan, then we have found the
/inkscape/cxxtest/cxxtest/
H A DTestSuite.h91 bool lessThan( X x, Y y ) function in namespace:CxxTest
102 if ( !lessThan(x, y) ) {
477 inline bool lessThan( CXXTEST_X x, CXXTEST_Y y ) { return (((CXXTEST_T)x) < ((CXXTEST_T)y)); } \
478 inline bool lessThan( CXXTEST_Y y, CXXTEST_X x ) { return (((CXXTEST_T)y) < ((CXXTEST_T)x)); } \

Completed in 133 milliseconds