Searched refs:PoolObjectLessThan (Results 1 – 2 of 2) sorted by relevance
262 if (PoolObjectLessThan(last, temp)) { in MustEmit()270 if (temp_not_placed_yet && PoolObjectLessThan(current, temp)) { in MustEmit()311 std::sort(objects_.begin(), objects_.end(), PoolObjectLessThan); in RecalculateCheckpoint()349 bool PoolManager<T>::PoolObjectLessThan(const PoolObject<T>& a, in PoolObjectLessThan() function399 if (!PoolObjectLessThan(current, new_object)) { in Insert()
474 static bool PoolObjectLessThan(const PoolObject<T>& a,