Searched defs:user_end (Results 1 – 4 of 4) sorted by relevance
158 user_iterator user_end() { return Users.end(); } in user_end() function159 const_user_iterator user_end() const { return Users.end(); } in user_end() function
406 user_iterator user_end() { return user_iterator(); } in user_end() function407 const_user_iterator user_end() const { return const_user_iterator(); } in user_end() function
576 uptr user_end = user_beg + size; in Allocate() local
564 uptr user_end = user_beg + size; in Allocate() local