Home
last modified time | relevance | path

Searched defs:init_lib (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/cpp/client/
Dcreate_channel_posix.cc35 grpc::internal::GrpcLibrary init_lib; in CreateInsecureChannelFromFd() local
45 internal::GrpcLibrary init_lib; in CreateCustomInsecureChannelFromFd() local
63 grpc::internal::GrpcLibrary init_lib; in CreateCustomInsecureChannelWithInterceptorsFromFd() local
Dcreate_channel.cc41 init_lib; // We need to call init in case of bad creds. in CreateCustomChannel() local
73 init_lib; // We need to call init in case of bad creds. in CreateCustomChannelWithInterceptors() local
/external/grpc-grpc/src/cpp/client/
Dcreate_channel_posix.cc33 internal::GrpcLibrary init_lib; in CreateInsecureChannelFromFd() local
41 internal::GrpcLibrary init_lib; in CreateCustomInsecureChannelFromFd() local
Dcreate_channel.cc41 GrpcLibraryCodegen init_lib; // We need to call init in case of a bad creds. in CreateCustomChannel() local
/external/selinux/libselinux/src/
Dinit.c151 static void init_lib(void) in init_lib() function