Searched refs:upb_DefPool_TryGetHexDigit (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | ruby-upb.c | 7404 static char upb_DefPool_TryGetHexDigit(symtab_addctx* ctx, in upb_DefPool_TryGetHexDigit() function 7423 char hex_digit = upb_DefPool_TryGetHexDigit(ctx, f, src, end); in upb_DefPool_ParseHexEscape() 7431 while ((hex_digit = upb_DefPool_TryGetHexDigit(ctx, f, src, end)) >= 0) { in upb_DefPool_ParseHexEscape()
|
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 7733 static char upb_DefPool_TryGetHexDigit(symtab_addctx* ctx, in upb_DefPool_TryGetHexDigit() function 7752 char hex_digit = upb_DefPool_TryGetHexDigit(ctx, f, src, end); in upb_DefPool_ParseHexEscape() 7760 while ((hex_digit = upb_DefPool_TryGetHexDigit(ctx, f, src, end)) >= 0) { in upb_DefPool_ParseHexEscape()
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 7733 static char upb_DefPool_TryGetHexDigit(symtab_addctx* ctx, in upb_DefPool_TryGetHexDigit() function 7752 char hex_digit = upb_DefPool_TryGetHexDigit(ctx, f, src, end); in upb_DefPool_ParseHexEscape() 7760 while ((hex_digit = upb_DefPool_TryGetHexDigit(ctx, f, src, end)) >= 0) { in upb_DefPool_ParseHexEscape()
|
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/ |
H A D | ruby-upb.c | 7404 static char upb_DefPool_TryGetHexDigit(symtab_addctx* ctx, in upb_DefPool_TryGetHexDigit() function 7423 char hex_digit = upb_DefPool_TryGetHexDigit(ctx, f, src, end); in upb_DefPool_ParseHexEscape() 7431 while ((hex_digit = upb_DefPool_TryGetHexDigit(ctx, f, src, end)) >= 0) { in upb_DefPool_ParseHexEscape()
|