Searched refs:hash_pos (Results 1 – 2 of 2) sorted by relevance
53 const size_type hash_pos = in resize_imp_no_exceptions_reassign_pointer() local57 p_e->m_p_next = a_p_entries_resized[hash_pos]; in resize_imp_no_exceptions_reassign_pointer()58 a_p_entries_resized[hash_pos] = p_e; in resize_imp_no_exceptions_reassign_pointer()
692 size_t hash_pos = m_bytes.find('#'); in CheckForPacket() local693 if (hash_pos != std::string::npos) { in CheckForPacket()694 if (hash_pos + 2 < m_bytes.size()) { in CheckForPacket()695 checksum_idx = hash_pos + 1; in CheckForPacket()700 content_length = hash_pos - 1; in CheckForPacket()703 hash_pos + 3; // Skip the # and the two hex checksum bytes in CheckForPacket()