Home
last modified time | relevance | path

Searched defs:Connect (Results 1 – 20 of 20) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DcircularlySimplifyingConditionalTypesNoCrash.ts21 interface Connect { // Then strictly compared with another signature in its context interface
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBackendD3D12.cpp119 BackendConnection* Connect(InstanceBase* instance) { in Connect() function
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBackendGL.cpp125 BackendConnection* Connect(InstanceBase* instance) { in Connect() function
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBackendVk.cpp215 BackendConnection* Connect(InstanceBase* instance) { in Connect() function
/third_party/node/src/
Dtcp_wrap.cc269 void TCPWrap::Connect(const FunctionCallbackInfo<Value>& args) { in Connect() function in node::TCPWrap
292 void TCPWrap::Connect(const FunctionCallbackInfo<Value>& args, in Connect() function in node::TCPWrap
Dinspector_js_api.cc40 static std::unique_ptr<InspectorSession> Connect( in Connect() function
51 static std::unique_ptr<InspectorSession> Connect( in Connect() function
Dpipe_wrap.cc213 void PipeWrap::Connect(const FunctionCallbackInfo<Value>& args) { in Connect() function in node::PipeWrap
Dudp_wrap.cc343 void UDPWrap::Connect(const FunctionCallbackInfo<Value>& args) { in Connect() function in node::UDPWrap
Dinspector_agent.cc751 std::unique_ptr<InspectorSession> Agent::Connect( in Connect() function in node::inspector::Agent
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBackendD3D12.cpp199 BackendConnection* Connect(InstanceBase* instance) { in Connect() function
/third_party/node/src/inspector/
Dmain_thread_interface.cc145 void Connect(std::unique_ptr<InspectorSessionDelegate> delegate) { in Connect() function in node::inspector::__anon579017f30111::MainThreadSessionState
299 std::unique_ptr<InspectorSession> MainThreadHandle::Connect( in Connect() function in node::inspector::MainThreadHandle
Dworker_inspector.cc78 std::unique_ptr<inspector::InspectorSession> ParentInspectorHandle::Connect( in Connect() function in node::inspector::ParentInspectorHandle
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBackendGL.cpp302 BackendConnection* Connect(InstanceBase* instance, wgpu::BackendType backendType) { in Connect() function
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dsocket.cc256 std::shared_ptr<Socket> Socket::Connect(const char* address, in Connect() function in Socket
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBackendVk.cpp443 BackendConnection* Connect(InstanceBase* instance) { in Connect() function
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.cpp55 BackendConnection* Connect(InstanceBase* instance) { in Connect() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.cpp79 BackendConnection* Connect(InstanceBase* instance) { in Connect() function
/third_party/node/test/cctest/
Dtest_inspector_socket_server.cc98 void Connect(const std::string& host, int port, bool v6 = false) { in Connect() function in __anon73c8fd020111::SocketWrapper
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dengine_vulkan_debugger.cc819 Result Connect() { in Connect() function in amber::vulkan::__anon4e401bbc0111::VkDebugger
/third_party/rust/crates/rustix/src/
Dio_uring.rs201 Connect = sys::IORING_OP_CONNECT as _, enumerator