Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.c4166 upb_tabent *our_e; in insert() local
4175 our_e = mainpos_e; in insert()
4179 our_e->next = NULL; in insert()
4190 our_e = new_e; in insert()
4201 our_e = mainpos_e; in insert()
4202 our_e->next = NULL; in insert()
4205 our_e->key = tabkey; in insert()
4206 our_e->val.val = val.val; in insert()
4207 assert(findentry(t, key, hash, eql) == our_e); in insert()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c4408 upb_tabent *our_e; in insert() local
4417 our_e = mainpos_e; in insert()
4421 our_e->next = NULL; in insert()
4432 our_e = new_e; in insert()
4443 our_e = mainpos_e; in insert()
4444 our_e->next = NULL; in insert()
4447 our_e->key = tabkey; in insert()
4448 our_e->val.val = val.val; in insert()
4449 assert(findentry(t, key, hash, eql) == our_e); in insert()