Home
last modified time | relevance | path

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

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c1507 static const upb_tabent *findentry(const upb_table *t, lookupkey_t key, in findentry() function
1522 return (upb_tabent*)findentry(t, key, hash, eql); in findentry_mutable()
1527 const upb_tabent *e = findentry(t, key, hash, eql); in lookup()
1545 UPB_ASSERT(findentry(t, key, hash, eql) == NULL); 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.c1482 static const upb_tabent *findentry(const upb_table *t, lookupkey_t key, in findentry() function
1497 return (upb_tabent*)findentry(t, key, hash, eql); in findentry_mutable()
1502 const upb_tabent *e = findentry(t, key, hash, eql); in lookup()
1520 UPB_ASSERT(findentry(t, key, hash, eql) == NULL); in insert()
1556 UPB_ASSERT(findentry(t, key, hash, eql) == our_e); in insert()

Completed in 36 milliseconds