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

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

Completed in 153 milliseconds