Home | History | Annotate | Download | only in Commands

Lines Matching defs:m_count

72             m_count(0),
89 error = m_count.SetValueFromCString(option_arg,eVarSetOperationAssign);
120 m_count.Clear();
138 OptionValueUInt64 m_count;
152 if (m_options.m_start_idx.OptionWasSet() && m_options.m_stop_idx.OptionWasSet() && m_options.m_count.OptionWasSet())
161 std::pair<bool,uint64_t> count = {m_options.m_count.OptionWasSet(),m_options.m_count.GetCurrentValue()};