Home | History | Annotate | Download | only in protobuf

Lines Matching refs:upb_isident

37 static bool upb_isident(const char *str, size_t len, bool full, upb_status *s) {
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