HomeSort by relevance Sort by last modified time
    Searched refs:error_str_ (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_helpers.cc 851 string error_str() const { return error_str_; }
858 string error_str_; member in class:google::protobuf::compiler::objectivec::__anon32311::Parser
932 error_str_ =
    [all...]
  /external/webp/src/mux/
anim_encode.c 100 char error_str_[ERROR_STR_MAX_LENGTH]; // Error string. Empty if no error. member in struct:WebPAnimEncoder
219 enc->error_str_[0] = '\0'; // Empty string.
223 if (snprintf(enc->error_str_, ERROR_STR_MAX_LENGTH, "%s.", str) < 0) {
230 if (snprintf(enc->error_str_, ERROR_STR_MAX_LENGTH, "%s: %d.", str,
    [all...]

Completed in 142 milliseconds