Home
last modified time | relevance | path

Searched defs:Conn (Results 1 – 16 of 16) sorted by relevance

/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Djsonrpc2.go30 type Conn struct { struct
31 seq int64 // must only be accessed using atomic operations
32 handlers []Handler
33 stream Stream
34 err error
35 pendingMu sync.Mutex // protects the pending map
36 pending map[ID]chan *WireResponse
37 handlingMu sync.Mutex // protects the handling map
38 handling map[ID]*Request
87 func (c *Conn) AddHandler(handler Handler) {
[all …]
Dhandler.go39 Cancel(ctx context.Context, conn *Conn, id ID, cancelled bool) bool
51 Request(ctx context.Context, conn *Conn, direction Direction, r *WireRequest) context.Context
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/
Djsonrpc2.go30 type Conn struct { struct
31 seq int64 // must only be accessed using atomic operations
32 handlers []Handler
33 stream Stream
34 err error
35 pendingMu sync.Mutex // protects the pending map
36 pending map[ID]chan *WireResponse
37 handlingMu sync.Mutex // protects the handling map
38 handling map[ID]*Request
87 func (c *Conn) AddHandler(handler Handler) {
[all …]
Dhandler.go39 Cancel(ctx context.Context, conn *Conn, id ID, cancelled bool) bool
51 Request(ctx context.Context, conn *Conn, direction Direction, r *WireRequest) context.Context
53 Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse) context.Context
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Djsonrpc2.go30 type Conn struct { struct
31 seq int64 // must only be accessed using atomic operations
32 handlers []Handler
33 stream Stream
34 err error
35 pendingMu sync.Mutex // protects the pending map
36 pending map[ID]chan *WireResponse
37 handlingMu sync.Mutex // protects the handling map
38 handling map[ID]*Request
87 func (c *Conn) AddHandler(handler Handler) {
[all …]
Dhandler.go39 Cancel(ctx context.Context, conn *Conn, id ID, cancelled bool) bool
51 Request(ctx context.Context, conn *Conn, direction Direction, r *WireRequest) context.Context
53 Response(ctx context.Context, conn *Conn, direction Direction, r *WireResponse) context.Context
/third_party/typescript/tests/cases/compiler/
DdeclarationImportTypeAliasInferredAndEmittable.ts3 class Conn { class
11 type Conn = import("./foo"); alias
/third_party/typescript/tests/baselines/reference/
DdeclarationImportTypeAliasInferredAndEmittable.js4 class Conn { class
26 function Conn() { class in Conn
DjsDeclarationsTypedefAndImportTypes.js8 class Conn { class
42 function Conn() { class in Conn
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsTypedefAndImportTypes.ts11 class Conn { class
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsclient.go159 *jsonrpc2.Conn anonMember
Dtsserver.go541 *jsonrpc2.Conn anonMember
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsclient.go159 *jsonrpc2.Conn anonMember
Dtsserver.go541 *jsonrpc2.Conn anonMember
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsclient.go159 *jsonrpc2.Conn anonMember
Dtsserver.go541 *jsonrpc2.Conn anonMember