Searched refs:findentry (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 1507 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 D | upb.c | 1482 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