Lines Matching refs:cc
89 Condition cc,
775 void IncrementCounter(Condition cc, StatsCounter* counter, int value);
776 void DecrementCounter(Condition cc, StatsCounter* counter, int value);
782 // Calls Abort(msg) if the condition cc is not satisfied.
784 void Assert(Condition cc, const char* msg);
789 void Check(Condition cc, const char* msg);
876 Condition cc,