Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/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()
/external/protobuf/php/ext/google/protobuf/
Dupb.c4768 static upb_tabent *getentry_mutable(upb_table *t, uint32_t hash) { in getentry_mutable() function
4814 mainpos_e = getentry_mutable(t, hash); in insert()
4824 upb_tabent *chain = getentry_mutable(t, hashfunc(mainpos_e->key)); in insert()
4852 upb_tabent *chain = getentry_mutable(t, hash); in rm()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c6561 static upb_tabent *getentry_mutable(upb_table *t, uint32_t hash) { in getentry_mutable() function
6607 mainpos_e = getentry_mutable(t, hash); in insert()
6617 upb_tabent *chain = getentry_mutable(t, hashfunc(mainpos_e->key)); in insert()
6645 upb_tabent *chain = getentry_mutable(t, hash); in rm()