Home
last modified time | relevance | path

Searched refs:init_lib (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/cpp/client/
Dcreate_channel_posix.cc35 grpc::internal::GrpcLibrary init_lib; in CreateInsecureChannelFromFd() local
36 init_lib.init(); in CreateInsecureChannelFromFd()
45 internal::GrpcLibrary init_lib; in CreateCustomInsecureChannelFromFd() local
46 init_lib.init(); in CreateCustomInsecureChannelFromFd()
63 grpc::internal::GrpcLibrary init_lib; in CreateCustomInsecureChannelWithInterceptorsFromFd() local
64 init_lib.init(); in CreateCustomInsecureChannelWithInterceptorsFromFd()
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
34 init_lib.init(); in CreateInsecureChannelFromFd()
41 internal::GrpcLibrary init_lib; in CreateCustomInsecureChannelFromFd() local
42 init_lib.init(); in CreateCustomInsecureChannelFromFd()
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.c150 static void init_lib(void) __attribute__ ((constructor));
151 static void init_lib(void) in init_lib() function
/external/oss-fuzz/projects/ntp/
Dpatch.diff146 + init_lib();