Searched defs:WireResponse (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
H A 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"`
|
H A D | handler.go | 53 Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse) context.Context
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/jsonrpc2/ |
H A 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"`
|
H A D | handler.go | 53 Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse) context.Context
|
/aosp_15_r20/external/deqp-deps/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
|