Searched refs:m_pos (Results 1 – 5 of 5) sorted by relevance
53 , m_pos (0) in MessageParser()60 XS_CHECK_MSG(m_pos + sizeof(T) <= m_size, "Invalid payload size"); in get()62 deMemcpy(&netValue, &m_data[m_pos], sizeof(T)); in get()63 m_pos += sizeof(T); in get()70 while (m_data[m_pos] != 0) in getString()72 dst += (char)m_data[m_pos++]; in getString()73 XS_CHECK_MSG(m_pos < m_size, "Unterminated string payload"); in getString()76 m_pos += 1; in getString()81 if (m_pos != m_size) in assumEnd()88 size_t m_pos; member in xs::MessageParser
61 int pos() const { return m_pos;} in pos()62 void set_pos(int pos) {m_pos = pos;} in set_pos()82 int m_pos{0};
5207 std::size_t m_pos = 0; member in Catch::TestSpecParser8506 size_t m_pos = 0; member in Catch::clara::TextFlow::Column::iterator8533 m_end = m_pos; in calcLength()8534 if (line()[m_pos] == '\n') { in calcLength()8540 if (m_end < m_pos + width) { in calcLength()8541 m_len = m_end - m_pos; in calcLength()8544 while (len > 0 && !isBoundary(m_pos + len)) in calcLength()8546 while (len > 0 && isWhitespace(line()[m_pos + len - 1])) in calcLength()8559 auto initial = m_pos == 0 && m_stringIndex == 0 ? m_column.m_initialIndent : std::string::npos; in indent()8584 assert(m_pos <= m_end); in operator *()[all …]
3692 …<var-decl name='m_pos' type-id='type-id-346' visibility='default' filepath='src/third_party/boost-…
5353 …<var-decl name='m_pos' type-id='type-id-142' visibility='default' filepath='src/third_party/boost-…