Home
last modified time | relevance | path

Searched refs:thread_cache_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Darena.cc45 static internal::ThreadLocalStorage<ThreadCache>* thread_cache_ = in thread_cache() local
47 return *thread_cache_->Get(); in thread_cache()
51 static GOOGLE_THREAD_LOCAL ThreadCache thread_cache_ = { -1, NULL }; in thread_cache() local
52 return thread_cache_; in thread_cache()
55 GOOGLE_THREAD_LOCAL Arena::ThreadCache Arena::thread_cache_ = { -1, NULL }; member in google::protobuf::Arena
Darena.h566 static GOOGLE_THREAD_LOCAL ThreadCache thread_cache_; variable
567 static ThreadCache& thread_cache() { return thread_cache_; } in thread_cache()