Home
last modified time | relevance | path

Searched refs:haslazyhandlers (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dcompile_decoder.c526 static bool haslazyhandlers(const upb_handlers *h, const upb_fielddef *f) { in haslazyhandlers() function
726 if (type == UPB_TYPE_MESSAGE && !(haslazyhandlers(h, f) && c->lazy)) { in compile_method()
/external/protobuf/php/ext/google/protobuf/
Dupb.c6321 static bool haslazyhandlers(const upb_handlers *h, const upb_fielddef *f) { in haslazyhandlers() function
6522 if (type == UPB_TYPE_MESSAGE && !(haslazyhandlers(h, f) && c->lazy)) { in compile_method()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c10072 static bool haslazyhandlers(const upb_handlers *h, const upb_fielddef *f) { in haslazyhandlers() function
10273 if (type == UPB_TYPE_MESSAGE && !(haslazyhandlers(h, f) && c->lazy)) { in compile_method()