Searched defs:headerStream (Results 1 – 4 of 4) sorted by relevance
| /external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
| D | stream.go | 92 type headerStream struct { struct 93 in *bufio.Reader 94 outMu sync.Mutex 95 out io.Writer 98 func (s *headerStream) Read(ctx context.Context) ([]byte, int64, error) { 145 func (s *headerStream) Write(ctx context.Context, data []byte) (int64, error) {
|
| /external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/jsonrpc2/ |
| D | stream.go | 92 type headerStream struct { struct 93 in *bufio.Reader 94 outMu sync.Mutex 95 out io.Writer 98 func (s *headerStream) Read(ctx context.Context) ([]byte, int64, error) { 145 func (s *headerStream) Write(ctx context.Context, data []byte) (int64, error) {
|
| /external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
| D | stream.go | 92 type headerStream struct { struct 93 in *bufio.Reader 94 outMu sync.Mutex 95 out io.Writer 98 func (s *headerStream) Read(ctx context.Context) ([]byte, int64, error) { 145 func (s *headerStream) Write(ctx context.Context, data []byte) (int64, error) {
|
| /external/angle/src/libANGLE/capture/ |
| D | FrameCapture.cpp | 2028 std::stringstream headerStream; in WriteAuxiliaryContextCppSetupReplay() local 2072 std::stringstream headerStream; in WriteShareGroupCppSetupReplay() local 8799 std::stringstream headerStream; in runMidExecutionCapture() local 9606 std::stringstream headerStream; in writeMainContextCppReplay() local 9648 std::stringstream headerStream; in writeMainContextCppReplay() local 9714 std::stringstream headerStream; in writeMainContextCppReplay() local 10005 const std::stringstream &headerStream, in addPublicFunction() 10025 const std::stringstream &headerStream, in addPrivateFunction()
|