Home
last modified time | relevance | path

Searched refs:do_call (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/spirit/home/support/
Daction_dispatch.hpp109 static auto do_call(F && f, ...) in do_call() function
116 static auto do_call(F && f, fwd_tag<A>, ...) in do_call() function
124 static auto do_call(F && f, fwd_tag<A>, fwd_tag<B>, ...) in do_call() function
133 static auto do_call(F && f, fwd_tag<A>, fwd_tag<B>, fwd_tag<C>, ...) in do_call() function
147 do_call(f, fwd_tag<typename std::remove_reference<A>::type>()...) in caller()
/third_party/pulseaudio/src/pulsecore/
Dsocket-client.c119 static void do_call(pa_socket_client *c) { in do_call() function
172 do_call(c); in connect_defer_cb()
184 do_call(c); in connect_io_cb()
396 do_call(c);
416 do_call(c);
/third_party/boost/boost/variant/detail/
Dmultivisitors_cpp14_based.hpp91 decltype(auto) do_call(Tuple t, index_sequence<I...>) const {
98 return do_call(
Dmultivisitors_cpp11_based.hpp162 result_type do_call(Tuple t, index_sequence<I...>) const {
169 return do_call(
/third_party/glib/gio/
Dgdbusnamewatching.c215 do_call (Client *client, CallType call_type) in do_call() function
236 do_call (client, CALL_TYPE_NAME_APPEARED); in call_appeared_handler()
249 do_call (client, CALL_TYPE_NAME_VANISHED); in call_vanished_handler()
Dgdbusnameowning.c206 do_call (Client *client, CallType call_type) in do_call() function
229 do_call (client, CALL_TYPE_NAME_ACQUIRED); in call_acquired_handler()
248 do_call (client, CALL_TYPE_NAME_LOST); in call_lost_handler()