Searched refs:Threshold (Results 1 – 2 of 2) sorted by relevance
833 template <int Threshold>842 if(my_counter == Threshold)843 throw Threshold;849 if(my_counter == Threshold)850 throw Threshold;
789 static const long Threshold = 400; variable820 … if( MaxFooCount==2*Threshold && (FooExConstructed-FooExDestroyed) <= MaxFooCount/4 ) // in pop() in operator =()