Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dtable.c170 upb_tabent *our_e; in insert() local
176 our_e = mainpos_e; in insert()
180 our_e->next = NULL; in insert()
191 our_e = new_e; in insert()
202 our_e = mainpos_e; in insert()
203 our_e->next = NULL; in insert()
206 our_e->key = tabkey; in insert()
207 our_e->val.val = val.val; in insert()
208 UPB_ASSERT(findentry(t, key, hash, eql) == our_e); in insert()
/external/protobuf/php/ext/google/protobuf/
Dupb.c4808 upb_tabent *our_e; in insert() local
4815 our_e = mainpos_e; in insert()
4819 our_e->next = NULL; in insert()
4830 our_e = new_e; in insert()
4841 our_e = mainpos_e; in insert()
4842 our_e->next = NULL; in insert()
4845 our_e->key = tabkey; in insert()
4846 our_e->val.val = val.val; in insert()
4847 UPB_ASSERT(findentry(t, key, hash, eql) == our_e); in insert()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c6601 upb_tabent *our_e; in insert() local
6608 our_e = mainpos_e; in insert()
6612 our_e->next = NULL; in insert()
6623 our_e = new_e; in insert()
6634 our_e = mainpos_e; in insert()
6635 our_e->next = NULL; in insert()
6638 our_e->key = tabkey; in insert()
6639 our_e->val.val = val.val; in insert()
6640 UPB_ASSERT(findentry(t, key, hash, eql) == our_e); in insert()