Searched refs:InProcessShmFactory (Results 1 – 1 of 1) sorted by relevance
51 class InProcessShmFactory : public SharedMemory::Factory { class53 ~InProcessShmFactory() override;74 InProcessShmFactory::~InProcessShmFactory() = default;75 std::unique_ptr<SharedMemory> InProcessShmFactory::CreateSharedMemory( in CreateSharedMemory()115 std::unique_ptr<InProcessShmFactory> shm(new InProcessShmFactory()); in GetOrCreateService()