Lines Matching defs:dispatch
227 void dispatch(const std::string& c, U& to, const codecvt_type& cvt) in dispatch() function
233 void dispatch(const std::wstring& c, U& to, const codecvt_type& cvt) in dispatch() function
239 void dispatch(const std::vector<char>& c, U& to, const codecvt_type& cvt) in dispatch() function
245 void dispatch(const std::vector<wchar_t>& c, U& to, const codecvt_type& cvt) in dispatch() function
253 void dispatch(const std::string& c, U& to) in dispatch() function
259 void dispatch(const std::wstring& c, U& to) in dispatch() function
265 void dispatch(const std::vector<char>& c, U& to) in dispatch() function
271 void dispatch(const std::vector<wchar_t>& c, U& to) in dispatch() function
282 dispatch(const Container & c, U& to, const codecvt_type& cvt) in dispatch() function
293 void dispatch(T * const & c_str, U& to, const codecvt_type& cvt) in dispatch() function
317 dispatch(const Container & c, U& to) in dispatch() function
328 void dispatch(T * const & c_str, U& to) in dispatch() function