Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc7556 struct ConstructionCounting { struct
7559 ConstructionCounting(const ConstructionCounting&) { ++copy_ctor_calls; } in ConstructionCounting() function
7560 ConstructionCounting(ConstructionCounting&&) noexcept { ++move_ctor_calls; } in ConstructionCounting() function
7561 ConstructionCounting& operator=(const ConstructionCounting&) { in operator =() argument
7565 ConstructionCounting& operator=(ConstructionCounting&&) noexcept { in operator =() argument
7598 ConstructionCounting::Reset(); in TEST()
7608 ConstructionCounting::Reset(); in TEST()
7610 ConstructionCounting elem; in TEST()
7622 ConstructionCounting::Reset(); in TEST()
7637 ConstructionCounting::Reset(); in TEST()
[all …]