Home
last modified time | relevance | path

Searched refs:__bbegin (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Drandom.tcc2860 param_type(_InputIteratorB __bbegin, in param_type() argument
2865 if (__bbegin != __bend) in param_type()
2869 _M_int.push_back(*__bbegin); in param_type()
2870 ++__bbegin; in param_type()
2871 if (__bbegin == __bend) in param_type()
3081 param_type(_InputIteratorB __bbegin, in param_type() argument
3086 for (; __bbegin != __bend; ++__bbegin, ++__wbegin) in param_type()
3088 _M_int.push_back(*__bbegin); in param_type()