Home
last modified time | relevance | path

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

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