Home
last modified time | relevance | path

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 Dwire.go65 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 Dhandler.go53 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 Dwire.go65 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 Dhandler.go53 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/
Dwire.go65 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"`
Dhandler.go53 Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse) context.Context