Lines Matching defs:CheckFailed
26 CheckFailed("In list contains null", idx);
31 void Gate::CheckFailed(std::string errorString, size_t highlightIdx) const
42 CheckFailed("State input does not match (expected:" + GateMetaData::Str(expected) +
60 CheckFailed("Value input does not match (expected:" +
69 CheckFailed("Value input does not match (notExpected:" +
79 CheckFailed("State input does not match (expected:<General State> actual:" +
89 CheckFailed("State input does not match (expected:<State> actual:" +
208 CheckFailed("Depend input is side-effect free", idx);
330 CheckFailed("Number of state out branches is not valid (expected:" + std::to_string(expected) +
358 CheckFailed("Duplicate state out branches", -1);
367 CheckFailed("NOP gate used by other gates", -1);
380 CheckFailed("Number of depend flows does not match control flows (expected:" +
385 CheckFailed("Number of data flows does not match control flows (expected:" +
392 CheckFailed(
414 CheckFailed("State input does not match ("