Home
last modified time | relevance | path

Searched defs:thread_cache (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
Darena.cc55 ArenaImpl::ThreadCache& ArenaImpl::thread_cache() { in thread_cache() function in google::protobuf::internal::ArenaImpl
61 ArenaImpl::ThreadCache& ArenaImpl::thread_cache() { in thread_cache() function in google::protobuf::internal::ArenaImpl
Darena_impl.h263 static ThreadCache& thread_cache() { return thread_cache_; } in thread_cache() function
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc579 AllocatorCache *thread_cache; member