Searched refs:maxConstrainedCount (Results 1 – 1 of 1) sorted by relevance
164 CallbackConstraint(size_t maxConstrainedCount, nw::os::IAllocator* allocator) in CallbackConstraint() argument166 m_ConstrainedObjects(maxConstrainedCount, allocator), in CallbackConstraint()261 CallbackResourceBasedConstraint(size_t maxConstrainedCount, nw::os::IAllocator* allocator) in CallbackResourceBasedConstraint() argument262 : CallbackConstraint(maxConstrainedCount, allocator) in CallbackResourceBasedConstraint()