Searched defs:loggingStream (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
| D | log.go | 29 type loggingStream struct { struct 30 stream jsonrpc2.Stream 31 log io.Writer 39 func (s *loggingStream) Read(ctx context.Context) ([]byte, int64, error) { 47 func (s *loggingStream) Write(ctx context.Context, data []byte) (int64, error) {
|
| /third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
| D | log.go | 29 type loggingStream struct { struct 30 stream jsonrpc2.Stream 31 log io.Writer 39 func (s *loggingStream) Read(ctx context.Context) ([]byte, int64, error) { 47 func (s *loggingStream) Write(ctx context.Context, data []byte) (int64, error) {
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
| D | log.go | 29 type loggingStream struct { struct 30 stream jsonrpc2.Stream 31 log io.Writer 39 func (s *loggingStream) Read(ctx context.Context) ([]byte, int64, error) { 47 func (s *loggingStream) Write(ctx context.Context, data []byte) (int64, error) {
|