Home
last modified time | relevance | path

Searched defs:previousLine (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/formatting/
DsmartIndenter.ts117 const previousLine = getLineAndCharacterOfPosition(sourceFile, position).line - 1; constant
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java978 private int previousLine = 0; field in TextFormat.Tokenizer