Home
last modified time | relevance | path

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

/third_party/grpc/third_party/upb/upb/
Dtable.c130 static upb_tabent *getentry_mutable(upb_table *t, uint32_t hash) { in getentry_mutable() function
175 mainpos_e = getentry_mutable(t, hash); in insert()
185 upb_tabent *chain = getentry_mutable(t, hashfunc(mainpos_e->key)); in insert()
213 upb_tabent *chain = getentry_mutable(t, hash); in rm()
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c1503 static upb_tabent *getentry_mutable(upb_table *t, uint32_t hash) { in getentry_mutable() function
1548 mainpos_e = getentry_mutable(t, hash); in insert()
1558 upb_tabent *chain = getentry_mutable(t, hashfunc(mainpos_e->key)); in insert()
1586 upb_tabent *chain = getentry_mutable(t, hash); in rm()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c1478 static upb_tabent *getentry_mutable(upb_table *t, uint32_t hash) { in getentry_mutable() function
1523 mainpos_e = getentry_mutable(t, hash); in insert()
1533 upb_tabent *chain = getentry_mutable(t, hashfunc(mainpos_e->key)); in insert()
1561 upb_tabent *chain = getentry_mutable(t, hash); in rm()