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/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/third_party/vulkan-deps/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/angle/src/libANGLE/capture/ |
D | FrameCapture.cpp | 1401 std::stringstream headerStream; in WriteAuxiliaryContextCppSetupReplay() local 1442 std::stringstream headerStream; in WriteShareGroupCppSetupReplay() local 6941 std::stringstream headerStream; in writeMainContextCppReplay() local 7023 std::stringstream headerStream; in writeMainContextCppReplay() local 7064 std::stringstream headerStream; in writeMainContextCppReplay() local 7718 const std::stringstream &headerStream, in addPublicFunction() 7738 const std::stringstream &headerStream, in addPrivateFunction()
|