Home
last modified time | relevance | path

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

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c1543 upb_tabent *our_e; in insert() local
1549 our_e = mainpos_e; in insert()
1553 our_e->next = NULL; in insert()
1564 our_e = new_e; in insert()
1575 our_e = mainpos_e; in insert()
1576 our_e->next = NULL; in insert()
1579 our_e->key = tabkey; in insert()
1580 our_e->val.val = val.val; in insert()
1581 UPB_ASSERT(findentry(t, key, hash, eql) == our_e); in insert()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c1518 upb_tabent *our_e; in insert() local
1524 our_e = mainpos_e; in insert()
1528 our_e->next = NULL; in insert()
1539 our_e = new_e; in insert()
1550 our_e = mainpos_e; in insert()
1551 our_e->next = NULL; in insert()
1554 our_e->key = tabkey; in insert()
1555 our_e->val.val = val.val; in insert()
1556 UPB_ASSERT(findentry(t, key, hash, eql) == our_e); in insert()

Completed in 32 milliseconds