Searched refs:less_than_struct_with_name (Results 1 – 1 of 1) sorted by relevance
52 bool less_than_struct_with_name(const std::unique_ptr<T>& lhs, StringPiece rhs) { in less_than_struct_with_name() function64 return less_than_struct_with_name<T>(lhs, rhs); in operator ()()83 std::lower_bound(entries.begin(), entries.end(), name, less_than_struct_with_name<T>); in FindElementsRunAction()