Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Darena.cc56 static internal::ThreadLocalStorage<ThreadCache>* thread_cache_ = in thread_cache() local
62 static PROTOBUF_THREAD_LOCAL ThreadCache thread_cache_ = {-1, NULL}; in thread_cache() local
66 PROTOBUF_THREAD_LOCAL ArenaImpl::ThreadCache ArenaImpl::thread_cache_ = {-1, member in google::protobuf::internal::ArenaImpl
Darena_impl.h300 static PROTOBUF_THREAD_LOCAL ThreadCache thread_cache_; variable