2 instantiations of CharCursor
Microsoft.ML.Tests (1)
ExpressionLanguageTests\ExpressionLanguageTests.cs (1)
160
CharCursor chars = new
CharCursor
(text, ichMin, ichLimChars);
Microsoft.ML.Transforms (1)
ExpressionTransformer.cs (1)
100
CharCursor chars = new
CharCursor
(expression);
7 references to CharCursor
Microsoft.ML.Tests (1)
ExpressionLanguageTests\ExpressionLanguageTests.cs (1)
160
CharCursor
chars = new CharCursor(text, ichMin, ichLimChars);
Microsoft.ML.Transforms (6)
Expression\LambdaParser.cs (2)
152
public static LambdaNode Parse(out List<Error> errors, out List<int> lineMap,
CharCursor
chars, int[] perm, params DataViewType[] types)
163
private LambdaNode ParseCore(out List<Error> errors, out List<int> lineMap,
CharCursor
chars, int[] perm, DataViewType[] types)
Expression\Lexer.cs (3)
34
public IEnumerable<Token> LexSource(
CharCursor
cursor)
48
private readonly
CharCursor
_cursor;
58
public LexerImpl(Lexer lex,
CharCursor
cursor)
ExpressionTransformer.cs (1)
100
CharCursor
chars = new CharCursor(expression);