Lines Matching refs:m_count
67 if (option_arg.getAsInteger(0, m_count)) { in SetOptionValue()
68 m_count = UINT32_MAX; in SetOptionValue()
72 m_count = UINT32_MAX; in SetOptionValue()
94 m_count = UINT32_MAX; in OptionParsingStarting()
104 uint32_t m_count; member in CommandObjectThreadBacktrace::CommandOptions
195 m_options.m_count, in DoExtendedBacktrace()
224 if (!thread->GetStatus(strm, m_options.m_start, m_options.m_count, in HandleOneThread()
2121 m_count = count; in SetOptionValue()
2125 m_count = std::numeric_limits<decltype(m_count)>::max(); in SetOptionValue()
2192 m_count = kDefaultCount; in OptionParsingStarting()
2205 size_t m_count; member in CommandObjectTraceDumpInstructions::CommandOptions
2305 m_last_id = dumper.DumpInstructions(m_options.m_count); in DoExecute()