Searched refs:upb_inttable_removeptr (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.c | 2813 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
|
D | upb.h | 914 bool upb_inttable_removeptr(upb_inttable *t, const void *key, upb_value *val);
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.c | 2987 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
|
D | upb.h | 1188 bool upb_inttable_removeptr(upb_inttable *t, const void *key, upb_value *val);
|