Searched refs:__bbegin (Results 1 – 1 of 1) sorted by relevance
2860 param_type(_InputIteratorB __bbegin, in param_type() argument2865 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() argument3086 for (; __bbegin != __bend; ++__bbegin, ++__wbegin) in param_type()3088 _M_int.push_back(*__bbegin); in param_type()