Searched defs:user_end (Results 1 – 4 of 4) sorted by relevance
145 user_iterator user_end() { return Users.end(); } in user_end() function146 const_user_iterator user_end() const { return Users.end(); } in user_end() function
405 user_iterator user_end() { return user_iterator(); } in user_end() function406 const_user_iterator user_end() const { return const_user_iterator(); } in user_end() function
400 uptr user_end = user_beg + size; in Allocate() local
553 uptr user_end = user_beg + size; in Allocate() local