Home | History | Annotate | Download | only in protobuf_c

Lines Matching defs:UPB_INTTABLE_INIT

1046 #define UPB_INTTABLE_INIT(count, mask, ctype, size_lg2, ent, a, asize, acount) \
1050 UPB_INTTABLE_INIT(0, 0, ctype, 0, NULL, NULL, 0, 0)
1092 UPB_INLINE bool upb_inttable_init(upb_inttable *table, upb_ctype_t ctype) {