Searched defs:Connection (Results 1 – 3 of 3) sorted by relevance
34 class Connection; variable
30 class Connection; variable
286 return std::shared_ptr<Connection>(conn.get(), [pool = weak_from_this(), conn](Connection *) { in AcquireRef() argument