Home
last modified time | relevance | path

Searched defs:ThreadCache (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/3rdparty/protobuf/src/google/protobuf/
H A Darena_impl.h158 struct ThreadCache { struct
163 ThreadCache() : last_lifecycle_id_seen(-1), last_block_used_(NULL) {} in ThreadCache() argument
176 static ThreadCache& thread_cache(); argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/
H A Darena_impl.h238 struct ThreadCache { struct
243 ThreadCache() : last_lifecycle_id_seen(-1), last_serial_arena(NULL) {} in ThreadCache() argument
256 static ThreadCache& thread_cache(); argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/
H A Darena_impl.h238 struct ThreadCache { struct
243 ThreadCache() : last_lifecycle_id_seen(-1), last_serial_arena(NULL) {} in ThreadCache() argument
256 static ThreadCache& thread_cache(); argument
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/
H A Darena_impl.h412 struct alignas(64) ThreadCache { struct
417 ThreadCache() in ThreadCache() argument
431 // The ThreadCache is considered valid as long as this matches the argument
451 static ThreadCache& thread_cache(); argument
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/
H A Darena_impl.h422 struct alignas(64) ThreadCache { struct
427 ThreadCache() in ThreadCache() argument
441 // The ThreadCache is considered valid as long as this matches the argument
461 static ThreadCache& thread_cache(); argument
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/protobuf/src/google/protobuf/
H A Darena_impl.h274 struct ThreadCache { struct
279 ThreadCache() : last_lifecycle_id_seen(-1), last_serial_arena(NULL) {} in ThreadCache() argument
292 static ThreadCache& thread_cache(); argument
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Darena_impl.h274 struct ThreadCache { struct
279 ThreadCache() : last_lifecycle_id_seen(-1), last_serial_arena(NULL) {} in ThreadCache() argument
292 static ThreadCache& thread_cache(); argument
/dports/www/firefox/firefox-99.0/toolkit/components/protobuf/src/google/protobuf/
H A Darena_impl.h274 struct ThreadCache { struct
279 ThreadCache() : last_lifecycle_id_seen(-1), last_serial_arena(NULL) {} in ThreadCache() argument
292 static ThreadCache& thread_cache(); argument
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Darena_impl.h274 struct ThreadCache { struct
279 ThreadCache() : last_lifecycle_id_seen(-1), last_serial_arena(NULL) {} in ThreadCache() argument
292 static ThreadCache& thread_cache(); argument
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/protobuf/src/google/protobuf/
H A Darena_impl.h138 struct ThreadCache { struct
156 static ThreadCache& thread_cache(); argument
/dports/net/py-trio/trio-0.19.0/trio/_core/
H A D_thread_cache.py95 class ThreadCache: class
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/allocator/partition_allocator/
H A Dthread_cache.cc153 ThreadCache::ThreadCache(PartitionRoot<ThreadSafe>* root) in ThreadCache() function in base::internal::ThreadCache
H A Dthread_cache.h32 class ThreadCache; variable
H A Dpartition_root.h97 enum class ThreadCache { enum