Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dlog.go29 type loggingStream struct { type
36 return &loggingStream{str, w}
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/
H A Dlog.go29 type loggingStream struct { type
36 return &loggingStream{str, w}
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/
H A Dlog.go29 type loggingStream struct { type
36 return &loggingStream{str, w}
39 func (s *loggingStream) Read(ctx context.Context) ([]byte, int64, error) {
47 func (s *loggingStream) Write(ctx context.Context, data []byte) (int64, error) {

Completed in 2 milliseconds