Searched defs:use_end (Results 1 – 6 of 6) sorted by relevance
250 use_iterator use_end() const { return use_iterator(nullptr); } in use_end() function
209 use_iterator use_end() const { return use_iterator(); } in use_end() function
839 use_iterator use_end() { return getResults().use_end(); } use_end() function
368 use_iterator use_end() { return use_iterator(); } in use_end() function 369 const_use_iterator use_end() const { return const_use_iterator(); } in use_end() function
481 static use_iterator use_end() { return use_iterator(nullptr); } use_end() function
590 ResultRange::use_iterator ResultRange::use_end() const { use_end() function in ResultRange