Home
last modified time | relevance | path

Searched defs:count_ (Results 1 – 25 of 110) sorted by relevance

12345

/third_party/boost/libs/interprocess/test/
Dnamed_upgradable_mutex_test.cpp44 static int count_; member in named_upgradable_mutex_lock_test_wrapper
47 int named_upgradable_mutex_lock_test_wrapper::count_ = 0; member in named_upgradable_mutex_lock_test_wrapper
79 static int count_; member in named_upgradable_mutex_creation_test_wrapper
82 int named_upgradable_mutex_creation_test_wrapper::count_ = 0; member in named_upgradable_mutex_creation_test_wrapper
Dnamed_sharable_mutex_test.cpp44 static int count_; member in named_sharable_mutex_lock_test_wrapper
47 int named_sharable_mutex_lock_test_wrapper::count_ = 0; member in named_sharable_mutex_lock_test_wrapper
79 static int count_; member in named_sharable_mutex_creation_test_wrapper
82 int named_sharable_mutex_creation_test_wrapper::count_ = 0; member in named_sharable_mutex_creation_test_wrapper
Dnamed_condition_test.cpp115 static int count_; member in named_condition_creation_test_wrapper
118 int named_condition_creation_test_wrapper::count_ = 0; member in named_condition_creation_test_wrapper
Dnamed_condition_any_test.cpp115 static int count_; member in named_condition_any_creation_test_wrapper
118 int named_condition_any_creation_test_wrapper::count_ = 0; member in named_condition_any_creation_test_wrapper
/third_party/boost/boost/spirit/home/support/detail/lexer/
Dgenerate_cpp.hpp139 std::size_t count_ = lookups_ / 8; in generate_cpp() local
210 std::size_t count_ = sm_._dfa_alphabet.size (); in generate_cpp() local
250 std::size_t count_ = lookups_ / 8; in generate_cpp() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_buffer_mgr.h38 explicit Semaphore(int count = 0) : count_(count) {} in count_() function
60 int count_; variable
/third_party/boost/boost/statechart/detail/
Dcounted_base.hpp29 mutable boost::detail::atomic_count count_; member
36 mutable long count_; member
/third_party/boost/boost/thread/detail/
Dcounter.hpp80 counter const& count_; member
86 counter const& count_; member
92 std::size_t& count_; member
/third_party/boost/libs/core/test/
Dref_test.cpp52 static int count_; member
61 int copy_counter::count_ = 0; member in __anonb077ffc60111::copy_counter
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dblocking_counter.h93 std::atomic<int> count_; variable
/third_party/boost/boost/mpl/multiset/aux_/
Ditem.hpp46 typedef int_< msvc70_wknd_ > count_; typedef
59 typedef int_< msvc70_wknd_ > count_; typedef
Dmultiset0.hpp27 typedef int_<1> count_; typedef
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DAsyncRunner.h47 uint64_t count_ = 0; variable
/third_party/boost/libs/asio/example/cpp03/tutorial/timer4/
Dtimer.cpp44 int count_; member in printer
/third_party/boost/boost/fiber/
Drecursive_mutex.hpp45 std::size_t count_{ 0 }; member in boost::fibers::recursive_mutex
Drecursive_timed_mutex.hpp47 std::size_t count_{ 0 }; member in boost::fibers::recursive_timed_mutex
/third_party/grpc/src/core/lib/gprpp/
Dfork.cc118 gpr_atm count_; member in grpc_core::internal::ExecCtxState
164 int count_; member in grpc_core::internal::ThreadState
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/rts/
Dmemcpy_rts_dynamic_kernel.h40 uint32_t count_; variable
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
DgatherNd_fp32.h46 int count_ = 0; variable
/third_party/skia/third_party/externals/tint/src/sem/
Darray.h102 const uint32_t count_; variable
/third_party/boost/libs/asio/example/cpp03/tutorial/timer5/
Dtimer.cpp69 int count_; member in printer
/third_party/boost/libs/asio/test/
Dcompose.cpp79 int* count_; member
177 int* count_; member
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
DgatherNd_int8.h42 int count_ = 0; variable
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsDictionaryMatcher.java24 …public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit,… in matches()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCharsDictionaryMatcher.java25 …public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit,… in matches()

12345