Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_credentials_options.cc44 destruct_(destruct) {} in grpc_tls_server_authorization_check_config()
48 if (destruct_ != nullptr) { in ~grpc_tls_server_authorization_check_config()
49 destruct_(config_user_data_); in ~grpc_tls_server_authorization_check_config()
Dgrpc_tls_credentials_options.h95 void (*destruct_)(void* config_user_data); member
/external/libcxxabi/src/
Dcxa_exception_storage.cpp59 void _LIBCPP_TLS_DESTRUCTOR_CC destruct_ (void *p) { in destruct_() function
66 if ( 0 != std::__libcpp_tls_create ( &key_, destruct_ ) ) in construct_()
/external/llvm-project/libcxxabi/src/
Dcxa_exception_storage.cpp62 void _LIBCPP_TLS_DESTRUCTOR_CC destruct_ (void *p) { in destruct_() function
69 if ( 0 != std::__libcpp_tls_create ( &key_, destruct_ ) ) in construct_()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.inc212 : destruct_(true), once_() {}
215 : destruct_(false), once_(), space_{{0}} {}
221 if (destruct_) {
239 const bool destruct_;
/external/libtextclassifier/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.inc212 : destruct_(true), once_() {}
215 : destruct_(false), once_(), space_{{0}} {}
221 if (destruct_) {
239 const bool destruct_;