Home
last modified time | relevance | path

Searched defs:upb_handlers (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c5420 struct upb_handlers { struct
5423 const upb_handlers **sub; argument
5425 upb_handlers_tabent table[1]; /* Dynamically-sized field handler array. */ argument
5447 static int32_t trygetsel(upb_handlers *h, const upb_fielddef *f, in trygetsel() argument
Dupb.h3708 typedef struct upb_handlers upb_handlers; typedef