/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | CommonErrorNode.cs | 47 (stop.TokenIndex < start.TokenIndex && in CommonErrorNode() 71 int i = ((IToken)start).TokenIndex; 72 int j = ((IToken)stop).TokenIndex;
|
D | CommonTree.cs | 153 return token.TokenIndex; 164 return token.TokenIndex; 197 startIndex = stopIndex = token.TokenIndex; in SetUnknownTokenBoundaries()
|
D | CommonTreeAdaptor.cs | 124 start = startToken.TokenIndex; in SetTokenBoundaries() 127 stop = stopToken.TokenIndex; in SetTokenBoundaries()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | CommonErrorNode.cs | 50 ( stop.TokenIndex < start.TokenIndex && in CommonErrorNode() 80 int i = ( (IToken)start ).TokenIndex; 81 int j = ( (IToken)stop ).TokenIndex;
|
D | CommonTree.cs | 195 return Token.TokenIndex; 212 return Token.TokenIndex; 256 startIndex = stopIndex = Token.TokenIndex; in SetUnknownTokenBoundaries()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | CommonToken.cs | 96 index = oldToken.TokenIndex; in CommonToken() 206 public int TokenIndex property in Antlr.Runtime.CommonToken 250 …return "[@" + TokenIndex + "," + start + ":" + stop + "='" + txt + "',<" + type + ">" + channelStr… in ToString()
|
D | ClassicToken.cs | 166 public int TokenIndex property in Antlr.Runtime.ClassicToken 209 …return "[@" + TokenIndex + ",'" + txt + "',<" + type + ">" + channelStr + "," + line + ":" + CharP… in ToString()
|
D | BufferedTokenStream.cs | 229 t.TokenIndex = _tokens.Count; in Fetch() 403 return ToString(start.TokenIndex, stop.TokenIndex); in ToString()
|
D | LegacyCommonTokenStream.cs | 168 t.TokenIndex = index; in FillBuffer() 521 return ToString( start.TokenIndex, stop.TokenIndex ); in ToString()
|
D | IToken.cs | 88 int TokenIndex property
|
D | TokenRewriteStream.cs | 280 InsertAfter( programName, t.TokenIndex, text ); in InsertAfter() 301 InsertBefore( programName, t.TokenIndex, text ); in InsertBefore() 347 from.TokenIndex, in Replace() 348 to.TokenIndex, in Replace()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | CommonToken.cs | 89 index = oldToken.TokenIndex; in CommonToken() 178 public int TokenIndex { property in Antlr.Runtime.CommonToken 211 …return "[@" + TokenIndex + "," + start + ":" + stop + "='" + txt + "',<" + type + ">" + channelStr… in ToString()
|
D | ClassicToken.cs | 139 public int TokenIndex { property in Antlr.Runtime.ClassicToken 171 …return "[@" + TokenIndex + ",'" + txt + "',<" + type + ">" + channelStr + "," + line + ":" + CharP… in ToString()
|
D | BufferedTokenStream.cs | 198 t.TokenIndex = _tokens.Count; in Fetch() 352 return ToString(start.TokenIndex, stop.TokenIndex); in ToString()
|
D | LegacyCommonTokenStream.cs | 156 t.TokenIndex = index; in FillBuffer() 448 return ToString(start.TokenIndex, stop.TokenIndex); in ToString()
|
D | TokenRewriteStream.cs | 246 InsertAfter(programName, t.TokenIndex, text); in InsertAfter() 264 InsertBefore(programName, t.TokenIndex, text); in InsertBefore() 303 from.TokenIndex, in Replace() 304 to.TokenIndex, in Replace()
|
D | IToken.cs | 79 int TokenIndex { property
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | Profiler.cs | 205 int lastTokenIndex = lastRealTokenTouchedInDecision.TokenIndex; in ExitDecision() 232 lastRealTokenTouchedInDecision.TokenIndex < token.TokenIndex) in ConsumeToken() 238 int thisRefIndex = token.TokenIndex; in ConsumeToken() 276 …Console.WriteLine("LT(" + i + ")=" + t + " index " + t.TokenIndex + " relative to " + d.decision.r… in LT() 281 lastRealTokenTouchedInDecision.TokenIndex < t.TokenIndex) in LT()
|
D | RemoteDebugEventSocketListener.cs | 176 public int TokenIndex property in Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken 462 if ( t.TokenIndex == previousTokenIndex ) in Dispatch() 466 previousTokenIndex = t.TokenIndex; in Dispatch() 472 if ( t.TokenIndex == previousTokenIndex ) in Dispatch() 476 previousTokenIndex = t.TokenIndex; in Dispatch()
|
D | DebugTreeAdaptor.cs | 66 if ( payload.TokenIndex < 0 ) in Create() 245 t, startToken.TokenIndex, in SetTokenBoundaries() 246 stopToken.TokenIndex ); in SetTokenBoundaries()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | Profiler.cs | 191 int lastTokenIndex = lastRealTokenTouchedInDecision.TokenIndex; in ExitDecision() 215 lastRealTokenTouchedInDecision.TokenIndex < token.TokenIndex) { in ConsumeToken() 220 int thisRefIndex = token.TokenIndex; in ConsumeToken() 251 …Console.WriteLine("LT(" + i + ")=" + t + " index " + t.TokenIndex + " relative to " + d.decision.r… in LT() 256 lastRealTokenTouchedInDecision.TokenIndex < t.TokenIndex) { in LT()
|
D | DebugTreeAdaptor.cs | 62 if (payload.TokenIndex < 0) { in Create() 188 t, startToken.TokenIndex, in SetTokenBoundaries() 189 stopToken.TokenIndex); in SetTokenBoundaries()
|
D | RemoteDebugEventSocketListener.cs | 149 public int TokenIndex { property in Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken 361 if (t.TokenIndex == previousTokenIndex) { in Dispatch() 364 previousTokenIndex = t.TokenIndex; in Dispatch() 368 if (t.TokenIndex == previousTokenIndex) { in Dispatch() 371 previousTokenIndex = t.TokenIndex; in Dispatch()
|
/external/libtextclassifier/annotator/ |
D | types.h | 41 using TokenIndex = int; variable 96 using TokenSpan = std::pair<TokenIndex, TokenIndex>;
|
D | feature-processor.h | 221 int TokenSpanToLabel(const std::pair<TokenIndex, TokenIndex>& span) const;
|