Home
last modified time | relevance | path

Searched defs:GetTokens (Results 1 – 8 of 8) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimTokenStream.cs173 public IList<SlimToken> GetTokens() in GetTokens() method in Antlr.Runtime.FastTokenStream
182 public IList<SlimToken> GetTokens( int start, int stop ) in GetTokens() method in Antlr.Runtime.FastTokenStream
193 public IList<SlimToken> GetTokens( int start, int stop, BitSet types ) in GetTokens() method in Antlr.Runtime.FastTokenStream
229 public IList<SlimToken> GetTokens( int start, int stop, IList<int> types ) in GetTokens() method in Antlr.Runtime.FastTokenStream
234 public IList<SlimToken> GetTokens( int start, int stop, int ttype ) in GetTokens() method in Antlr.Runtime.FastTokenStream
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBufferedTokenStream.cs279 public virtual List<IToken> GetTokens() { in GetTokens() method in Antlr.Runtime.BufferedTokenStream
283 public virtual List<IToken> GetTokens(int start, int stop) { in GetTokens() method in Antlr.Runtime.BufferedTokenStream
291 public virtual List<IToken> GetTokens(int start, int stop, BitSet types) { in GetTokens() method in Antlr.Runtime.BufferedTokenStream
315 public virtual List<IToken> GetTokens(int start, int stop, IEnumerable<int> types) { in GetTokens() method in Antlr.Runtime.BufferedTokenStream
319 public virtual List<IToken> GetTokens(int start, int stop, int ttype) { in GetTokens() method in Antlr.Runtime.BufferedTokenStream
DLegacyCommonTokenStream.cs227 public virtual IList<IToken> GetTokens() { in GetTokens() method in Antlr.Runtime.LegacyCommonTokenStream
234 public virtual IList<IToken> GetTokens(int start, int stop) { in GetTokens() method in Antlr.Runtime.LegacyCommonTokenStream
244 public virtual IList<IToken> GetTokens(int start, int stop, BitSet types) { in GetTokens() method in Antlr.Runtime.LegacyCommonTokenStream
272 public virtual IList<IToken> GetTokens(int start, int stop, IList<int> types) { in GetTokens() method in Antlr.Runtime.LegacyCommonTokenStream
276 public virtual IList<IToken> GetTokens(int start, int stop, int ttype) { in GetTokens() method in Antlr.Runtime.LegacyCommonTokenStream
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBufferedTokenStream.cs317 public virtual List<IToken> GetTokens() in GetTokens() method in Antlr.Runtime.BufferedTokenStream
322 public virtual List<IToken> GetTokens(int start, int stop) in GetTokens() method in Antlr.Runtime.BufferedTokenStream
331 public virtual List<IToken> GetTokens(int start, int stop, BitSet types) in GetTokens() method in Antlr.Runtime.BufferedTokenStream
359 public virtual List<IToken> GetTokens(int start, int stop, IEnumerable<int> types) in GetTokens() method in Antlr.Runtime.BufferedTokenStream
364 public virtual List<IToken> GetTokens(int start, int stop, int ttype) in GetTokens() method in Antlr.Runtime.BufferedTokenStream
DLegacyCommonTokenStream.cs250 public virtual IList<IToken> GetTokens() in GetTokens() method in Antlr.Runtime.LegacyCommonTokenStream
259 public virtual IList<IToken> GetTokens( int start, int stop ) in GetTokens() method in Antlr.Runtime.LegacyCommonTokenStream
270 public virtual IList<IToken> GetTokens( int start, int stop, BitSet types ) in GetTokens() method in Antlr.Runtime.LegacyCommonTokenStream
306 public virtual IList<IToken> GetTokens( int start, int stop, IList<int> types ) in GetTokens() method in Antlr.Runtime.LegacyCommonTokenStream
311 public virtual IList<IToken> GetTokens( int start, int stop, int ttype ) in GetTokens() method in Antlr.Runtime.LegacyCommonTokenStream
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dtokenize.py119 def GetTokens(source): function
/external/googletest/googlemock/scripts/generator/cpp/
Dtokenize.py119 def GetTokens(source): function
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas965 function GetTokens: IList<IToken>; overload; in GetTokens() function
966 function GetTokens(const Start, Stop: Integer): IList<IToken>; overload; in GetTokens() function
972 function GetTokens(const Start, Stop: Integer; in GetTokens() function
975 function GetTokens(const Start, Stop: Integer; in GetTokens() function
978 function GetTokens(const Start, Stop, in GetTokens() function
2368 function GetTokens: IList<IToken>; overload; in GetTokens() function
2369 function GetTokens(const Start, Stop: Integer): IList<IToken>; overload; in GetTokens() function
2370 function GetTokens(const Start, Stop: Integer; in GetTokens() function
2372 function GetTokens(const Start, Stop: Integer; in GetTokens() function
2374 function GetTokens(const Start, Stop, in GetTokens() function
[all …]