Searched refs:untyped_lhs (Results 1 – 2 of 2) sorted by relevance
161 template<typename T> static int compare(const void* untyped_lhs, const void* untyped_rhs) { in compare() argument162 const DiffRecord* lhs = *reinterpret_cast<DiffRecord* const *>(untyped_lhs); in compare()