Searched refs:thread_cache_ (Results 1 – 2 of 2) sorted by relevance
56 static internal::ThreadLocalStorage<ThreadCache>* thread_cache_ = in thread_cache() local58 return *thread_cache_->Get(); in thread_cache()62 static GOOGLE_THREAD_LOCAL ThreadCache thread_cache_ = {-1, NULL}; in thread_cache() local63 return thread_cache_; in thread_cache()66 GOOGLE_THREAD_LOCAL ArenaImpl::ThreadCache ArenaImpl::thread_cache_ = {-1, NULL}; member in google::protobuf::internal::ArenaImpl
262 static GOOGLE_THREAD_LOCAL ThreadCache thread_cache_; variable263 static ThreadCache& thread_cache() { return thread_cache_; } in thread_cache()