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