Home
last modified time | relevance | path

Searched refs:m_grpcChannel (Results 1 – 2 of 2) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsClientGRPC.cpp29 std::shared_ptr<grpc::Channel> m_grpcChannel; member
58 m_grpcChannel = 0; in disconnect()
71 m_grpcChannel = grpc::CreateChannel( in connectGRPC()
74 m_stub = PyBulletAPI::NewStub(m_grpcChannel); in connectGRPC()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsClientGRPC.cpp29 std::shared_ptr<grpc::Channel> m_grpcChannel; member
58 m_grpcChannel = 0; in disconnect()
71 m_grpcChannel = grpc::CreateChannel( in connectGRPC()
74 m_stub = PyBulletAPI::NewStub(m_grpcChannel); in connectGRPC()