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

/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c38 static bool upb_isident(const char *str, size_t len, bool full, upb_status *s) { function
107 if (!upb_isident(fullname, strlen(fullname), true, s)) {
514 if (!upb_isident(name, strlen(name), false, status)) {
870 /* TODO: validate name (upb_isident() doesn't quite work atm because this name
1229 if (f->type_ == UPB_TYPE_ENUM && !upb_isident(str, len, false, s))
1324 /* TODO: validate name (upb_isident() doesn't quite work atm because this name
1794 if (!upb_isident(name, strlen(name), true, s)) {
2042 if (!upb_isident(package, strlen(package), true, s)) return false;
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c37 static bool upb_isident(const char *str, size_t len, bool full, upb_status *s) { function
76 if (!upb_isident(fullname, strlen(fullname), true, s)) return false;
443 if (!upb_isident(name, strlen(name), false, status)) {
746 /* TODO: validate name (upb_isident() doesn't quite work atm because this name
1098 if (f->type_ == UPB_TYPE_ENUM && !upb_isident(str, len, false, s))
1185 /* TODO: validate name (upb_isident() doesn't quite work atm because this name

Completed in 342 milliseconds