Searched defs:error_detected (Results 1 – 7 of 7) sorted by relevance
69 bool error_detected = false; in Find() local
369 void error_detected() { Error = true; } in error_detected() function
382 void error_detected() { Error = true; } in error_detected() function
426 void error_detected(std::error_code EC) { this->EC = EC; } in error_detected() function
457 void error_detected(std::error_code EC) { this->EC = EC; } in error_detected() function
325 bool error_detected() const { return error_detected_; } in error_detected() function
1687 bool error_detected = false; in sparsebit_validate_internal() local