Home
last modified time | relevance | path

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 Druby-upb.c9804 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 Dphp-upb.c10133 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 Dphp-upb.c10133 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 Druby-upb.c9804 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()