Home
last modified time | relevance | path

Searched refs:WatchKind (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Denums.go186 func (e WatchKind) Format(f fmt.State, c rune) {
187 formatEnum(f, c, int(e), namesWatchKind[:], "WatchKind")
190 func ParseWatchKind(s string) WatchKind {
191 return WatchKind(parseEnum(s, namesWatchKind[:]))
H A Dtsprotocol.go1614 * to WatchKind.Create | WatchKind.Change | WatchKind.Delete
3980 // WatchKind defines constants
3981 type WatchKind float64 type
4157 WatchCreate WatchKind = 1
4162 WatchChange WatchKind = 2
4167 WatchDelete WatchKind = 4
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Denums.go186 func (e WatchKind) Format(f fmt.State, c rune) {
187 formatEnum(f, c, int(e), namesWatchKind[:], "WatchKind")
190 func ParseWatchKind(s string) WatchKind {
191 return WatchKind(parseEnum(s, namesWatchKind[:]))
H A Dtsprotocol.go1614 * to WatchKind.Create | WatchKind.Change | WatchKind.Delete
3980 // WatchKind defines constants
3981 type WatchKind float64 type
4157 WatchCreate WatchKind = 1
4162 WatchChange WatchKind = 2
4167 WatchDelete WatchKind = 4
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Denums.go186 func (e WatchKind) Format(f fmt.State, c rune) {
187 formatEnum(f, c, int(e), namesWatchKind[:], "WatchKind")
190 func ParseWatchKind(s string) WatchKind {
191 return WatchKind(parseEnum(s, namesWatchKind[:]))
H A Dtsprotocol.go1614 * to WatchKind.Create | WatchKind.Change | WatchKind.Delete
3980 // WatchKind defines constants
3981 type WatchKind float64 type
4157 WatchCreate WatchKind = 1
4162 WatchChange WatchKind = 2
4167 WatchDelete WatchKind = 4
/third_party/node/deps/v8/src/torque/ls/
H A Dmessage.h139 enum WatchKind { enum in v8::internal::torque::ls::FileSystemWatcher
H A Dmessage-handler.cc239 watcher.set_kind(FileSystemWatcher::WatchKind::kAll); in HandleInitializedNotification()

Completed in 13 milliseconds