Home
last modified time | relevance | path

Searched refs:interceptor_creators (Results 1 – 24 of 24) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/cpp/client/
Dcreate_channel.cc71 interceptor_creators) { in CreateCustomChannelWithInterceptors()
75 target, args, std::move(interceptor_creators)) in CreateCustomChannelWithInterceptors()
81 std::move(interceptor_creators)); in CreateCustomChannelWithInterceptors()
Dcreate_channel_internal.cc31 interceptor_creators) { in CreateChannelInternal()
33 new Channel(host, c_channel, std::move(interceptor_creators))); in CreateChannelInternal()
Dinsecure_credentials.cc44 interceptor_creators) override { in CreateChannelWithInterceptors()
50 std::move(interceptor_creators)); in CreateChannelWithInterceptors()
Dcronet_credentials.cc47 interceptor_creators) override { in CreateChannelWithInterceptors()
54 std::move(interceptor_creators)); in CreateChannelWithInterceptors()
Dcreate_channel_posix.cc62 interceptor_creators) { in CreateCustomInsecureChannelWithInterceptorsFromFd()
70 std::move(interceptor_creators)); in CreateCustomInsecureChannelWithInterceptorsFromFd()
Dcreate_channel_internal.h36 interceptor_creators);
Dchannel_cc.cc52 interceptor_creators) in Channel()
54 interceptor_creators_ = std::move(interceptor_creators); in Channel()
Dsecure_credentials.h55 interceptor_creators) override;
Dsecure_credentials.cc66 interceptor_creators) { in CreateChannelWithInterceptors()
73 std::move(interceptor_creators)); in CreateChannelWithInterceptors()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/
Dchannel.h44 interceptor_creators);
81 interceptor_creators);
86 interceptor_creators);
Dserver.h122 interceptor_creators);
186 interceptor_creators = std::vector<std::unique_ptr<
215 interceptor_creators() override { in interceptor_creators() function
Dcreate_channel_posix.h62 interceptor_creators);
Dcreate_channel.h74 interceptor_creators);
Dserver_builder.h268 interceptor_creators) { in SetInterceptorCreators()
269 builder_->interceptor_creators_ = std::move(interceptor_creators); in SetInterceptorCreators()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dchannel.h44 interceptor_creators);
81 interceptor_creators);
86 interceptor_creators);
Dserver.h122 interceptor_creators);
186 interceptor_creators = std::vector<std::unique_ptr<
215 interceptor_creators() override { in interceptor_creators() function
Dcreate_channel_posix.h62 interceptor_creators);
Dcreate_channel.h74 interceptor_creators);
Dserver_builder.h268 interceptor_creators) { in SetInterceptorCreators()
269 builder_->interceptor_creators_ = std::move(interceptor_creators); in SetInterceptorCreators()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/security/
Dcredentials.h56 interceptor_creators);
101 interceptor_creators);
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/
Dcredentials.h56 interceptor_creators);
101 interceptor_creators);
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dserver_interface.h241 *server_->interceptor_creators())); in FinalizeResult()
382 interceptor_creators() { in interceptor_creators() function
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dserver_interface.h241 *server_->interceptor_creators())); in FinalizeResult()
382 interceptor_creators() { in interceptor_creators() function
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/
Dserver_cc.cc271 *server_->interceptor_creators())); in FinalizeResult()
868 interceptor_creators) in Server()
870 interceptor_creators_(std::move(interceptor_creators)), in Server()
984 interceptor_creators) { in InProcessChannelWithInterceptors()
989 std::move(interceptor_creators)); in InProcessChannelWithInterceptors()