Searched refs:numError (Results 1 – 1 of 1) sorted by relevance
397 size_t numError(uint8_t l, uint8_t r) const { return std::bitset<8>(l ^ r).count(); } in numError() function in __anon0e55e2680111::pstoreConsole409 size_t numError(size_t pos, const std::string& _r) const { in numError() function in __anon0e55e2680111::pstoreConsole419 size_t num = numError(*--le, *--re); in numError()448 if (numError(pos, needle) != std::string::npos) return pos; in rfind()462 if (numError(pos, needle) != std::string::npos) return pos; in find()