Example #1
0
		static public void PutInstance(ASTPair p)
		{
			if (p != null)
			{
				p.reset();
				instancePool_.Enqueue(p);
			}
		}
Example #2
0
 static public void PutInstance(ASTPair p)
 {
     if (p != null)
     {
         p.reset();
         instancePool_.Enqueue(p);
     }
 }