Searched refs:maxConstrainedCount (Results 1 – 1 of 1) sorted by relevance
166 CallbackConstraint(size_t maxConstrainedCount, nw::os::IAllocator* allocator) in CallbackConstraint() argument168 m_ConstrainedObjects(maxConstrainedCount, allocator), in CallbackConstraint()263 CallbackResourceBasedConstraint(size_t maxConstrainedCount, nw::os::IAllocator* allocator) in CallbackResourceBasedConstraint() argument264 : CallbackConstraint(maxConstrainedCount, allocator) in CallbackResourceBasedConstraint()