Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers.c14 struct upb_handlers { struct
17 const upb_handlers **sub; argument
19 upb_handlers_tabent table[1]; /* Dynamically-sized field handler array. */ argument
41 static int32_t trygetsel(upb_handlers *h, const upb_fielddef *f, in trygetsel() argument
Dhandlers.h163 typedef struct upb_handlers upb_handlers; typedef
/external/protobuf/php/ext/google/protobuf/
Dupb.c3269 struct upb_handlers { struct
3272 const upb_handlers **sub; argument
3274 upb_handlers_tabent table[1]; /* Dynamically-sized field handler array. */ argument
3296 static int32_t trygetsel(upb_handlers *h, const upb_fielddef *f, in trygetsel() argument
Dupb.h4147 typedef struct upb_handlers upb_handlers; typedef