Home
last modified time | relevance | path

Searched refs:upb_inttable_removeptr (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.c2813 upb_inttable_removeptr(r->refs, owner, NULL); in untrack()
2818 bool removed = upb_inttable_removeptr(from->ref2s, r, NULL); in untrack()
2881 removed = upb_inttable_removeptr(ref2, subobj, &v); in visit_check()
3031 upb_inttable_removeptr(&t->objattr, r, NULL); in setattr()
4587 bool upb_inttable_removeptr(upb_inttable *t, const void *key, upb_value *val) { in upb_inttable_removeptr() function
Dupb.h914 bool upb_inttable_removeptr(upb_inttable *t, const void *key, upb_value *val);
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c2987 upb_inttable_removeptr(r->refs, owner, NULL); in untrack()
2992 bool removed = upb_inttable_removeptr(from->ref2s, r, NULL); in untrack()
3053 removed = upb_inttable_removeptr(ref2, subobj, &v); in visit_check()
3190 upb_inttable_removeptr(&t->objattr, r, NULL); in setattr()
4841 bool upb_inttable_removeptr(upb_inttable *t, const void *key, upb_value *val) { in upb_inttable_removeptr() function
Dupb.h1188 bool upb_inttable_removeptr(upb_inttable *t, const void *key, upb_value *val);