Home
last modified time | relevance | path

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

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/
H A DMailBox.cpp32 void CMailBox::SendCall(const FunctionType& function, bool waitForCompletion) in SendCall() function in CMailBox
55 void CMailBox::SendCall(FunctionType&& function) in SendCall() function in CMailBox
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DAutoRPC.cpp148 bool AutoRPC::SendCall(const char *uniqueIdentifier, const char *stack, unsigned int bytesOnStack, … in SendCall() function in AutoRPC
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/requests/
H A Dtest_requests.py1589 SendCall = collections.namedtuple('SendCall', ('args', 'kwargs')) variable
/dports/www/firefox-legacy/firefox-52.8.0esr/python/requests/
H A Dtest_requests.py1589 SendCall = collections.namedtuple('SendCall', ('args', 'kwargs')) variable
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/requests/
H A Dtest_requests.py1589 SendCall = collections.namedtuple('SendCall', ('args', 'kwargs')) variable
/dports/www/py-requests/requests-2.25.1/tests/
H A Dtest_requests.py2222 SendCall = collections.namedtuple('SendCall', ('args', 'kwargs')) variable