Home
last modified time | relevance | path

Searched refs:m_pos (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp31 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 in Seek()
[all...]
H A DTraceCursorIntelPT.h68 int64_t m_pos; variable
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5147 std::size_t m_pos = 0; member in Catch::TestSpecParser
8419 size_t m_pos = 0; member in Catch::clara::TextFlow::Column::iterator
8446 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 …]