Searched refs:upb_handlers_getsubhandlers (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
H A Dupb.c2013 sub = upb_handlers_getsubhandlers(h, f);
2356 const upb_handlers *upb_handlers_getsubhandlers(const upb_handlers *h, function
2439 if (hashandler && !upb_handlers_getsubhandlers(h, f)) {
7022 upb_handlers_getsubhandlers(method->dest_handlers_, f);
7295 (sub_h = upb_handlers_getsubhandlers(h, f)) != NULL) {
H A Dupb.h3898 const upb_handlers *upb_handlers_getsubhandlers(const upb_handlers *h,
5059 return upb_handlers_getsubhandlers(this, f);
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c2160 sub = upb_handlers_getsubhandlers(h, f);
2509 const upb_handlers *upb_handlers_getsubhandlers(const upb_handlers *h, function
2592 if (hashandler && !upb_handlers_getsubhandlers(h, f)) {
7696 upb_handlers_getsubhandlers(method->dest_handlers_, f);
7974 (sub_h = upb_handlers_getsubhandlers(h, f)) != NULL) {
H A Dupb.h4594 const upb_handlers *upb_handlers_getsubhandlers(const upb_handlers *h,
5755 return upb_handlers_getsubhandlers(this, f);

Completed in 208 milliseconds