Home
last modified time | relevance | path

Searched refs:sub_mh (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/third_party/upb/upb/
Dhandlers.c386 const upb_handlers *sub_mh = upb_handlercache_get(c, subdef); in upb_handlercache_get() local
388 if (!sub_mh) return NULL; in upb_handlercache_get()
390 upb_handlers_setsubhandlers(h, f, sub_mh); in upb_handlercache_get()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c5815 const upb_handlers *sub_mh = upb_handlercache_get(c, subdef); in upb_handlercache_get() local
5817 if (!sub_mh) return NULL; in upb_handlercache_get()
5819 upb_handlers_setsubhandlers(h, f, sub_mh); in upb_handlercache_get()