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