Searched refs:m_hostConn (Results 1 – 2 of 2) sorted by relevance
61 GoldfishAllocator() : m_hostConn(HostConnection::createUnique()) {} in GoldfishAllocator()424 return HostConnectionSession(m_hostConn.get()); in getHostConnectionSession()427 std::unique_ptr<HostConnection> m_hostConn; member in GoldfishAllocator
99 GoldfishMapper() : m_hostConn(HostConnection::createUnique()) { in GoldfishMapper()644 return HostConnectionSession(m_hostConn.get()); in getHostConnectionSession()662 std::unique_ptr<HostConnection> m_hostConn; member in __anon10503e6f0111::GoldfishMapper