Searched defs:upb_def_init (Results 1 – 3 of 3) sorted by relevance
300 typedef struct upb_def_init { struct301 struct upb_def_init **deps; /* Dependencies of this file. */ argument305 } upb_def_init; typedef
3937 typedef struct upb_def_init { struct3938 struct upb_def_init **deps; argument3941 } upb_def_init; argument
1213 static bool upb_def_init(upb_def *def, upb_deftype_t type, in upb_def_init() function