Searched refs:kLogicError (Results 1 – 2 of 2) sorted by relevance
41 static const ReceiveError kLogicError = 2; variable48 bool IsLogicError() const { return (kLogicError & sign_status_) != 0; } in IsLogicError()
67 sign_status_ |= kLogicError; in Receive()