Searched refs:loggingStream (Results 1 – 3 of 3) sorted by relevance
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/ |
D | log.go | 29 type loggingStream struct { struct 36 return &loggingStream{str, w} 39 func (s *loggingStream) Read(ctx context.Context) ([]byte, int64, error) { argument 47 func (s *loggingStream) Write(ctx context.Context, data []byte) (int64, error) { argument
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | log.go | 29 type loggingStream struct { struct 36 return &loggingStream{str, w} 39 func (s *loggingStream) Read(ctx context.Context) ([]byte, int64, error) { argument 47 func (s *loggingStream) Write(ctx context.Context, data []byte) (int64, error) { argument
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | log.go | 29 type loggingStream struct { struct 36 return &loggingStream{str, w} 39 func (s *loggingStream) Read(ctx context.Context) ([]byte, int64, error) { argument 47 func (s *loggingStream) Write(ctx context.Context, data []byte) (int64, error) { argument
|