Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Darena_impl.h294 static ThreadCache& thread_cache();
298 static ThreadCache& thread_cache();
301 static ThreadCache& thread_cache() { return thread_cache_; } in thread_cache() function
313 thread_cache().last_serial_arena = serial; in CacheSerialArena()
314 thread_cache().last_lifecycle_id_seen = lifecycle_id_; in CacheSerialArena()
338 ThreadCache* tc = &thread_cache(); in GetSerialArenaFast()
352 ThreadCache* tc = &thread_cache(); in GetSerialArenaFromThreadCache()
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
82 SerialArena::New(initial_block_, &thread_cache(), this); in Init()
188 return GetSerialArenaFallback(&thread_cache()); in GetSerialArena()