Searched refs:InitRootStoreOnce (Results 1 – 2 of 2) sorted by relevance
274 static void InitRootStoreOnce();
1235 gpr_once_init(&once, DefaultSslRootStore::InitRootStoreOnce);1238 void DefaultSslRootStore::InitRootStoreOnce() { function in grpc_core::DefaultSslRootStore