Home
last modified time | relevance | path

Searched defs:stop_token (Results 1 – 6 of 6) sorted by relevance

/external/cronet/stable/third_party/libc++/src/include/__cxx03/__stop_token/
Dstop_token.h56 …_LIBCPP_HIDE_FROM_ABI explicit stop_token(const __intrusive_shared_ptr<__stop_state>& __state) : _… in stop_token() function
/external/cronet/tot/third_party/libc++/src/include/__stop_token/
Dstop_token.h56 …_LIBCPP_HIDE_FROM_ABI explicit stop_token(const __intrusive_shared_ptr<__stop_state>& __state) : _… in stop_token() function
/external/cronet/stable/third_party/libc++/src/include/__stop_token/
Dstop_token.h56 …_LIBCPP_HIDE_FROM_ABI explicit stop_token(const __intrusive_shared_ptr<__stop_state>& __state) : _… in stop_token() function
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__stop_token/
Dstop_token.h56 …_LIBCPP_HIDE_FROM_ABI explicit stop_token(const __intrusive_shared_ptr<__stop_state>& __state) : _… in stop_token() function
/external/antlr/runtime/Ruby/lib/antlr3/tree/
Ddebug.rb96 def set_token_boundaries( tree, start_token, stop_token ) argument
/external/antlr/runtime/Ruby/lib/antlr3/
Dtree.rb779 def set_token_boundaries( tree, start_token = nil, stop_token = nil ) argument