Searched refs:Clear (Results 1 - 25 of 1826) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs413 public void Clear() method in class:Antlr.Runtime.Collections.HashList
415 _dictionary.Clear();
416 _insertionOrderList.Clear();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DFastQueue.cs99 Clear(); // size goes to 0, but retains memory
112 public virtual void Clear() { method in class:Antlr.Runtime.Misc.FastQueue
114 _data.Clear();
H A DLookaheadStream.cs73 public override void Clear() { method in class:Antlr.Runtime.Misc.LookaheadStream
74 base.Clear();
96 Clear(); // size goes to 0, but retains memory
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBufferedTreeNodeStream.cs449 calls.Clear();
H A DCommonTreeNodeStream.cs125 base.Clear();
130 _calls.Clear();
H A DTreeIterator.cs147 nodes.Clear();
H A DTreeWizard.cs345 _labels.Clear();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBufferedTokenStream.cs89 _tokens.Clear();
H A DLegacyCommonTokenStream.cs116 tokens.Clear();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DListExtensions.cs101 list.Clear();
H A DSetExtensions.cs61 set.Clear();
H A DSubList.cs37 public void Clear() method in class:Antlr.Runtime.JavaExtensions.SubList
260 void IList.Clear()
346 void ICollection<T>.Clear() method in class:Antlr.Runtime.JavaExtensions.SubList
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimTokenStream.cs101 tokens.Clear();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBufferedTokenStream.cs96 _tokens.Clear();
H A DLegacyCommonTokenStream.cs122 tokens.Clear();
H A DUnbufferedTokenStream.cs125 public override void Clear() method in class:Antlr.Runtime.UnbufferedTokenStream
127 _realTokens.Clear();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DFastQueue.cs108 Clear(); // size goes to 0, but retains memory
123 public virtual void Clear() method in class:Antlr.Runtime.Misc.FastQueue
126 _data.Clear();
H A DLookaheadStream.cs87 public override void Clear() method in class:Antlr.Runtime.Misc.LookaheadStream
89 base.Clear();
113 Clear(); // size goes to 0, but retains memory
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBufferedTreeNodeStream.cs533 calls.Clear();
H A DCommonTreeNodeStream.cs143 base.Clear();
148 _calls.Clear();
H A DTreeIterator.cs175 nodes.Clear();
H A DTreeWizard.cs398 _labels.Clear();
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas244 FIList.Clear;
264 FIList.Clear;
279 FIList.Clear;
295 FIList.Clear;
305 FIList.Clear;
322 FIList.Clear;
340 FIList.Clear;
354 FIList.Clear;
369 FIList.Clear;
383 FIList.Clear;
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas110 procedure Clear; procedure
184 procedure THashList<TKey, TValue>.Clear;
186 FDictionary.Clear;
187 FInsertionOrderList.Clear;
H A DAntlr.Runtime.Tools.pas160 procedure Clear;
196 procedure Clear;
298 procedure Clear;
741 Clear;
823 procedure TDictionary<TKey,TValue>.Clear;

Completed in 1085 milliseconds

1234567891011>>