Searched refs:SwitchIndex (Results 1 – 1 of 1) sorted by relevance
989 SizeT SwitchIndex = 0; member in IceBuilder999 SwitchIndex = 0; in Switch()1006 LOG(out << "IfValue(" << Value << ") [Index = " << SwitchIndex << "]\n"); in IfValue()1009 CurrentSwitch->addBranch(SwitchIndex++, Value, Target); in IfValue()1013 LOG(out << "IfDefault(...) [Index = " << SwitchIndex << "]\n"); in IfDefault()1017 assert(SwitchIndex == CurrentSwitch->getNumCases()); in IfDefault()