Searched refs:upb_inttable_remove (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
H A Dupb.c3124 upb_inttable_remove(&t->groups, leader_slot, NULL);
4544 bool upb_inttable_remove(upb_inttable *t, uintptr_t key, upb_value *val) { function
4573 bool ok = upb_inttable_remove(t, upb_inttable_count(t) - 1, &val);
4588 return upb_inttable_remove(t, (uintptr_t)key, val);
6993 if (upb_inttable_remove(d, fn, &v)) {
H A Dupb.h892 bool upb_inttable_remove(upb_inttable *t, uintptr_t key, upb_value *val);
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c3283 upb_inttable_remove(&t->groups, leader_slot, NULL);
4795 bool upb_inttable_remove(upb_inttable *t, uintptr_t key, upb_value *val) { function
4825 bool ok = upb_inttable_remove(t, upb_inttable_count(t) - 1, &val);
4842 return upb_inttable_remove(t, (uintptr_t)key, val);
7667 if (upb_inttable_remove(d, fn, &v)) {
H A Dupb.h1156 bool upb_inttable_remove(upb_inttable *t, uintptr_t key, upb_value *val);

Completed in 1674 milliseconds