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

  /external/protobuf/php/ext/google/protobuf/
upb.h 488 void SetErrorMessage(const char* msg);
493 * SetErrorMessage() to give a more specific message. */
549 inline void Status::SetErrorMessage(const char* msg) {
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 421 void SetErrorMessage(const char* msg) { upb_status_seterrmsg(this, msg); }
    [all...]

Completed in 591 milliseconds