Cgrpc_impl::experimental::AltsCredentialsOptions | Options used to build AltsCredentials |
Cgrpc_impl::experimental::AltsServerCredentialsOptions | Options to create ServerCredentials with ALTS |
Cgrpc_core::ApplicationCallbackExecCtx | Application-callback execution context |
Cgrpc_core::Arena | |
Cgrpc_core::PidController::Args | |
Cgrpc::AsyncGenericService | |
►Cgrpc_impl::internal::AsyncReaderInterface< R > | An interface that yields a sequence of messages of type R |
►Cgrpc_impl::ClientAsyncReaderInterface< R > | |
Cgrpc_impl::ClientAsyncReader< R > | Async client-side API for doing server-streaming RPCs, where the incoming message stream coming from the server has messages of type R |
►Cgrpc_impl::ClientAsyncReaderWriterInterface< W, R > | Async client-side interface for bi-directional streaming, where the client-to-server message stream has messages of type W, and the server-to-client message stream has messages of type R |
Cgrpc_impl::ClientAsyncReaderWriter< W, R > | Async client-side interface for bi-directional streaming, where the outgoing message stream going to the server has messages of type W, and the incoming message stream coming from the server has messages of type R |
►Cgrpc_impl::ServerAsyncReaderInterface< W, R > | |
Cgrpc_impl::ServerAsyncReader< W, R > | Async server-side API for doing client-streaming RPCs, where the incoming message stream from the client has messages of type R, and the single response message sent from the server is type W |
►Cgrpc_impl::ServerAsyncReaderWriterInterface< W, R > | Server-side interface for asynchronous bi-directional streaming |
Cgrpc_impl::ServerAsyncReaderWriter< W, R > | Async server-side API for doing bidirectional streaming RPCs, where the incoming message stream coming from the client has messages of type R, and the outgoing message stream coming from the server has messages of type W |
►Cgrpc_impl::internal::AsyncWriterInterface< W > | An interface that can be fed a sequence of messages of type W |
Cgrpc_impl::ClientAsyncReaderWriterInterface< W, R > | Async client-side interface for bi-directional streaming, where the client-to-server message stream has messages of type W, and the server-to-client message stream has messages of type R |
►Cgrpc_impl::ClientAsyncWriterInterface< W > | Common interface for client side asynchronous writing |
Cgrpc_impl::ClientAsyncWriter< W > | Async API on the client side for doing client-streaming RPCs, where the outgoing message stream going to the server contains messages of type W |
Cgrpc_impl::ServerAsyncReaderWriterInterface< W, R > | Server-side interface for asynchronous bi-directional streaming |
►Cgrpc_impl::ServerAsyncWriterInterface< W > | |
Cgrpc_impl::ServerAsyncWriter< ByteBuffer > | |
Cgrpc_impl::ServerAsyncWriter< W > | Async server-side API for doing server streaming RPCs, where the outgoing message stream from the server has messages of type W |
Cgrpc_core::Atomic< T > | |
Cgrpc_core::Atomic< bool > | |
Cgrpc_core::Atomic< destroy_user_data_func > | |
Cgrpc_core::Atomic< gpr_cycle_counter > | |
Cgrpc_core::Atomic< grpc_connectivity_state > | |
Cgrpc_core::Atomic< grpc_core::MultiProducerSingleConsumerQueue::Node * > | |
Cgrpc_core::Atomic< int > | |
Cgrpc_core::Atomic< int64_t > | |
Cgrpc_core::Atomic< intptr_t > | |
Cgrpc_core::Atomic< size_t > | |
Cgrpc_core::Atomic< Value > | |
Cgrpc_core::Atomic< void * > | |
Cgrpc_error::atomics | |
►Cgrpc::AuthContext | Class encapsulating the Authentication Information |
Cgrpc::SecureAuthContext | |
Cgrpc_impl::AuthMetadataProcessor | Interface allowing custom server-side authorization based on credentials encoded in metadata |
Cgrpc::AuthMetadataProcessorAyncWrapper | |
Cgrpc_core::BackOff | Implementation of the backoff mechanism described in doc/connection-backoff.md |
►CBase | |
Cgrpc_impl::internal::FinishOnlyReactor< Base > | |
Cgrpc_core::BdpEstimator | |
Cgrpc::internal::BlockingUnaryCallImpl< InputMessage, OutputMessage > | |
Cgrpc_core::InternedMetadata::BucketLink | |
Cgrpc::ByteBuffer | A sequence of bytes |
Cgrpc_core::ByteStreamCache | |
Cgrpc::internal::Call | Straightforward wrapping of the C call object |
Cgrpc::experimental::CallbackGenericService | CallbackGenericService is the base class for generic services implemented using the callback API and registered through the ServerBuilder using RegisterCallbackGenericService |
Cgrpc_impl::internal::CallbackUnaryCallImpl< InputMessage, OutputMessage > | |
Cgrpc_core::CallCombiner | |
Cgrpc_core::CallCombinerClosureList | |
Cgrpc_core::channelz::CallCountingHelper | |
Cgrpc::CallData | Represents call data |
Cgrpc_impl::Server::SyncRequest::CallData | |
Cgrpc::DefaultHealthCheckService::HealthCheckServiceImpl::CallHandler | |
►Cgrpc::internal::CallHook | This is an interface that Channel and Server implement to allow them to hook performing ops |
►Cgrpc::ServerInterface | |
Cgrpc_impl::Server | Represents a gRPC server |
Cgrpc_impl::Channel | Channels represent a connection to an endpoint. Created by CreateChannel |
Cgrpc::internal::CallNoOp< I > | Default argument for CallOpSet |
►Cgrpc::internal::CallOpClientRecvStatus | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpClientSendClose, grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpRecvMessage< R >, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpGenericRecvMessage, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< R >, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpGenericRecvMessage, grpc::internal::CallOpClientRecvStatus > | |
►Cgrpc::internal::CallOpClientSendClose | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpClientSendClose > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpClientSendClose, grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpRecvMessage< R >, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpClientSendClose > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpClientSendClose, grpc::internal::CallOpRecvInitialMetadata > | |
►Cgrpc::internal::CallOpGenericRecvMessage | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpGenericRecvMessage, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpGenericRecvMessage, grpc::internal::CallOpClientRecvStatus > | |
►Cgrpc::internal::CallOpRecvInitialMetadata | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpClientSendClose, grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpRecvMessage< R >, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpGenericRecvMessage, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpRecvMessage< R > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpRecvInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpClientSendClose, grpc::internal::CallOpRecvInitialMetadata > | |
►Cgrpc::internal::CallOpRecvMessage< R > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< Response > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpClientSendClose, grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpRecvMessage< R >, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< R > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< RequestType > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpRecvMessage< R > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< R >, grpc::internal::CallOpClientRecvStatus > | |
►Cgrpc::internal::CallOpSendInitialMetadata | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpServerSendStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpClientSendClose > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpClientSendClose, grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpRecvMessage< R >, grpc::internal::CallOpClientRecvStatus > | |
►Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpServerSendStatus > | |
Cgrpc_impl::Server::UnimplementedAsyncResponse | UnimplementedAsyncResponse should not post user-visible completions to the C++ completion queue, but is generated as a CQ event by the core |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpClientSendClose > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpRecvInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpClientSendClose, grpc::internal::CallOpRecvInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage > | |
►Cgrpc::internal::CallOpSendMessage | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpServerSendStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpClientSendClose > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpClientSendClose, grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpRecvMessage< R >, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpClientSendClose, grpc::internal::CallOpRecvInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage > | |
►Cgrpc::internal::CallOpServerSendStatus | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpServerSendStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpServerSendStatus > | |
Cgrpc_impl::ChannelArguments | Options for channel creation |
Cgrpc::ChannelData | Represents channel data |
Cgrpc::internal::ChannelFilter< ChannelDataType, CallDataType > | |
►Cgrpc::ChannelInterface | Codegen interface for grpc::Channel |
Cgrpc::experimental::DelegatingChannel | |
Cgrpc::internal::InterceptedChannel | An InterceptedChannel is available to client Interceptors |
Cgrpc_impl::Channel | Channels represent a connection to an endpoint. Created by CreateChannel |
Cgrpc_core::channelz::ChannelTrace | |
Cgrpc_core::channelz::ChannelzRegistry | |
Cgrpc_impl::internal::ClientAsyncReaderFactory< R > | |
Cgrpc_impl::internal::ClientAsyncReaderWriterFactory< W, R > | |
Cgrpc_impl::internal::ClientAsyncResponseReaderFactory< R > | |
►Cgrpc_impl::ClientAsyncResponseReaderInterface< R > | An interface relevant for async client side unary RPCs (which send one request message to a server and receive one response message) |
Cgrpc_impl::ClientAsyncResponseReader< R > | Async API for client-side unary RPCs, where the message response received from the server is of type R |
►Cgrpc_impl::internal::ClientAsyncStreamingInterface | Common interface for all client side asynchronous streaming |
Cgrpc_impl::ClientAsyncReaderInterface< R > | |
Cgrpc_impl::ClientAsyncReaderWriterInterface< W, R > | Async client-side interface for bi-directional streaming, where the client-to-server message stream has messages of type W, and the server-to-client message stream has messages of type R |
Cgrpc_impl::ClientAsyncWriterInterface< W > | Common interface for client side asynchronous writing |
Cgrpc_impl::internal::ClientAsyncWriterFactory< W > | |
Cgrpc_impl::ClientBidiReactor< Request, Response > | ClientBidiReactor is the interface for a bidirectional streaming RPC |
►Cgrpc_impl::ClientCallbackReader< Response > | |
Cgrpc_impl::internal::ClientCallbackReaderImpl< Response > | |
Cgrpc_impl::internal::ClientCallbackReaderFactory< Response > | |
►Cgrpc_impl::ClientCallbackReaderWriter< Request, Response > | |
Cgrpc_impl::internal::ClientCallbackReaderWriterImpl< Request, Response > | |
Cgrpc_impl::internal::ClientCallbackReaderWriterFactory< Request, Response > | |
►Cgrpc_impl::ClientCallbackUnary | |
Cgrpc_impl::internal::ClientCallbackUnaryImpl | |
Cgrpc_impl::internal::ClientCallbackUnaryFactory | |
►Cgrpc_impl::ClientCallbackWriter< Request > | |
Cgrpc_impl::internal::ClientCallbackWriterImpl< Request > | |
Cgrpc_impl::internal::ClientCallbackWriterFactory< Request > | |
Cgrpc_impl::ClientContext | A ClientContext allows the person implementing a service client to: |
Cgrpc::experimental::ClientInterceptorFactoryInterface | |
Cgrpc_impl::internal::ClientReaderFactory< R > | |
Cgrpc_impl::internal::ClientReaderWriterFactory< W, R > | |
Cgrpc_impl::ClientReadReactor< Response > | ClientReadReactor is the interface for a server-streaming RPC |
Cgrpc::experimental::ClientRpcInfo | |
►Cgrpc_impl::internal::ClientStreamingInterface | Common interface for all synchronous client side streaming |
►Cgrpc_impl::ClientReaderInterface< R > | Client-side interface for streaming reads of message of type R |
Cgrpc_impl::ClientReader< R > | Synchronous (blocking) client-side API for doing server-streaming RPCs, where the stream of messages coming from the server has messages of type R |
►Cgrpc_impl::ClientReaderWriterInterface< W, R > | Client-side interface for bi-directional streaming with client-to-server stream messages of type W and server-to-client stream messages of type R |
Cgrpc_impl::ClientReaderWriter< W, R > | Synchronous (blocking) client-side API for bi-directional streaming RPCs, where the outgoing message stream coming from the client has messages of type W, and the incoming messages stream coming from the server has messages of type R |
►Cgrpc_impl::ClientWriterInterface< W > | Client-side interface for streaming writes of message type W |
Cgrpc_impl::ClientWriter< W > | Synchronous (blocking) client-side API for doing client-streaming RPCs, where the outgoing message stream coming from the client has messages of type W |
Cgrpc_impl::ClientUnaryReactor | ClientUnaryReactor is a reactor-style interface for a unary RPC |
Cgrpc_impl::ClientWriteReactor< Request > | ClientWriteReactor is the interface for a client-streaming RPC |
Cgrpc_impl::internal::ClientWriterFactory< W > | |
Cgrpc_core::Closure | |
Cgrpc_core::Combiner | |
Cgrpc_core::ExecCtx::CombinerData | |
►Cgrpc::internal::CompletionQueueTag | An interface allowing implementors to process and filter event tags |
►Cgrpc::ServerInterface::BaseAsyncRequest | |
►Cgrpc::ServerInterface::GenericAsyncRequest | |
Cgrpc_impl::Server::UnimplementedAsyncRequest | Use private inheritance rather than composition only to establish order of construction, since the public base class should be constructed after the elements belonging to the private base class are constructed |
►Cgrpc::ServerInterface::RegisteredAsyncRequest | RegisteredAsyncRequest is not part of the C++ API |
Cgrpc::ServerInterface::NoPayloadAsyncRequest | |
Cgrpc::ServerInterface::PayloadAsyncRequest< Message > | |
►Cgrpc::internal::CallOpSetInterface | An abstract collection of call ops, used to generate the grpc_call_op structure to pass down to the lower layers, and as it is-a CompletionQueueTag, also massages the final completion into the correct form for consumption in the C++ API |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpServerSendStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpClientSendClose > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< Response > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpClientSendClose, grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpRecvMessage< R >, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< R > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpServerSendStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< RequestType > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpGenericRecvMessage, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpRecvMessage< R > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< R >, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpClientSendClose > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpRecvInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpClientSendClose, grpc::internal::CallOpRecvInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpGenericRecvMessage, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage > | |
Cgrpc::internal::CallOpSet< Op1, Op2, Op3, Op4, Op5, Op6 > | Primary implementation of CallOpSetInterface |
Cgrpc_impl::ServerContextBase::CompletionOp | |
Cgrpc_impl::Server::CallbackRequestBase | |
Cgrpc_impl::Server::SyncRequest | |
Cgrpc_impl::internal::AlarmImpl | |
Cgrpc::internal::CondVar | |
Cgrpc_core::CondVar | |
Cgrpc_core::ConnectionMetrics | |
Cgrpc_core::ConnectivityStateTracker | |
►Cgrpc::CoreCodegenInterface | Interface between the codegen library and the minimal subset of core features required by the generated code |
Cgrpc::CoreCodegen | Implementation of the core codegen interface |
Cgrpc_core::DebugLocation | |
Cstd::default_delete<::grpc_impl::ClientAsyncResponseReader< R > > | |
Cstd::default_delete<::grpc_impl::ClientAsyncResponseReaderInterface< R > > | |
Cgrpc_core::DefaultDeleteChar | |
►Cgrpc::internal::DeserializeFunc | |
Cgrpc::internal::DeserializeFuncType< R > | |
►Cstd::enable_shared_from_this | |
Cgrpc::internal::ExternalConnectionAcceptorImpl | |
Cgrpc_impl::Channel | Channels represent a connection to an endpoint. Created by CreateChannel |
Cgrpc_core::SliceHashTable< T >::Entry | |
Cgrpc_core::ExecCtx | Execution context |
Cgrpc_core::Executor | |
Cgrpc::ServerInterface::experimental_registration_interface | NOTE: class experimental_registration_interface is not part of the public API of this class TODO(vjpai): Move these contents to public API when no longer experimental |
Cgrpc::Service::experimental_type | |
Cgrpc_impl::Alarm::experimental_type | NOTE: class experimental_type is not part of the public API of this class TODO(vjpai): Move these contents to the public API of Alarm when they are no longer experimental |
Cgrpc_impl::GenericStub::experimental_type | NOTE: class experimental_type is not part of the public API of this class TODO(vjpai): Move these contents to the public API of GenericStub when they are no longer experimental |
Cgrpc_impl::Server::experimental_type | NOTE: class experimental_type is not part of the public API of this class |
Cgrpc_impl::ServerBuilder::experimental_type | NOTE: class experimental_type is not part of the public API of this class |
Cgrpc::experimental::ExternalConnectionAcceptor | |
Cgrpc::internal::FilterRecord | |
Cgrpc_core::Fork | |
Cgrpc_impl::GenericStub | Generic stubs provide a type-unsafe interface to call gRPC methods by name |
►Cgrpc_impl::ClientContext::GlobalCallbacks | Global Callbacks |
Cgrpc_impl::DefaultGlobalClientCallbacks | |
Cgrpc_impl::Server::GlobalCallbacks | Global callbacks are a set of hooks that are called when server events occur |
►Cgrpc_core::GlobalConfigEnv | |
Cgrpc_core::GlobalConfigEnvBool | |
Cgrpc_core::GlobalConfigEnvInt32 | |
Cgrpc_core::GlobalConfigEnvString | |
Cgpr_event | |
Cgpr_gcc_thread_local | Thread local storage based on gcc compiler primitives |
Cgpr_log_func_args | Log overrides: applications can use this API to intercept logging calls and use their own implementations |
Cgpr_msvc_thread_local | Thread local storage based on ms visual c compiler primitives |
Cgpr_mu | |
Cgpr_pthread_thread_local | Thread local storage based on pthread library calls |
Cgpr_refcount | |
Cgpr_spinlock | |
Cgpr_stats_counter | |
Cgpr_strvec | |
Cgpr_timespec | Analogous to struct timespec |
Cgrpc_address_resolver_vtable | |
Cgrpc_arg | A single argument.. |
Cgrpc_arg::grpc_arg_value::grpc_arg_pointer | |
Cgrpc_arg_pointer_vtable | |
Cgrpc_arg::grpc_arg_value | |
Cgrpc_avl | "pointer" to an AVL tree - this is a reference counted object - use grpc_avl_ref to add a reference, grpc_avl_unref when done with a reference |
Cgrpc_avl_node | Internal node of an AVL tree |
Cgrpc_avl_vtable | Vtable for the AVL tree The optional user_data is propagated from the top level grpc_avl_XXX API |
Cgrpc_byte_buffer | |
Cgrpc_byte_buffer::grpc_byte_buffer_data | |
Cgrpc_byte_buffer_reader | |
Cgrpc_byte_buffer_reader::grpc_byte_buffer_reader_current | Different current objects correspond to different types of byte buffers |
Cgrpc_call_context_element | |
Cgrpc_call_create_args | |
Cgrpc_call_details | |
Cgrpc_call_element | |
Cgrpc_call_element_args | |
Cgrpc_call_final_info | Information about the call upon completion |
Cgrpc_call_stack | |
Cgrpc_call_stats | |
Cgrpc_channel | |
Cgrpc_channel_args | An array of arguments that can be passed around |
Cgrpc_channel_element | |
Cgrpc_channel_element_args | |
Cgrpc_channel_filter | |
Cgrpc_channel_info | Information requested from the channel |
Cgrpc_channel_stack | |
Cgrpc_closure | A closure over a grpc_iomgr_cb_func |
Cgrpc_closure_list | |
Cgrpc_completion_queue_attributes | |
Cgrpc_completion_queue_factory | |
Cgrpc_completion_queue_factory_vtable | |
Cgrpc_byte_buffer::grpc_byte_buffer_data::grpc_compressed_buffer | |
Cgrpc_compression_options | |
Cgrpc_compression_options::grpc_compression_options_default_algorithm | The default message compression algorithm |
Cgrpc_compression_options::grpc_compression_options_default_level | The default compression level |
Cgrpc_cq_completion | |
Cgrpc_custom_poller_vtable | |
Cgrpc_custom_resolver_vtable | |
Cgrpc_custom_socket | |
Cgrpc_custom_timer | |
Cgrpc_custom_timer_vtable | |
Cgrpc_endpoint | |
Cgrpc_endpoint_pair | |
Cgrpc_endpoint_vtable | |
Cgrpc_error | |
Cgrpc_event | The result of an operation |
Cgrpc_event_engine_vtable | |
►Cgrpc_experimental_completion_queue_functor | EXPERIMENTAL: Specifies an interface class to be used as a tag for callback-based completion queues |
Cgrpc::internal::CallbackWithStatusTag | |
Cgrpc::internal::CallbackWithSuccessTag | CallbackWithSuccessTag can be reused multiple times, and will be used in this fashion for streaming operations |
Cgrpc_filtered_mdelem | |
Cgrpc_handler_private_op_data | |
Cgrpc_http_header | |
Cgrpc_http_parser | |
Cgrpc_http_request | |
Cgrpc_http_response | |
Cgrpc_httpcli_context | |
Cgrpc_httpcli_handshaker | |
Cgrpc_httpcli_request | |
Cgrpc_integer_options | |
Cgrpc_iomgr_object | |
Cgrpc_iomgr_platform_vtable | |
Cgrpc_json | |
Cgrpc_json_reader | |
Cgrpc_json_reader_vtable | |
Cgrpc_json_writer | |
Cgrpc_json_writer_vtable | |
Cgrpc_linked_error | |
Cgrpc_linked_mdelem | |
Cgrpc_mdelem | |
Cgrpc_mdelem_data | |
Cgrpc_mdelem_list | |
Cgrpc_metadata | A single metadata element |
Cgrpc_metadata_array | |
Cgrpc_metadata_batch | |
Cgrpc_metadata_batch_callouts | |
Cgrpc_op | Operation data: one field for each op type (except SEND_CLOSE_FROM_CLIENT which has no arguments) |
Cgrpc_op::grpc_op_data | |
Cgrpc_op::grpc_op_data::grpc_op_recv_close_on_server | |
Cgrpc_op::grpc_op_data::grpc_op_recv_initial_metadata | Ownership of the array is with the caller, but ownership of the elements stays with the call object (ie key, value members are owned by the call object, recv_initial_metadata->array is owned by the caller) |
Cgrpc_op::grpc_op_data::grpc_op_recv_message | Ownership of the byte buffer is moved to the caller; the caller must call grpc_byte_buffer_destroy on this value, or reuse it in a future op |
Cgrpc_op::grpc_op_data::grpc_op_recv_status_on_client | |
Cgrpc_op::grpc_op_data::grpc_op_send_initial_metadata | |
Cgrpc_op::grpc_op_data::grpc_op_send_initial_metadata::grpc_op_send_initial_metadata_maybe_compression_level | If is_set, compression_level will be used for the call |
Cgrpc_op::grpc_op_data::grpc_op_send_message | |
Cgrpc_op::grpc_op_data::grpc_op_send_status_from_server | |
Cgrpc_polling_entity | |
Cgrpc_pollset_set_vtable | |
Cgrpc_pollset_vtable | |
Cgrpc_resolved_address | |
Cgrpc_resolved_addresses | |
Cgrpc_resource_user_slice_allocator | |
►Cgrpc_slice | A grpc_slice s, if initialized, represents the byte range s.bytes[0..s.length-1] |
►Cgrpc_core::ManagedMemorySlice | |
Cgrpc_core::InternedSlice | |
Cgrpc_core::StaticMetadataSlice | |
►Cgrpc_core::UnmanagedMemorySlice | |
Cgrpc_core::ExternallyManagedSlice | |
Cgrpc_slice_buffer | Represents an expandable array of slices, to be interpreted as a single item |
Cgrpc_slice::grpc_slice_data | |
Cgrpc_slice::grpc_slice_data::grpc_slice_inlined | |
Cgrpc_slice_refcount | |
Cgrpc_slice::grpc_slice_data::grpc_slice_refcounted | |
Cgrpc_socket_factory | The Socket Factory interface allows changes on socket options |
Cgrpc_socket_factory_vtable | The virtual table of grpc_socket_factory |
Cgrpc_socket_mutator | The Socket Mutator interface allows changes on socket options |
Cgrpc_socket_mutator_vtable | The virtual table of grpc_socket_mutator |
Cgrpc_socket_vtable | |
Cgrpc_stats_data | |
Cgrpc_stream_compression_context | |
Cgrpc_stream_compression_vtable | |
Cgrpc_stream_refcount | |
Cgrpc_tcp_client_vtable | |
Cgrpc_tcp_listener | |
Cgrpc_tcp_server | |
Cgrpc_tcp_server_acceptor | |
Cgrpc_tcp_server_vtable | |
Cgrpc_time_averaged_stats | |
Cgrpc_timer | |
Cgrpc_timer_heap | |
Cgrpc_timer_vtable | |
Cgrpc_transport | |
Cgrpc_transport_one_way_stats | |
Cgrpc_transport_op | Transport op: a set of operations to perform on a transport as a whole |
Cgrpc_transport_stream_op_batch | |
Cgrpc_transport_stream_op_batch_payload | |
Cgrpc_transport_stream_stats | |
Cgrpc_transport_vtable | |
Cgrpc_uri | |
Cgrpc_wakeup_fd | |
Cgrpc_wakeup_fd_vtable | |
►Cgrpc::GrpcLibraryCodegen | Classes that require gRPC to be initialized should inherit from this class |
Cgrpc::MetadataCredentialsPluginWrapper | |
Cgrpc_impl::Alarm | |
►Cgrpc_impl::CallCredentials | A call credentials object encapsulates the state needed by a client to authenticate with a server for a given call on a channel |
Cgrpc_impl::SecureCallCredentials | |
Cgrpc_impl::Channel | Channels represent a connection to an endpoint. Created by CreateChannel |
►Cgrpc_impl::ChannelCredentials | A channel credentials object encapsulates all the state needed by a client to authenticate with a server for a given channel |
Cgrpc_impl::SecureChannelCredentials | |
►Cgrpc_impl::CompletionQueue | A thin wrapper around grpc_completion_queue (see src/core/lib/surface/completion_queue.h) |
Cgrpc_impl::ServerCompletionQueue | A specific type of completion queue used by the processing of notifications by servers |
Cgrpc_impl::ResourceQuota | ResourceQuota represents a bound on memory and thread usage by the gRPC library |
Cgrpc_impl::Server | Represents a gRPC server |
Cgrpc::internal::GrpcLibraryInitializer | Instantiating this class ensures the proper initialization of gRPC |
►Cgrpc::GrpcLibraryInterface | |
Cgrpc::internal::GrpcLibrary | |
CGrpcUdpHandler | |
CGrpcUdpHandlerFactory | |
Cgrpc::internal::MethodHandler::HandlerParameter | |
Cgrpc_core::HandshakerArgs | Handshakers are used to perform initial handshakes on a connection before the client sends the initial request |
Cgrpc_core::HandshakerFactory | |
Cgrpc_core::HandshakerRegistry | |
►Cgrpc_impl::HealthCheckServiceInterface | The gRPC server uses this interface to expose the health checking service without depending on protobuf |
Cgrpc::DefaultHealthCheckService | |
Cgrpc_core::InlinedVector< T, N > | |
Cgrpc_core::InlinedVector< AtomicCounterData, 1 > | |
Cgrpc_core::InlinedVector< CallCombinerClosure, 6 > | |
Cgrpc_core::InlinedVector< grpc_core::RefCountedPtr< grpc_core::Handshaker >, HANDSHAKERS_INIT_SIZE > | |
Cgrpc::experimental::Interceptor | Interface for an interceptor |
►Cgrpc::experimental::InterceptorBatchMethods | Class that is passed as an argument to the Intercept method of the application's Interceptor interface implementation |
Cgrpc::internal::CancelInterceptorBatchMethods | |
Cgrpc::internal::InterceptorBatchMethodsImpl | |
Cgrpc_core::InternedSliceRefcount | |
Cgrpc_core::manual_ctor_impl::is_one_of< Member, List > | |
Cgrpc_core::manual_ctor_impl::is_one_of< Member > | |
Cgrpc_core::manual_ctor_impl::is_one_of< Member, A, List... > | |
Cgrpc_core::manual_ctor_impl::is_one_of< Member, Member, List... > | |
►Cstd::iterator | |
Cgrpc::AuthPropertyIterator | |
Cgrpc::MetadataBatch::const_iterator | |
Cgrpc_core::LockedMultiProducerSingleConsumerQueue | |
Cgrpc_core::LockfreeEvent | |
Cgrpc_core::ManualConstructor< Type > | |
Cgrpc_core::ManualConstructor< grpc_core::MultiProducerSingleConsumerQueue > | |
Cgrpc_core::ManualConstructor< grpc_core::MultiProducerSingleConsumerQueue::Node > | |
Cgrpc_core::manual_ctor_impl::max_align_of< Types > | |
Cgrpc_core::manual_ctor_impl::max_align_of< A > | |
Cgrpc_core::manual_ctor_impl::max_align_of< A, B... > | |
Cgrpc_core::manual_ctor_impl::max_size_of< Types > | |
Cgrpc_core::manual_ctor_impl::max_size_of< A > | |
Cgrpc_core::manual_ctor_impl::max_size_of< A, B... > | |
Cgrpc::experimental::MessageAllocator< RequestT, ResponseT > | |
Cgrpc::experimental::MessageAllocator< RequestType, ResponseType > | |
Cgrpc::MetadataBatch | A C++ wrapper for the grpc_metadata_batch struct |
Cgrpc_impl::MetadataCredentialsPlugin | User defined metadata credentials |
Cgrpc::internal::MetadataMap | |
►Cgrpc::internal::MethodHandler | Base class for running an RPC handler |
►Cgrpc_impl::internal::TemplatedBidiStreamingHandler< ::grpc_impl::ServerUnaryStreamer< RequestType, ResponseType >, true > | |
Cgrpc_impl::internal::StreamedUnaryHandler< RequestType, ResponseType > | |
►Cgrpc_impl::internal::TemplatedBidiStreamingHandler< ::grpc_impl::ServerSplitStreamer< RequestType, ResponseType >, false > | |
Cgrpc_impl::internal::SplitServerStreamingHandler< RequestType, ResponseType > | |
►Cgrpc_impl::internal::TemplatedBidiStreamingHandler< ::grpc_impl::ServerReaderWriter< ResponseType, RequestType >, false > | |
Cgrpc_impl::internal::BidiStreamingHandler< ServiceType, RequestType, ResponseType > | |
Cgrpc_impl::internal::CallbackBidiHandler< RequestType, ResponseType > | |
Cgrpc_impl::internal::CallbackClientStreamingHandler< RequestType, ResponseType > | |
Cgrpc_impl::internal::CallbackServerStreamingHandler< RequestType, ResponseType > | |
Cgrpc_impl::internal::CallbackUnaryHandler< RequestType, ResponseType > | |
Cgrpc_impl::internal::ClientStreamingHandler< ServiceType, RequestType, ResponseType > | A wrapper class of an application provided client streaming handler |
Cgrpc_impl::internal::ErrorMethodHandler< code > | General method handler class for errors that prevent real method use e.g., handle unknown method by returning UNIMPLEMENTED error |
Cgrpc_impl::internal::RpcMethodHandler< ServiceType, RequestType, ResponseType > | A wrapper class of an application provided rpc method handler |
Cgrpc_impl::internal::ServerStreamingHandler< ServiceType, RequestType, ResponseType > | A wrapper class of an application provided server streaming handler |
Cgrpc_impl::internal::TemplatedBidiStreamingHandler< Streamer, WriteNeeded > | A wrapper class of an application provided bidi-streaming handler |
►Cgrpc_core::MPMCQueueInterface | |
Cgrpc_core::InfLenFIFOQueue | |
Cgrpc_core::MultiProducerSingleConsumerQueue | |
Cgrpc::internal::Mutex | |
Cgrpc_core::Mutex | |
Cgrpc::internal::MutexLock | |
Cgrpc_core::MutexLock | |
Cgrpc_impl::ServerBuilder::NamedService | |
Cgrpc::experimental::ExternalConnectionAcceptor::NewConnectionParameters | |
Cgrpc_core::InfLenFIFOQueue::Node | |
Cgrpc_core::MultiProducerSingleConsumerQueue::Node | |
Cgrpc_core::NonPolymorphicRefCount | |
Cgrpc_core::AllocatedMetadata::NoRefKey | |
Cgrpc_core::InternedMetadata::NoRefKey | |
►COp1 | |
Cgrpc::internal::CallOpSet< Op1, Op2, Op3, Op4, Op5, Op6 > | Primary implementation of CallOpSetInterface |
►COp2 | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< Response > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< R > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< RequestType > > | |
Cgrpc::internal::CallOpSet< Op1, Op2, Op3, Op4, Op5, Op6 > | Primary implementation of CallOpSetInterface |
►COp3 | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< Response > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< R > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpServerSendStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< RequestType > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpRecvMessage< R > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< R >, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpClientSendClose > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpRecvInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpGenericRecvMessage, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage > | |
Cgrpc::internal::CallOpSet< Op1, Op2, Op3, Op4, Op5, Op6 > | Primary implementation of CallOpSetInterface |
►COp4 | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpServerSendStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpClientSendClose > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< Response > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< R > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpServerSendStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< RequestType > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpGenericRecvMessage, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpRecvMessage< R > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< R >, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpClientSendClose > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpRecvInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpGenericRecvMessage, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage > | |
Cgrpc::internal::CallOpSet< Op1, Op2, Op3, Op4, Op5, Op6 > | Primary implementation of CallOpSetInterface |
►COp5 | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpServerSendStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpClientSendClose > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< Response > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< R > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpServerSendStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< RequestType > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpGenericRecvMessage, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpRecvMessage< R > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< R >, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpClientSendClose > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpRecvInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpClientSendClose, grpc::internal::CallOpRecvInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpGenericRecvMessage, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage > | |
Cgrpc::internal::CallOpSet< Op1, Op2, Op3, Op4, Op5, Op6 > | Primary implementation of CallOpSetInterface |
►COp6 | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpServerSendStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpClientSendClose > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< Response > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< R > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpServerSendStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< RequestType > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpGenericRecvMessage, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpRecvMessage< R > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< R >, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpClientSendClose > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpRecvInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpClientSendClose, grpc::internal::CallOpRecvInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpGenericRecvMessage, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage > | |
Cgrpc::internal::CallOpSet< Op1, Op2, Op3, Op4, Op5, Op6 > | Primary implementation of CallOpSetInterface |
Cgrpc_core::Optional< T > | |
Cgrpc_core::Optional< bool > | |
Cgrpc_core::Optional< uint32_t > | |
Cgrpc_core::Optional< uint64_t > | |
Cgrpc_core::Optional< uint8_t > | |
Cgrpc_core::BackOff::Options | |
Cgrpc_core::Thread::Options | |
►Cgrpc_core::Orphanable | |
►Cgrpc_core::InternallyRefCounted< ConnectivityStateWatcherInterface > | |
►Cgrpc_core::ConnectivityStateWatcherInterface | |
Cgrpc_core::AsyncConnectivityStateWatcherInterface | |
►Cgrpc_core::ByteStream | |
Cgrpc_core::ByteStreamCache::CachingByteStream | |
Cgrpc_core::SliceBufferByteStream | |
Cgrpc_core::InternallyRefCounted< Child > | |
Cgrpc_core::OrphanableDelete | |
Cgrpc::SslServerCredentialsOptions::PemKeyCertPair | |
Cgrpc_impl::experimental::TlsKeyMaterialsConfig::PemKeyCertPair | |
Cgrpc_core::PidController | |
Cgrpc_core::PolymorphicManualConstructor< BaseType, DerivedTypes > | |
►Cgrpc_core::PolymorphicRefCount | |
►Cgrpc_core::RefCounted< BaseNode > | |
►Cgrpc_core::channelz::BaseNode | |
Cgrpc_core::channelz::ChannelNode | |
Cgrpc_core::channelz::ListenSocketNode | |
Cgrpc_core::channelz::ServerNode | |
Cgrpc_core::channelz::SocketNode | |
►Cgrpc_core::RefCounted< SliceHashTable< T > > | |
Cgrpc_core::SliceHashTable< T > | |
►Cgrpc_core::RefCounted< SliceWeakHashTable< T, Size > > | |
Cgrpc_core::SliceWeakHashTable< T, Size > | |
►Cgrpc_core::RefCounted< Handshaker > | |
Cgrpc_core::Handshaker | Handshaker |
►Cgrpc_core::RefCounted< LogicalThread > | |
Cgrpc_core::LogicalThread | |
►Cgrpc_core::RefCounted< HandshakeManager > | |
Cgrpc_core::HandshakeManager | |
Cgrpc_core::RefCounted< Child, Impl > | |
Cgrpc_impl::ServerBuilder::Port | Experimental, to be deprecated |
Cgrpc_impl::PropagationOptions | Options for ClientContext::FromServerContext specifying which traits from the ServerContext to propagate (copy) from it into a new ClientContext |
►Cgrpc_impl::internal::ReaderInterface< R > | An interface that yields a sequence of messages of type R |
►Cgrpc_impl::ServerReaderWriterInterface< ResponseType, RequestType > | |
Cgrpc_impl::ServerSplitStreamer< RequestType, ResponseType > | A class to represent a flow-controlled server-side streaming call |
Cgrpc_impl::ServerUnaryStreamer< RequestType, ResponseType > | A class to represent a flow-controlled unary call |
Cgrpc_impl::ClientReaderInterface< R > | Client-side interface for streaming reads of message of type R |
Cgrpc_impl::ClientReaderWriterInterface< W, R > | Client-side interface for bi-directional streaming with client-to-server stream messages of type W and server-to-client stream messages of type R |
►Cgrpc_impl::ServerReaderInterface< R > | Server-side interface for streaming reads of message of type R |
Cgrpc_impl::ServerReader< R > | Synchronous (blocking) server-side API for doing client-streaming RPCs, where the incoming message stream coming from the client has messages of type R |
►Cgrpc_impl::ServerReaderWriterInterface< W, R > | Server-side interface for bi-directional streaming |
Cgrpc_impl::ServerReaderWriter< W, R > | Synchronous (blocking) server-side API for a bidirectional streaming call, where the incoming message stream coming from the client has messages of type R, and the outgoing message streaming coming from the server has messages of type W |
Cgrpc_core::RefCount | |
►Cgrpc_core::RefcountedMdBase | |
Cgrpc_core::AllocatedMetadata | |
Cgrpc_core::InternedMetadata | |
Cgrpc_core::RefCountedPtr< T > | |
Cgrpc_core::RefCountedPtr< grpc_auth_context > | |
Cgrpc_core::RefCountedPtr< grpc_core::channelz::BaseNode > | |
Cgrpc_core::RefCountedPtr< grpc_core::channelz::ChannelNode > | |
Cgrpc_core::RefCountedPtrLess< T > | |
Cgrpc::internal::ReleasableMutexLock | |
Cgrpc_core::ReleasableMutexLock | |
►Cgrpc::experimental::RpcAllocatorState | |
►Cgrpc::experimental::MessageHolder< Request, Response > | |
Cgrpc_impl::internal::DefaultMessageHolder< Request, Response > | |
Cgrpc::experimental::MessageHolder< RequestType, ResponseType > | |
Cgrpc::experimental::MessageHolder< RequestT, ResponseT > | |
►Cgrpc::internal::RpcMethod | Descriptor of an RPC method |
Cgrpc::internal::RpcServiceMethod | Server side rpc method class |
Cgrpc::SerializationTraits< Message, UnusedButHereForPartialTemplateSpecialization > | Defines how to serialize and deserialize some type |
Cgrpc::SerializationTraits< ByteBuffer, void > | |
►Cgrpc::internal::ServerAsyncStreamingInterface | |
Cgrpc_impl::ServerAsyncResponseWriter< ByteBuffer > | |
Cgrpc_impl::ServerAsyncReaderInterface< W, R > | |
Cgrpc_impl::ServerAsyncReaderWriterInterface< W, R > | Server-side interface for asynchronous bi-directional streaming |
Cgrpc_impl::ServerAsyncResponseWriter< W > | Async server-side API for handling unary calls, where the single response message sent to the client is of type W |
Cgrpc_impl::ServerAsyncWriterInterface< W > | |
Cgrpc_impl::ServerBuilder | A builder class for the creation and startup of grpc::Server instances |
►Cgrpc_impl::ServerBuilderOption | Interface to pass an option to a ServerBuilder |
Cgrpc::HealthCheckServiceServerBuilderOption | |
Cgrpc::ServerBuilderPlugin | This interface is meant for internal usage only |
►Cgrpc_impl::internal::ServerCallbackCall | The base class of ServerCallbackUnary etc |
Cgrpc_impl::ServerCallbackReader< RequestType > | |
Cgrpc_impl::ServerCallbackReaderWriter< RequestType, ResponseType > | |
Cgrpc_impl::ServerCallbackWriter< ResponseType > | |
Cgrpc_impl::ServerCallbackReader< Request > | |
Cgrpc_impl::ServerCallbackReaderWriter< Request, Response > | |
Cgrpc_impl::ServerCallbackUnary | |
Cgrpc_impl::ServerCallbackWriter< Response > | |
►Cgrpc_impl::ServerContextBase | Base class of ServerContext. Experimental until callback API is final |
►Cgrpc_impl::CallbackServerContext | |
Cgrpc::experimental::GenericCallbackServerContext | |
►Cgrpc_impl::ServerContext | A ServerContext or CallbackServerContext allows the code implementing a service handler to: |
Cgrpc::GenericServerContext | |
►Cgrpc_impl::ServerCredentials | Wrapper around grpc_server_credentials, a way to authenticate a server |
Cgrpc_impl::SecureServerCredentials | |
Cgrpc_impl::ServerInitializer | |
Cgrpc::experimental::ServerInterceptorFactoryInterface | |
►Cgrpc_impl::internal::ServerReactor | |
Cgrpc_impl::ServerBidiReactor< Request, Response > | ServerBidiReactor is the interface for a bidirectional streaming RPC |
Cgrpc_impl::ServerReadReactor< Request > | ServerReadReactor is the interface for a client-streaming RPC |
Cgrpc_impl::ServerUnaryReactor | |
Cgrpc_impl::ServerWriteReactor< Response > | ServerWriteReactor is the interface for a server-streaming RPC |
Cgrpc_impl::internal::ServerReaderWriterBody< W, R > | |
Cgrpc_impl::internal::ServerReaderWriterBody< ResponseType, RequestType > | |
Cgrpc::experimental::ServerRpcInfo | ServerRpcInfo represents the state of a particular RPC as it appears to an interceptor |
►Cgrpc_impl::internal::ServerStreamingInterface | Common interface for all synchronous server side streaming |
Cgrpc_impl::ServerReaderWriterInterface< ResponseType, RequestType > | |
Cgrpc_impl::ServerReaderInterface< R > | Server-side interface for streaming reads of message of type R |
Cgrpc_impl::ServerReaderWriterInterface< W, R > | Server-side interface for bi-directional streaming |
►Cgrpc_impl::ServerWriterInterface< W > | Server-side interface for streaming writes of message of type W |
Cgrpc_impl::ServerWriter< W > | Synchronous (blocking) server-side API for doing for doing a server-streaming RPCs, where the outgoing message stream coming from the server has messages of type W |
►Cgrpc::Service | Desriptor of an RPC service and its various RPC methods |
Cgrpc::DefaultHealthCheckService::HealthCheckServiceImpl | |
Cgrpc::Slice | A wrapper around grpc_slice |
Cgrpc_impl::SslCredentialsOptions | Options used to build SslCredentials |
Cgrpc::SslServerCredentialsOptions | Options to create ServerCredentials with SSL |
Cgrpc_core::StaticMetadata | |
Cgrpc_core::StaticSliceRefcount | |
Cgrpc::Status | Did it work? If it didn't, why? |
Cgrpc_core::internal::StatusCodeSet | A set of grpc_status_code values |
Cgrpc::string_ref | This class is a non owning reference to a string |
Cgrpc_core::StringLess | |
Cgrpc_core::StringView | |
Cgrpc_impl::experimental::StsCredentialsOptions | Options for creating STS Oauth Token Exchange credentials following the IETF draft https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16 |
Cgrpc::StubOptions | Useful interface for generated stubs |
Cgrpc_core::TcpServerFdHandler | |
Cgrpc_core::Thread | |
Cgrpc_core::internal::ThreadInternalsInterface | Base class for platform-specific thread-state |
►Cgrpc::ThreadManager | |
Cgrpc_impl::Server::SyncRequestThreadManager | |
►Cgrpc::ThreadPoolInterface | |
Cgrpc::DynamicThreadPool | |
►Cgrpc_core::ThreadPoolInterface | |
Cgrpc_core::ThreadPool | |
Cgrpc_core::ThreadPoolWorker | |
Cgrpc_core::ThreadState | |
Cgrpc::TimePoint< T > | If you are trying to use CompletionQueue::AsyncNext with a time class that isn't either gpr_timespec or std::chrono::system_clock::time_point, you will most likely be looking at this comment as your compiler will have fired an error below |
Cgrpc::TimePoint< gpr_timespec > | |
Cgrpc::TimePoint< std::chrono::system_clock::time_point > | |
Cgrpc_core::Timestamp | |
Cgrpc_core::Timestamps | |
Cgrpc_impl::experimental::TlsCredentialReloadArg | TLS credential reload arguments, wraps grpc_tls_credential_reload_arg |
Cgrpc_impl::experimental::TlsCredentialReloadConfig | TLS credential reloag config, wraps grpc_tls_credential_reload_config |
Cgrpc_impl::experimental::TlsCredentialReloadInterface | An interface that the application derives and uses to instantiate a TlsCredentialReloadConfig instance |
Cgrpc_impl::experimental::TlsCredentialsOptions | TLS credentials options, wrapper for grpc_tls_credentials_options |
Cgrpc_impl::experimental::TlsKeyMaterialsConfig | TLS key materials config, wrapper for grpc_tls_key_materials_config |
Cgrpc_impl::experimental::TlsServerAuthorizationCheckArg | TLS server authorization check arguments, wraps grpc_tls_server_authorization_check_arg |
Cgrpc_impl::experimental::TlsServerAuthorizationCheckConfig | TLS server authorization check config, wraps grps_tls_server_authorization_check_config |
Cgrpc_impl::experimental::TlsServerAuthorizationCheckInterface | An interface that the application derives and uses to instantiate a TlsServerAuthorizationCheckConfig instance |
Cgrpc_core::TracedBuffer | TracedBuffer is a class to keep track of timestamps for a specific buffer in the TCP layer |
Cgrpc_core::TraceFlag | |
Cgrpc_core::TraceFlagList | |
Cgrpc::TransportOp | A C++ wrapper for the grpc_transport_op struct |
Cgrpc::TransportStreamOpBatch | A C++ wrapper for the grpc_transport_stream_op_batch struct |
Cgrpc_core::UserData | |
Cclosure_impl::wrapped_closure | |
Cgrpc::WriteOptions | Per-message write options |
►Cgrpc_impl::internal::WriterInterface< W > | An interface that can be fed a sequence of messages of type W |
Cgrpc_impl::ServerReaderWriterInterface< ResponseType, RequestType > | |
Cgrpc_impl::ClientReaderWriterInterface< W, R > | Client-side interface for bi-directional streaming with client-to-server stream messages of type W and server-to-client stream messages of type R |
Cgrpc_impl::ClientWriterInterface< W > | Client-side interface for streaming writes of message type W |
Cgrpc_impl::ServerReaderWriterInterface< W, R > | Server-side interface for bi-directional streaming |
Cgrpc_impl::ServerWriterInterface< W > | Server-side interface for streaming writes of message of type W |
►Cgrpc::protobuf::io::ZeroCopyInputStream | |
Cgrpc::ProtoBufferReader | This is a specialization of the protobuf class ZeroCopyInputStream The principle is to get one chunk of data at a time from the proto layer, with options to backup (re-see some bytes) or skip (forward past some bytes) |
►Cgrpc::protobuf::io::ZeroCopyOutputStream | |
Cgrpc::ProtoBufferWriter | This is a specialization of the protobuf class ZeroCopyOutputStream |