Home
last modified time | relevance | path

Searched defs:getChangeRange (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/src/services/
Dshims.ts48 getChangeRange(oldSnapshot: ScriptSnapshotShim): string | undefined; method
324 public getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange | undefined { method in ts.ScriptSnapshotShimAdapter
Dtypes.ts134 getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange | undefined; method
156 public getChangeRange(): TextChangeRange | undefined { method in ts.StringScriptSnapshot
/third_party/typescript/src/server/
DscriptVersionCache.ts377 getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange | undefined { method in LineIndexSnapshot
/third_party/typescript/src/testRunner/unittests/
DreuseProgramStructure.ts75 getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange { method in ts.SourceText
/third_party/typescript/lib/
Dtypescript.d.ts5403 getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange | undefined; method
DtypescriptServices.d.ts5403 getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange | undefined; method
Dtsserverlibrary.d.ts5403 getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange | undefined; method
Dtsserverlibrary.js115478 StringScriptSnapshot.prototype.getChangeRange = function () { method in StringScriptSnapshot
151961 ScriptSnapshotShimAdapter.prototype.getChangeRange = function (oldSnapshot) { method in ScriptSnapshotShimAdapter
162135 LineIndexSnapshot.prototype.getChangeRange = function (oldSnapshot) { method in LineIndexSnapshot
Dtsserver.js114909 StringScriptSnapshot.prototype.getChangeRange = function () { method in StringScriptSnapshot
151392 ScriptSnapshotShimAdapter.prototype.getChangeRange = function (oldSnapshot) { method in ScriptSnapshotShimAdapter
161941 LineIndexSnapshot.prototype.getChangeRange = function (oldSnapshot) { method in LineIndexSnapshot
Dtypescript.js115478 StringScriptSnapshot.prototype.getChangeRange = function () { method in StringScriptSnapshot
151961 ScriptSnapshotShimAdapter.prototype.getChangeRange = function (oldSnapshot) { method in ScriptSnapshotShimAdapter
DtypescriptServices.js115478 StringScriptSnapshot.prototype.getChangeRange = function () { method in StringScriptSnapshot
151961 ScriptSnapshotShimAdapter.prototype.getChangeRange = function (oldSnapshot) { method in ScriptSnapshotShimAdapter
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts5644 getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange | undefined; method
Dtsserverlibrary.d.ts5644 getChangeRange(oldSnapshot: IScriptSnapshot): TextChangeRange | undefined; method