Searched refs:symtab_add (Results 1 – 1 of 1) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 3936 static bool symtab_add(upb_symtab *s, upb_def *const*defs, size_t n, in symtab_add() function 4174 return symtab_add(s, defs, n, ref_donor, NULL, status); in upb_symtab_add() 4195 ret = symtab_add(s, defs, n, NULL, upb_filedef_upcast_mutable(file), status); in upb_symtab_addfile()
|