/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/jsonrpc2/ |
D | handler.go | 93 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/ |
D | handler.go | 93 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/ |
D | handler.go | 93 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/ |
D | protocol.go | 32 type canceller struct{ jsonrpc2.EmptyHandler } anonMember
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/ |
D | protocol.go | 32 type canceller struct{ jsonrpc2.EmptyHandler } anonMember
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | protocol.go | 32 type canceller struct{ jsonrpc2.EmptyHandler } anonMember
|
/external/webrtc/rtc_base/ |
D | thread_unittest.cc | 672 class EmptyHandler : public MessageHandler { class 679 EmptyHandler handler; in TEST()
|