Home
last modified time | relevance | path

Searched defs:interceptor_creators (Results 1 – 14 of 14) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/cpp/client/
Dcreate_channel_internal.cc27 std::shared_ptr<Channel> CreateChannelInternal( in CreateChannelInternal()
Dinsecure_credentials.cc40 std::shared_ptr<Channel> CreateChannelWithInterceptors( in CreateChannelWithInterceptors()
Dcreate_channel.cc65 std::shared_ptr<grpc::Channel> CreateCustomChannelWithInterceptors( in CreateCustomChannelWithInterceptors()
Dcronet_credentials.cc43 std::shared_ptr<grpc::Channel> CreateChannelWithInterceptors( in CreateChannelWithInterceptors()
Dcreate_channel_posix.cc58 std::shared_ptr<Channel> CreateCustomInsecureChannelWithInterceptorsFromFd( in CreateCustomInsecureChannelWithInterceptorsFromFd()
Dchannel_cc.cc49 Channel::Channel(const std::string& host, grpc_channel* channel, in Channel()
Dsecure_credentials.cc62 SecureChannelCredentials::CreateChannelWithInterceptors( in CreateChannelWithInterceptors()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/
Dserver.h215 interceptor_creators() override { in interceptor_creators() function
Dserver_builder.h265 void SetInterceptorCreators( in SetInterceptorCreators()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dserver.h215 interceptor_creators() override { in interceptor_creators() function
Dserver_builder.h265 void SetInterceptorCreators( in SetInterceptorCreators()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dserver_interface.h382 interceptor_creators() { in interceptor_creators() function
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dserver_interface.h382 interceptor_creators() { in interceptor_creators() function
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/
Dserver_cc.cc857 Server::Server( in Server()
980 Server::experimental_type::InProcessChannelWithInterceptors( in InProcessChannelWithInterceptors()