Searched refs:decode_tryfastdispatch (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 | 9804 static bool decode_tryfastdispatch(upb_Decoder* d, const char** ptr, in decode_tryfastdispatch() function 10167 if (decode_tryfastdispatch(d, &ptr, msg, layout)) break; in decode_msg() 10223 if (!decode_tryfastdispatch(d, &buf, msg, l)) { in decode_top()
|
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 10133 static bool decode_tryfastdispatch(upb_Decoder* d, const char** ptr, in decode_tryfastdispatch() function 10496 if (decode_tryfastdispatch(d, &ptr, msg, layout)) break; in decode_msg() 10552 if (!decode_tryfastdispatch(d, &buf, msg, l)) { in decode_top()
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 10133 static bool decode_tryfastdispatch(upb_Decoder* d, const char** ptr, in decode_tryfastdispatch() function 10496 if (decode_tryfastdispatch(d, &ptr, msg, layout)) break; in decode_msg() 10552 if (!decode_tryfastdispatch(d, &buf, msg, l)) { in decode_top()
|
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/ |
H A D | ruby-upb.c | 9804 static bool decode_tryfastdispatch(upb_Decoder* d, const char** ptr, in decode_tryfastdispatch() function 10167 if (decode_tryfastdispatch(d, &ptr, msg, layout)) break; in decode_msg() 10223 if (!decode_tryfastdispatch(d, &buf, msg, l)) { in decode_top()
|