Home
last modified time | relevance | path

Searched refs:error_str_ (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc851 string error_str() const { return error_str_; } in error_str()
858 string error_str_; member in google::protobuf::compiler::objectivec::__anonf0e543780211::Parser
932 error_str_ = in ParseLoop()
/external/webp/src/mux/
Danim_encode.c100 char error_str_[ERROR_STR_MAX_LENGTH]; // Error string. Empty if no error. member
219 enc->error_str_[0] = '\0'; // Empty string. in MarkNoError()
223 if (snprintf(enc->error_str_, ERROR_STR_MAX_LENGTH, "%s.", str) < 0) { in MarkError()
230 if (snprintf(enc->error_str_, ERROR_STR_MAX_LENGTH, "%s: %d.", str, in MarkError2()
1578 return enc->error_str_; in WebPAnimEncoderGetError()