Home
last modified time | relevance | path

Searched refs:getentry_mutable (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.c4126 static upb_tabent *getentry_mutable(upb_table *t, uint32_t hash) { in getentry_mutable() function
4174 mainpos_e = getentry_mutable(t, hash); in insert()
4184 upb_tabent *chain = getentry_mutable(t, hashfunc(mainpos_e->key)); in insert()
4212 upb_tabent *chain = getentry_mutable(t, hash); in rm()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c4368 static upb_tabent *getentry_mutable(upb_table *t, uint32_t hash) { in getentry_mutable() function
4416 mainpos_e = getentry_mutable(t, hash); in insert()
4426 upb_tabent *chain = getentry_mutable(t, hashfunc(mainpos_e->key)); in insert()
4454 upb_tabent *chain = getentry_mutable(t, hash); in rm()