Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/execserver/
DxsProtocol.cpp53 , 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
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader.h61 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};
/third_party/libabigail/tests/lib/
Dcatch.hpp5207 std::size_t m_pos = 0; member in Catch::TestSpecParser
8506 size_t m_pos = 0; member in Catch::clara::TextFlow::Column::iterator
8533 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 …]
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest9-pr18818-clang.so.abi3692 …<var-decl name='m_pos' type-id='type-id-346' visibility='default' filepath='src/third_party/boost-…
Dtest10-pr18818-gcc.so.abi5353 …<var-decl name='m_pos' type-id='type-id-142' visibility='default' filepath='src/third_party/boost-…