Home | History | Annotate | Download | only in base

Lines Matching refs:COUNT

200     "<li><b>count</b> Number of instances seen."
361 // A class used to count down which is accessed by several threads. This is
363 // count of threads.
366 // Constructor sets the count, once and for all.
367 explicit ThreadSafeDownCounter(size_t count);
369 // Decrement the count, and return true if we hit zero. Also delete this
378 ThreadData::ThreadSafeDownCounter::ThreadSafeDownCounter(size_t count)
379 : remaining_count_(count) {
549 Snapshot::Snapshot(const BirthOnThread& birth_on_thread, int count)
552 death_data_(DeathData(count)) {
794 case COUNT:
795 if (left.count() != right.count())
796 return left.count() > right.count(); // Sort large at front of vector.
800 if (!left.count() || !right.count())
852 case COUNT:
853 if (left.count() != right.count())
950 key_map["count"] = COUNT;
991 SetSubgroupTiebreaker(COUNT);