Searched refs:destruct_ (Results 1 – 6 of 6) sorted by relevance
44 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()
95 void (*destruct_)(void* config_user_data); member
59 void _LIBCPP_TLS_DESTRUCTOR_CC destruct_ (void *p) { in destruct_() function66 if ( 0 != std::__libcpp_tls_create ( &key_, destruct_ ) ) in construct_()
62 void _LIBCPP_TLS_DESTRUCTOR_CC destruct_ (void *p) { in destruct_() function69 if ( 0 != std::__libcpp_tls_create ( &key_, destruct_ ) ) in construct_()
212 : destruct_(true), once_() {}215 : destruct_(false), once_(), space_{{0}} {}221 if (destruct_) {239 const bool destruct_;