Searched refs:endToken (Results 1 – 10 of 10) sorted by relevance
/third_party/typescript/src/services/refactors/ |
D | convertToOptionalChainExpression.ts | 89 const endToken = findTokenOnLeftOfPosition(file, span.start + span.length); constant 90 …edSpan = createTextSpanFromBounds(startToken.pos, endToken && endToken.end >= startToken.pos ? end…
|
D | extractSymbol.ts | 279 const endToken = findTokenOnLeftOfPosition(sourceFile, textSpanEnd(span)); constant 283 …const adjustedSpan = startToken && endToken && invoked ? getAdjustedSpanFromNodes(startToken, endT… 290 const end = cursorRequest ? start : getParentNodeInSpan(endToken, sourceFile, adjustedSpan);
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | TextFormat.java | 2010 final String endToken; in consumeFieldValue() local 2012 endToken = ">"; in consumeFieldValue() 2015 endToken = "}"; in consumeFieldValue() 2028 tokenizer.consume(endToken); in consumeFieldValue() 2034 while (!tokenizer.tryConsume(endToken)) { in consumeFieldValue() 2036 throw tokenizer.parseException("Expected \"" + endToken + "\"."); in consumeFieldValue()
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/ |
D | parser.js | 57 function getTokenSourceSpan(startToken, endToken) { argument 61 ….START_LINE], startToken[_tokenize.FIELDS.START_COL], endToken[_tokenize.FIELDS.END_LINE], endToke…
|
/third_party/openGLES/specs/katex/ |
D | katex.js | 177 Token.prototype.range = function(endToken, text) { 178 if (endToken.lexer !== this.lexer) { 181 return new Token(text, this.start, endToken.end, this.lexer);
|
/third_party/openGLES/specs/es/katex/ |
D | katex.js | 177 Token.prototype.range = function(endToken, text) { 178 if (endToken.lexer !== this.lexer) { 181 return new Token(text, this.start, endToken.end, this.lexer);
|
/third_party/openGLES/specs/es/3.2/katex/ |
D | katex.js | 177 Token.prototype.range = function(endToken, text) { 178 if (endToken.lexer !== this.lexer) { 181 return new Token(text, this.start, endToken.end, this.lexer);
|
/third_party/openGLES/specs/gl/katex/ |
D | katex.js | 177 Token.prototype.range = function(endToken, text) { 178 if (endToken.lexer !== this.lexer) { 181 return new Token(text, this.start, endToken.end, this.lexer);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/ |
D | katex.js | 195 _proto.range = function range(endToken, // last token of the range, inclusive 198 return new Token(text, SourceLocation.range(this, endToken));
|
D | katex.mjs | 67 * Given a pair of tokens (this and endToken), compute a `Token` encompassing 72 range(endToken, // last token of the range, inclusive argument 75 return new Token(text, SourceLocation.range(this, endToken));
|