Searched refs:upb_isident (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 3565 static bool upb_isident(upb_strview name, bool full, upb_status *s) { in upb_isident() function 4833 CHK(upb_isident(name, false, ctx->status)); in create_fielddef() 4995 CHK(upb_isident(name, false, ctx->status)); in create_enumdef() 5062 CHK(upb_isident(name, false, ctx->status)); in create_msgdef() 5274 CHK(upb_isident(package, true, ctx->status)); in build_filedef()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 3120 static bool upb_isident(upb_strview name, bool full, upb_status *s) { in upb_isident() function 4370 CHK(upb_isident(name, false, ctx->status)); in create_fielddef() 4524 CHK(upb_isident(name, false, ctx->status)); in create_enumdef() 4591 CHK(upb_isident(name, false, ctx->status)); in create_msgdef() 4803 CHK(upb_isident(package, true, ctx->status)); in build_filedef()
|
Completed in 38 milliseconds