Home
last modified time | relevance | path

Searched defs:ref_count_ (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler-dispatcher/
Doptimizing-compile-dispatcher.h100 std::atomic<int> ref_count_; variable
/third_party/gn/src/base/memory/
Dref_counted.h73 mutable uint32_t ref_count_ = 0; variable
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Drefcount.h161 mutable size_t ref_count_; // reference count of current object variable
/third_party/node/deps/v8/src/profiler/
Dprofile-generator.h240 std::atomic<std::size_t> ref_count_ = {0}; variable