Searched refs:INSTANCE_NO_LIMIT_NUM (Results 1 – 2 of 2) sorted by relevance
108 if (maxInstance_ != INSTANCE_NO_LIMIT_NUM && instanceNum_ >= maxInstance_) { in CreateObject()321 maxInstance_ = INSTANCE_NO_LIMIT_NUM; in AnalysisMaxInstance()
76 static constexpr uint16_t INSTANCE_NO_LIMIT_NUM = 0; variable