Searched refs:__token (Results 1 – 7 of 7) sorted by relevance
226 using __token = typename __algorithm_t::arrival_token;227 explicit arrival_token(__token __tok) noexcept : _M_tok(__tok) { }228 __token _M_tok;
583 stop_callback(const stop_token& __token, _Cb&& __cb)587 if (auto __state = __token._M_state)597 stop_callback(stop_token&& __token, _Cb&& __cb)601 if (auto& __state = __token._M_state)
1472 random_device(const std::string& __token = "/dev/urandom") in _GLIBCXX_VISIBILITY()1474 if ((__token != "/dev/urandom" && __token != "/dev/random") in _GLIBCXX_VISIBILITY()1475 || !(_M_file = std::fopen(__token.c_str(), "rb"))) in _GLIBCXX_VISIBILITY()1486 random_device(const std::string& __token = "mt19937") in _GLIBCXX_VISIBILITY()1487 : _M_mt(_M_strtoul(__token)) { } in _GLIBCXX_VISIBILITY()
570 _M_match_token(_TokenT __token) in _M_match_token() argument572 if (__token == _M_scanner._M_get_token()) in _M_match_token()
81 _M_match_token(_TokenT __token); in _GLIBCXX_VISIBILITY()
1624 random_device(const std::string& __token) { _M_init(__token); } in _GLIBCXX_VISIBILITY()1659 void _M_init(const std::string& __token); in _GLIBCXX_VISIBILITY()1660 void _M_init_pretr1(const std::string& __token); in _GLIBCXX_VISIBILITY()
783 #define __token(_tok, _num) _tok##_num macro784 #define _token(_tok, _num) __token(_tok, _num)