Searched refs:IsLogicError (Results 1 – 1 of 1) sorted by relevance
48 bool IsLogicError() const { return (kLogicError & sign_status_) != 0; } in IsLogicError() function50 bool IsOk() const { return !IsIoError() && !IsLogicError(); } in IsOk()81 bool IsLogicError() const { return impl_.IsLogicError(); } in IsLogicError() function