Home
last modified time | relevance | path

Searched refs:EmptyHandler (Results 1 – 7 of 7) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go93 type EmptyHandler struct{} struct
95 func (EmptyHandler) Deliver(ctx context.Context, r *Request, delivered bool) bool { argument
99 func (EmptyHandler) Cancel(ctx context.Context, conn *Conn, id ID, cancelled bool) bool { argument
103 func (EmptyHandler) Request(ctx context.Context, conn *Conn, direction Direction, r *WireRequest) c… argument
107 func (EmptyHandler) Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse)… argument
111 func (EmptyHandler) Done(ctx context.Context, err error) { argument
114 func (EmptyHandler) Read(ctx context.Context, bytes int64) context.Context { argument
118 func (EmptyHandler) Wrote(ctx context.Context, bytes int64) context.Context { argument
122 func (EmptyHandler) Error(ctx context.Context, err error) {} argument
124 type defaultHandler struct{ EmptyHandler } member
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go93 type EmptyHandler struct{} struct
95 func (EmptyHandler) Deliver(ctx context.Context, r *Request, delivered bool) bool { argument
99 func (EmptyHandler) Cancel(ctx context.Context, conn *Conn, id ID, cancelled bool) bool { argument
103 func (EmptyHandler) Request(ctx context.Context, conn *Conn, direction Direction, r *WireRequest) c… argument
107 func (EmptyHandler) Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse)… argument
111 func (EmptyHandler) Done(ctx context.Context, err error) { argument
114 func (EmptyHandler) Read(ctx context.Context, bytes int64) context.Context { argument
118 func (EmptyHandler) Wrote(ctx context.Context, bytes int64) context.Context { argument
122 func (EmptyHandler) Error(ctx context.Context, err error) {} argument
124 type defaultHandler struct{ EmptyHandler } member
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dhandler.go93 type EmptyHandler struct{} struct
95 func (EmptyHandler) Deliver(ctx context.Context, r *Request, delivered bool) bool { argument
99 func (EmptyHandler) Cancel(ctx context.Context, conn *Conn, id ID, cancelled bool) bool { argument
103 func (EmptyHandler) Request(ctx context.Context, conn *Conn, direction Direction, r *WireRequest) c… argument
107 func (EmptyHandler) Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse)… argument
111 func (EmptyHandler) Done(ctx context.Context, err error) { argument
114 func (EmptyHandler) Read(ctx context.Context, bytes int64) context.Context { argument
118 func (EmptyHandler) Wrote(ctx context.Context, bytes int64) context.Context { argument
122 func (EmptyHandler) Error(ctx context.Context, err error) {} argument
124 type defaultHandler struct{ EmptyHandler } member
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dprotocol.go32 type canceller struct{ jsonrpc2.EmptyHandler } anonMember
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/
Dprotocol.go32 type canceller struct{ jsonrpc2.EmptyHandler } anonMember
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dprotocol.go32 type canceller struct{ jsonrpc2.EmptyHandler } anonMember
/external/webrtc/rtc_base/
Dthread_unittest.cc672 class EmptyHandler : public MessageHandler { class
679 EmptyHandler handler; in TEST()