Home
last modified time | relevance | path

Searched refs:headerStream (Results 1 – 6 of 6) sorted by relevance

/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Dstream.go86 return &headerStream{
92 type headerStream struct { struct
98 func (s *headerStream) Read(ctx context.Context) ([]byte, int64, error) { argument
145 func (s *headerStream) Write(ctx context.Context, data []byte) (int64, error) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dstream.go86 return &headerStream{
92 type headerStream struct { struct
98 func (s *headerStream) Read(ctx context.Context) ([]byte, int64, error) { argument
145 func (s *headerStream) Write(ctx context.Context, data []byte) (int64, error) { argument
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Dstream.go86 return &headerStream{
92 type headerStream struct { struct
98 func (s *headerStream) Read(ctx context.Context) ([]byte, int64, error) { argument
145 func (s *headerStream) Write(ctx context.Context, data []byte) (int64, error) { argument
/third_party/libphonenumber/tools/java/cpp-build/src/com/google/i18n/phonenumbers/
DBuildMetadataCppFromXml.java167 OutputStream headerStream = null; in start() local
171 headerStream = openHeaderStream(dir, opt.getType()); in start()
173 metadata.outputHeaderFile(new OutputStreamWriter(headerStream, UTF_8)); in start()
176 FileUtils.closeFiles(headerStream, sourceStream); in start()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp1246 std::stringstream headerStream; in WriteAuxiliaryContextCppSetupReplay() local
1253 binaryData, setupCalls, headerStream, bodyStream); in WriteAuxiliaryContextCppSetupReplay()
1255 replayWriter.addPrivateFunction(proto, headerStream, bodyStream); in WriteAuxiliaryContextCppSetupReplay()
1287 std::stringstream headerStream; in WriteShareGroupCppSetupReplay() local
1294 frameIndex, binaryData, setupCalls, headerStream, in WriteShareGroupCppSetupReplay()
1297 replayWriter.addPrivateFunction(proto, headerStream, bodyStream); in WriteShareGroupCppSetupReplay()
6301 std::stringstream headerStream; in writeMainContextCppReplay() local
6308 frameIndex, &mBinaryData, setupCalls, headerStream, in writeMainContextCppReplay()
6311 mReplayWriter.addPrivateFunction(proto, headerStream, bodyStream); in writeMainContextCppReplay()
6383 std::stringstream headerStream; in writeMainContextCppReplay() local
[all …]
DFrameCapture.h226 const std::stringstream &headerStream,
229 const std::stringstream &headerStream,