Searched refs:upb_strtable_remove (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 457 upb_strtable_remove(&e->ntoi, name, NULL); in upb_enumdef_addval() 3947 if (upb_strtable_remove(&s->symtab, name, &v)) { in upb_symtab_add()
|
D | upb.h | 897 UPB_INLINE bool upb_strtable_remove(upb_strtable *t, const char *key, in upb_strtable_remove() function
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 532 upb_strtable_remove(&e->ntoi, name, NULL); in upb_enumdef_addval() 4139 if (upb_strtable_remove(&s->symtab, name, &v)) { in symtab_add()
|
D | upb.h | 1166 UPB_INLINE bool upb_strtable_remove(upb_strtable *t, const char *key,
|