Searched refs:WireResponse (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | jsonrpc2.go | 36 pending map[ID]chan *WireResponse 77 pending: make(map[ID]chan *WireResponse), 162 rchan := make(chan *WireResponse) 259 response := &WireResponse{ 394 response := &WireResponse{
|
H A D | handler.go | 53 Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse) context.Context 107 func (EmptyHandler) Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse) context.Context {
|
H A D | wire.go | 61 // WireResponse is a reply to a Request. 65 type WireResponse struct { type
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | jsonrpc2.go | 36 pending map[ID]chan *WireResponse 77 pending: make(map[ID]chan *WireResponse), 162 rchan := make(chan *WireResponse) 259 response := &WireResponse{ 394 response := &WireResponse{
|
H A D | handler.go | 53 Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse) context.Context 107 func (EmptyHandler) Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse) context.Context {
|
H A D | wire.go | 61 // WireResponse is a reply to a Request. 65 type WireResponse struct { type
|
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | jsonrpc2.go | 36 pending map[ID]chan *WireResponse 77 pending: make(map[ID]chan *WireResponse), 162 rchan := make(chan *WireResponse) 259 response := &WireResponse{ 394 response := &WireResponse{
|
H A D | handler.go | 53 Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse) context.Context 107 func (EmptyHandler) Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse) context.Context {
|
H A D | wire.go | 61 // WireResponse is a reply to a Request. 65 type WireResponse struct { type
|
Completed in 3 milliseconds