Lines Matching refs:empty
36 // The error message must not be empty, otherwise {empty()} would be true.
37 DCHECK(!message_.empty());
46 // The error message must not be empty, otherwise {empty()} would be true.
47 DCHECK(!message_.empty());
50 bool empty() const { return message_.empty(); }
51 bool has_error() const { return !message_.empty(); }
89 bool ok() const { return error_.empty(); }