Home
last modified time | relevance | path

Searched defs:markerName (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/tests/cases/fourslash/
DcompletionListInUnclosedTypeArguments.ts27 const markerName = test.markerName(marker) || ""; constant
DsignatureHelpWithTriggers01.ts19 const triggerCharacter = charMap[markerName]; constant
DsignatureHelpFilteredTriggers02.ts24 const triggerCharacter = charMap[markerName]; constant
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DDebugAnnotator9.cpp35 void DebugAnnotator9::setMarker(const char *markerName) in setMarker()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DLoggingAnnotator.cpp34 void LoggingAnnotator::setMarker(const char *markerName) in setMarker()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DDebugAnnotator11.cpp47 void DebugAnnotator11::setMarker(const char *markerName) in setMarker()
/third_party/typescript/src/harness/
DfourslashImpl.ts756 for (const markerName of markerNames) { constant
789 …const markerName = typeof endMarkerOrFileResult === "string" ? endMarkerOrFileResult : endMarkerOr… constant
3196 for (const markerName in map) { constant
DfourslashInterfaceImpl.ts18 public markerName(m: FourSlash.Marker) { method in FourSlashInterface.Test