Searched refs:InProcessShmFactory (Results 1 – 1 of 1) sorted by relevance
50 class InProcessShmFactory : public SharedMemory::Factory { class52 ~InProcessShmFactory() override;69 InProcessShmFactory::~InProcessShmFactory() = default;70 std::unique_ptr<SharedMemory> InProcessShmFactory::CreateSharedMemory( in CreateSharedMemory()110 std::unique_ptr<InProcessShmFactory> shm(new InProcessShmFactory()); in GetOrCreateService()