Searched defs:markerName (Results 1 – 8 of 8) sorted by relevance
27 const markerName = test.markerName(marker) || ""; constant
19 const triggerCharacter = charMap[markerName]; constant
24 const triggerCharacter = charMap[markerName]; constant
35 void DebugAnnotator9::setMarker(const char *markerName) in setMarker()
34 void LoggingAnnotator::setMarker(const char *markerName) in setMarker()
47 void DebugAnnotator11::setMarker(const char *markerName) in setMarker()
756 for (const markerName of markerNames) { constant789 …const markerName = typeof endMarkerOrFileResult === "string" ? endMarkerOrFileResult : endMarkerOr… constant3196 for (const markerName in map) { constant
18 public markerName(m: FourSlash.Marker) { method in FourSlashInterface.Test