Searched refs:error_msg_ (Results 1 – 4 of 4) sorted by relevance
67 PrintFToString(&error_msg_, 0, "%s: ", context_); in Format()68 context_len = error_msg_.size(); in Format()70 VPrintFToString(&error_msg_, context_len, format, args); in Format()131 ->NewStringFromUtf8(base::VectorOf(error_msg_)) in Reify()139 error_msg_.clear(); in Reset()146 error_msg_(std::move(other.error_msg_)) { in ErrorThrower()
145 const char* error_msg() { return error_msg_.c_str(); } in error_msg()169 std::string error_msg_; variable
44 dec->error_msg_ = "OK"; in SetOk()76 if (!dec->error_msg_) return "OK"; in VP8StatusMessage()77 return dec->error_msg_; in VP8StatusMessage()92 dec->error_msg_ = msg; in VP8SetError()
185 const char* error_msg_; // set when status_ is not OK. member