Home | History | Annotate | Download | only in Commands

Lines Matching full:real_value

1715     VerifyCommandOptionValue (const std::string &option, int &real_value)
1723 real_value = 1;
1725 real_value = 0;
1729 real_value = Args::StringToUInt32 (option.c_str(), 3);
1730 if (real_value != 0 && real_value != 1)