Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/mux/
H A 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()
1582 return enc->error_str_; in WebPAnimEncoderGetError()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.cc1471 string error_str() const { return error_str_; } in error_str()
1478 string error_str_; member in google::protobuf::compiler::objectivec::__anon16966::Parser
1521 if (!line_consumer_->ConsumeLine(line, &error_str_)) { in ParseLoop()

Completed in 6 milliseconds