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

  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 161 upb_status_seterrmsg(s, "fielddef must have name and number set");
166 upb_status_seterrmsg(s, "fielddef type was not initialized");
172 upb_status_seterrmsg(s,
382 upb_status_seterrmsg(s, "def is already frozen");
385 upb_status_seterrmsg(s, "standalone fielddefs can not be frozen");
524 upb_status_seterrmsg(status, "out of memory");
531 upb_status_seterrmsg(status, "out of memory");
867 upb_status_seterrmsg(s, "field has already been added to a message.");
887 upb_status_seterrmsg(s, "Already added to message or oneof");
1018 upb_status_seterrmsg(
5206 void upb_status_seterrmsg(upb_status *status, const char *msg) { function
    [all...]
upb.h 395 void upb_status_seterrmsg(upb_status *status, const char *msg);
421 void SetErrorMessage(const char* msg) { upb_status_seterrmsg(this, msg); }
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 118 upb_status_seterrmsg(s, "fielddef must have name and number set");
123 upb_status_seterrmsg(s, "fielddef type was not initialized");
129 upb_status_seterrmsg(s,
331 upb_status_seterrmsg(s, "def is already frozen");
334 upb_status_seterrmsg(s, "standalone fielddefs can not be frozen");
451 upb_status_seterrmsg(status, "out of memory");
456 upb_status_seterrmsg(status, "out of memory");
743 upb_status_seterrmsg(s, "field has already been added to a message.");
756 upb_status_seterrmsg(s, "Already added to message or oneof");
887 upb_status_seterrmsg(
4942 void upb_status_seterrmsg(upb_status *status, const char *msg) { function
    [all...]
upb.h 532 void upb_status_seterrmsg(upb_status *status, const char *msg);
550 upb_status_seterrmsg(this, msg);
    [all...]

Completed in 61 milliseconds