Searched refs:LessThanBinaryPredicate (Results 1 – 2 of 2) sorted by relevance
26 LessThanBinaryPredicate less_than_bp(this); in LineTable()47 LessThanBinaryPredicate less_than_bp(this); in InsertLineEntry()109 LessThanBinaryPredicate less_than_bp(this); in InsertSequence()130 bool LineTable::LessThanBinaryPredicate::operator()(const Entry &a, in operator ()()150 bool LineTable::LessThanBinaryPredicate::operator()( in operator ()()
309 class LessThanBinaryPredicate {311 LessThanBinaryPredicate(LineTable *line_table) : m_line_table(line_table) {} in LessThanBinaryPredicate() function