Home
last modified time | relevance | path

Searched defs:headerStream (Results 1 – 5 of 5) sorted by relevance

/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Dstream.go92 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) {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dstream.go92 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) {
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Dstream.go92 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) {
/third_party/libphonenumber/tools/java/cpp-build/src/com/google/i18n/phonenumbers/
DBuildMetadataCppFromXml.java167 OutputStream headerStream = null; in start() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp1246 std::stringstream headerStream; in WriteAuxiliaryContextCppSetupReplay() local
1287 std::stringstream headerStream; in WriteShareGroupCppSetupReplay() local
6301 std::stringstream headerStream; in writeMainContextCppReplay() local
6383 std::stringstream headerStream; in writeMainContextCppReplay() local
6415 std::stringstream headerStream; in writeMainContextCppReplay() local
7170 const std::stringstream &headerStream, in addPublicFunction()
7190 const std::stringstream &headerStream, in addPrivateFunction()