Home
last modified time | relevance | path

Searched refs:wSpy (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/
H A Dlangsvr.go55 // wSpy is a reader 'spy' that wraps an io.Writer, and logs all data that passes
57 type wSpy struct { type
62 func (s wSpy) Write(p []byte) (n int, err error) {
81 stream := jsonrpc2.NewHeaderStream(rSpy{"IDE", os.Stdin}, wSpy{"LS", os.Stdout})
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
H A Dlangsvr.go55 // wSpy is a reader 'spy' that wraps an io.Writer, and logs all data that passes
57 type wSpy struct { type
62 func (s wSpy) Write(p []byte) (n int, err error) {
81 stream := jsonrpc2.NewHeaderStream(rSpy{"IDE", os.Stdin}, wSpy{"LS", os.Stdout})
/third_party/spirv-tools/utils/vscode/src/
H A Dlangsvr.go55 // wSpy is a reader 'spy' that wraps an io.Writer, and logs all data that passes
57 type wSpy struct { type
62 func (s wSpy) Write(p []byte) (n int, err error) {
81 stream := jsonrpc2.NewHeaderStream(rSpy{"IDE", os.Stdin}, wSpy{"LS", os.Stdout})

Completed in 3 milliseconds