Searched defs:WireResponse (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
D | wire.go | 65 type WireResponse struct { struct 67 VersionTag VersionTag `json:"jsonrpc"` 69 Result *json.RawMessage `json:"result,omitempty"` 71 Error *Error `json:"error,omitempty"` 73 ID *ID `json:"id,omitempty"`
|
D | handler.go | 53 Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse) context.Context
|
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
D | wire.go | 65 type WireResponse struct { struct 67 VersionTag VersionTag `json:"jsonrpc"` 69 Result *json.RawMessage `json:"result,omitempty"` 71 Error *Error `json:"error,omitempty"` 73 ID *ID `json:"id,omitempty"`
|
D | handler.go | 53 Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse) context.Context
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
D | wire.go | 65 type WireResponse struct { struct 67 VersionTag VersionTag `json:"jsonrpc"` 69 Result *json.RawMessage `json:"result,omitempty"` 71 Error *Error `json:"error,omitempty"` 73 ID *ID `json:"id,omitempty"`
|
D | handler.go | 53 Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse) context.Context
|