Home
last modified time | relevance | path

Searched refs:TryPop (Results 1 – 1 of 1) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
DListStack`1.cs74 if (!TryPop(out result)) in Pop()
80 public bool TryPop(out T item) in TryPop() method in Antlr.Runtime.Misc.ListStack