Searched refs:m_pos (Results 1 – 3 of 3) sorted by relevance
31 m_pos += IsForwards() ? 1 : -1; in Next()37 if (!m_tsc_range || m_pos < 0 || !m_tsc_range->InRange(m_pos)) { in ClearTimingRangesIfInvalid()44 if (!m_nanoseconds_range || m_pos < 0 || in ClearTimingRangesIfInvalid()45 !m_nanoseconds_range->InRange(m_pos)) { in ClearTimingRangesIfInvalid()56 m_tsc_range = m_decoded_thread_sp->GetTSCRangeByIndex(m_pos); in GetTSCRange()66 m_decoded_thread_sp->GetNanosecondsRangeByIndex(m_pos); in GetNanosecondsRange()75 m_pos = offset; in Seek()78 m_pos = m_decoded_thread_sp->GetItemsCount() - 1 + offset; in Seek()81 m_pos += offset; in Seek()90 return m_pos >= 0 && in HasValue()[all …]
68 int64_t m_pos; variable
5147 std::size_t m_pos = 0; member in Catch::TestSpecParser8419 size_t m_pos = 0; member in Catch::clara::TextFlow::Column::iterator8446 m_end = m_pos; in calcLength()8447 if (line()[m_pos] == '\n') { in calcLength()8453 if (m_end < m_pos + width) { in calcLength()8454 m_len = m_end - m_pos; in calcLength()8457 while (len > 0 && !isBoundary(m_pos + len)) in calcLength()8459 while (len > 0 && isWhitespace(line()[m_pos + len - 1])) in calcLength()8472 auto initial = m_pos == 0 && m_stringIndex == 0 ? m_column.m_initialIndent : std::string::npos; in indent()8497 assert(m_pos <= m_end); in operator *()[all …]