Home
last modified time | relevance | path

Searched refs:grpc_arg_pointer_vtable (Results 1 – 25 of 53) sorted by relevance

123

/external/grpc-grpc/include/grpc/impl/codegen/
Dgrpc_types.h85 typedef struct grpc_arg_pointer_vtable { struct
89 } grpc_arg_pointer_vtable; argument
111 const grpc_arg_pointer_vtable* vtable;
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dgrpc_types.h85 typedef struct grpc_arg_pointer_vtable { struct
89 } grpc_arg_pointer_vtable; argument
111 const grpc_arg_pointer_vtable* vtable;
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dgrpc_types.h85 typedef struct grpc_arg_pointer_vtable { struct
89 } grpc_arg_pointer_vtable; typedef
111 const grpc_arg_pointer_vtable* vtable;
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Darguments.pxd.pxi35 cdef void c(self, argument, grpc_arg_pointer_vtable *vtable, references)
45 cdef grpc_channel_args *c(self, grpc_arg_pointer_vtable *vtable)
Darguments.pyx.pxi55 cdef void c(self, argument, grpc_arg_pointer_vtable *vtable, references):
92 cdef grpc_channel_args *c(self, grpc_arg_pointer_vtable *vtable):
Dserver.pxd.pxi18 cdef grpc_arg_pointer_vtable _vtable
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/
Dcredentials.cc64 static const grpc_arg_pointer_vtable credentials_pointer_vtable = {
133 static const grpc_arg_pointer_vtable cred_ptr_vtable = {
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel_factory.cc36 const grpc_arg_pointer_vtable factory_arg_vtable = {
Dconfig_selector.cc39 const grpc_arg_pointer_vtable kChannelArgVtable = {
Dsubchannel_pool_interface.cc77 const grpc_arg_pointer_vtable subchannel_pool_arg_vtable = {
/external/grpc-grpc/src/core/lib/security/transport/
Dtarget_authority_table.cc48 const grpc_arg_pointer_vtable target_authority_table_arg_vtable = {
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel_factory.cc60 static const grpc_arg_pointer_vtable factory_arg_vtable = {
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb_balancer_addresses.cc56 const grpc_arg_pointer_vtable kBalancerAddressesArgVtable = {
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dchannel_arguments.cc180 static const grpc_arg_pointer_vtable vtable = { in SetPointer()
188 const grpc_arg_pointer_vtable* vtable) { in SetPointerWithVtable()
/external/grpc-grpc/src/cpp/common/
Dchannel_arguments.cc179 static const grpc_arg_pointer_vtable vtable = { in SetPointer()
187 const grpc_arg_pointer_vtable* vtable) { in SetPointerWithVtable()
/external/grpc-grpc/src/core/lib/iomgr/
Dsocket_mutator.cc77 static const grpc_arg_pointer_vtable socket_mutator_arg_vtable = {
Dsocket_factory_posix.cc86 static const grpc_arg_pointer_vtable socket_factory_arg_vtable = {
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dsocket_mutator.cc77 static const grpc_arg_pointer_vtable socket_mutator_arg_vtable = {
Dsocket_factory_posix.cc86 static const grpc_arg_pointer_vtable socket_factory_arg_vtable = {
/external/grpc-grpc/src/core/lib/security/credentials/
Dcredentials.cc160 static const grpc_arg_pointer_vtable credentials_pointer_vtable = {
257 static const grpc_arg_pointer_vtable cred_ptr_vtable = {
/external/grpc-grpc/src/core/lib/channel/
Dchannel_args.h125 const grpc_arg_pointer_vtable* vtable);
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/support/
Dchannel_arguments.h110 const grpc_arg_pointer_vtable* vtable);
/external/grpc-grpc/include/grpcpp/support/
Dchannel_arguments.h110 const grpc_arg_pointer_vtable* vtable);
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/
Dchannel_arguments.h110 const grpc_arg_pointer_vtable* vtable);
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannel_args.h117 const grpc_arg_pointer_vtable* vtable);

123