Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Darena.cc44 Arena::ThreadCache& Arena::thread_cache() { in thread_cache() function in google::protobuf::Arena
50 Arena::ThreadCache& Arena::thread_cache() { in thread_cache() function in google::protobuf::Arena
Darena.h567 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