Searched refs:compare_sample_func_t (Results 1 – 1 of 1) sorted by relevance
83 typedef int (*compare_sample_func_t)(const EntryT*, const EntryT*); typedef85 void AddCompareFunction(compare_sample_func_t func) { compare_v_.push_back(func); } in AddCompareFunction()123 std::vector<compare_sample_func_t> compare_v_;