Lines Matching refs:upb_symtab
3523 struct upb_symtab {
4351 static bool make_layout(const upb_symtab *symtab, const upb_msgdef *m) {
4527 const upb_symtab *symtab;
5373 static bool upb_symtab_addtotabs(upb_symtab *s, symtab_addctx *ctx) {
5437 void upb_symtab_free(upb_symtab *s) {
5442 upb_symtab *upb_symtab_new(void) {
5443 upb_symtab *s = upb_gmalloc(sizeof(*s));
5462 const upb_msgdef *upb_symtab_lookupmsg(const upb_symtab *s, const char *sym) {
5468 const upb_msgdef *upb_symtab_lookupmsg2(const upb_symtab *s, const char *sym,
5475 const upb_enumdef *upb_symtab_lookupenum(const upb_symtab *s, const char *sym) {
5481 const upb_filedef *upb_symtab_lookupfile(const upb_symtab *s, const char *name) {
5488 const upb_symtab *s, const char *name, size_t len) {
5494 int upb_symtab_filecount(const upb_symtab *s) {
5499 upb_symtab *s, const google_protobuf_FileDescriptorProto *file_proto,
5524 upb_symtab *s, const google_protobuf_FileDescriptorProto *file_proto,
5532 bool _upb_symtab_loaddefinit(upb_symtab *s, const upb_def_init *init) {
5785 const upb_symtab *ext_pool, const upb_fielddef **out_f,
6010 const upb_symtab *any_pool;
7391 const upb_msgdef *m, const upb_symtab *any_pool,
7428 const upb_symtab *ext_pool;
8090 const upb_symtab *ext_pool, int options, char *buf,