MCPcopy Create free account

hub / github.com/Tradias/asio-grpc / functions

Functions1,223 in github.com/Tradias/asio-grpc

Functioninitiate_using_async_completion
test/utils/utils/asio_utils.hpp:235
Methodinitiate_write
* @brief Write message * * Initiate the read of a message from the client. The argument must remain valid until the read completes * (`
src/agrpc/server_callback.hpp:400
Methodinitiate_write
* @brief Write message * * Initiate the write of a message. The argument must remain valid until the write completes (`wait_for_write`).
src/agrpc/client_callback.hpp:229
Methodinitiate_write
* @brief Write message * * Initiate the write of a message. The argument must remain valid until the write completes (`wait_for_write`).
src/agrpc/client_callback.hpp:579
Methodinitiate_write_and_finish
* @brief Write message and finish rpc * * Initiate a write operation with specified options and final rpc status, which also causes any trai
src/agrpc/server_callback.hpp:427
Methodinitiate_write_and_finish
* @brief Write message and finish rpc * * Initiate a write operation with specified options and final rpc status, which also causes any trai
src/agrpc/server_callback.hpp:630
Methodinitiate_writes_done
* @brief Indicate that the rpc will have no more write operations * * This can only be issued once for a given rpc. This is not required or
src/agrpc/client_callback.hpp:242
Methodinvoke
src/agrpc/detail/server_rpc_starter.hpp:174
Methodinvoke_with_default_args
src/agrpc/detail/prepend_error_code.hpp:36
Methodinvoke_with_default_args
src/agrpc/detail/prepend_error_code.hpp:48
Methodis_finished
src/agrpc/detail/server_rpc_context_base.hpp:112
Methodis_finished
src/agrpc/detail/client_rpc_context_base.hpp:105
Methodis_multithreaded
src/agrpc/detail/grpc_context_implementation_definition.hpp:330
Methodis_shutdown
src/agrpc/detail/grpc_context_implementation_definition.hpp:77
Methodis_stopped
src/agrpc/run.hpp:199
Methodis_stopped
src/agrpc/detail/register_rpc_handler_base.hpp:76
Methodis_stopped
src/agrpc/detail/atomic_bool_stop_context.hpp:70
Methodis_stopped
src/agrpc/detail/atomic_bool_stop_context.hpp:90
Methodis_writes_done
src/agrpc/detail/client_rpc_context_base.hpp:117
Methoditerator
src/agrpc/detail/intrusive_list.hpp:42
Methoditerator
src/agrpc/detail/intrusive_slist.hpp:40
Functionmain
example/streaming-server.cpp:244
Functionmain
example/streaming-client.cpp:239
Functionmain
example/generic-server.cpp:189
Functionmain
example/generic-client.cpp:207
Functionmain
example/multi-threaded-server.cpp:62
Functionmain
example/multi-threaded-alternative-server.cpp:60
Functionmain
example/multi-threaded-client.cpp:76
Functionmain
end-snippet
example/hello-world-server.cpp:29
Functionmain
example/main-io-context-server.cpp:69
Functionmain
example/async-generator-client.cpp:72
Functionmain
example/unifex-client.cpp:220
Functionmain
example/multi-threaded-alternative-client.cpp:50
Functionmain
example/async-generator-server.cpp:89
Functionmain
example/share-io-context-server.cpp:55
Functionmain
example/share-io-context-client.cpp:64
Functionmain
example/unifex-server.cpp:154
Functionmain
example/hello-world-server-arena.cpp:67
Functionmain
example/hello-world-client.cpp:26
Functionmain
example/snippets/unifex_client.cpp:39
Functionmain
test/utils/utils/main.cpp:22
Functionmain
test/cmake/subdirectory/src/main.cpp:20
Functionmain
test/cmake/superbuild/src/main.cpp:20
Functionmain
cmake/check_boost_asio_has_co_await.cpp:17
Functionmain
cmake/check_std_pmr.cpp:17
Methodmake_client_unary_request_sender
test/utils/utils/execution_test.hpp:96
Functionmake_reactor
src/agrpc/reactor_ptr.hpp:192
Methodmake_reversed
src/agrpc/detail/intrusive_queue.hpp:53
Methodmake_unary_request
test/utils/utils/server_callback_test.hpp:42
Methodmake_unary_request
test/src/test_callback_sender_receiver.cpp:34
Methodmake_unary_rpc_handler_sender
test/utils/utils/execution_test.hpp:156
Methodmaybe_unstoppable
test/utils/utils/execution_test.hpp:83
Methodmethod_name
* @brief Name of the gRPC method * * E.g. for `agrpc::ClientRPC<&example::Example::Stub::PrepareAsyncMyMethod>` the return value would be
src/agrpc/client_rpc.hpp:115
Methodmethod_name
* @brief Name of the gRPC method * * E.g. for `agrpc::ClientRPC<&example::Example::Stub::PrepareAsyncMyMethod>` the return value would be
src/agrpc/client_rpc.hpp:493
Methodmethod_name
* @brief Name of the gRPC method * * E.g. for `agrpc::ClientRPC<&example::Example::Stub::PrepareAsyncMyMethod>` the return value would be
src/agrpc/client_rpc.hpp:698
Methodmethod_name
* @brief Name of the gRPC method * * E.g. for `agrpc::ClientRPC<&example::Example::Stub::PrepareAsyncMyMethod>` the return value would be
src/agrpc/client_rpc.hpp:1078
Methodmethod_name
* @brief Name of the gRPC method * * E.g. for `agrpc::ServerRPC<&example::Example::AsyncService::RequestMyMethod>` the return value would be
src/agrpc/server_rpc.hpp:129
Methodmethod_name
* @brief Name of the gRPC method * * E.g. for `agrpc::ServerRPC<&example::Example::AsyncService::RequestMyMethod>` the return value would be
src/agrpc/server_rpc.hpp:309
Methodmethod_name
* @brief Name of the gRPC method * * E.g. for `agrpc::ServerRPC<&example::Example::AsyncService::RequestMyMethod>` the return value would be
src/agrpc/server_rpc.hpp:512
Methodmethod_name
* @brief Name of the gRPC method * * E.g. for `agrpc::ServerRPC<&example::Example::AsyncService::RequestMyMethod>` the return value would be
src/agrpc/server_rpc.hpp:885
Functionmock_stub
example/snippets/client.cpp:46
Methodmove_local_queue_to_remote_work
src/agrpc/detail/grpc_context_implementation_definition.hpp:126
Methodmove_remote_work_to_local_queue
src/agrpc/detail/grpc_context_implementation_definition.hpp:133
Methodnot_true
test/src/test_health_check_service_17.cpp:195
Methodon_done
src/agrpc/server_callback.hpp:142
Methodon_done
src/agrpc/server_callback.hpp:302
Methodon_done
src/agrpc/server_callback.hpp:478
Methodon_done
src/agrpc/server_callback.hpp:683
Methodon_done
src/agrpc/client_callback.hpp:138
Methodon_done
src/agrpc/client_callback.hpp:307
Methodon_done
src/agrpc/client_callback.hpp:454
Methodon_done
src/agrpc/client_callback.hpp:658
Methodon_user_done
src/agrpc/server_callback.hpp:132
Methodon_user_done
src/agrpc/server_callback.hpp:466
Methodon_user_done
src/agrpc/server_callback.hpp:669
Methodon_user_done
src/agrpc/client_callback.hpp:134
Methodon_user_done
src/agrpc/client_callback.hpp:299
Methodon_user_done
src/agrpc/client_callback.hpp:448
Methodon_user_done
src/agrpc/client_callback.hpp:648
Methodoperator delete
src/agrpc/detail/server_callback_coroutine.hpp:104
Methodoperator new
src/agrpc/detail/server_callback_coroutine.hpp:102
Methodoperator!=
test/utils/utils/unassignable_allocator.hpp:58
Methodoperator!=
test/utils/utils/tracking_allocator.hpp:69
Methodoperator!=
test/utils/utils/throwing_allocator.hpp:70
Methodoperator!=
* @brief Check whether two pointers do not refer to the same reactor */
src/agrpc/reactor_ptr.hpp:111
Methodoperator!=
src/agrpc/grpc_executor.hpp:141
Methodoperator!=
src/agrpc/detail/pool_resource_allocator.hpp:56
Methodoperator!=
src/agrpc/detail/intrusive_list.hpp:63
Methodoperator!=
src/agrpc/detail/intrusive_slist.hpp:61
Methodoperator()
example/generic-server.cpp:166
Methodoperator()
example/generic-client.cpp:117
Methodoperator()
example/async-generator-server.cpp:44
Methodoperator()
example/hello-world-server-arena.cpp:56
Methodoperator()
example/snippets/server_rpc.cpp:270
Methodoperator()
example/helper/yield_helper.hpp:67
Methodoperator()
example/helper/rethrow_first_arg.hpp:27
Methodoperator()
test/utils/utils/requestMessageFactory.hpp:49
Methodoperator()
test/utils/utils/asio_utils.hpp:33
Methodoperator()
test/utils/utils/asio_utils.hpp:41
Methodoperator()
test/utils/utils/asio_utils.hpp:48
← previousnext →801–900 of 1,223, ranked by callers