Lines Matching refs:fac
399 std::cout << "please enter the fac(0 - 4):";
400 int32_t fac = 0;
401 std::cin >> fac;
402 info.fac = static_cast<CallRestrictionType>(fac);
418 std::cout << "please enter the fac(0 - 4):";
430 std::cout << "please enter the fac(0 - 4):";
431 int32_t fac = 0;
432 std::cin >> fac;
433 CallRestrictionType facType = static_cast<CallRestrictionType>(fac);