Searched defs:upb_tabent_isempty (Results 1 – 5 of 5) sorted by relevance
215 UPB_INLINE bool upb_tabent_isempty(const upb_tabent *e) { in upb_tabent_isempty() function
963 UPB_INLINE bool upb_tabent_isempty(const upb_tabent* e) { return e->key == 0; } in upb_tabent_isempty() function
929 UPB_INLINE bool upb_tabent_isempty(const upb_tabent* e) { return e->key == 0; } in upb_tabent_isempty() function