Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/googletest/src/googletest/test/
Dgtest_unittest.cc7597 struct ConstructionCounting { struct
7598 ConstructionCounting() { ++default_ctor_calls; } in ConstructionCounting() argument
7599 ~ConstructionCounting() { ++dtor_calls; } in ~ConstructionCounting() argument
7600 ConstructionCounting(const ConstructionCounting&) { ++copy_ctor_calls; } in ConstructionCounting() argument
7601 ConstructionCounting(ConstructionCounting&&) noexcept { ++move_ctor_calls; } in ConstructionCounting() function
7602 ConstructionCounting& operator=(const ConstructionCounting&) { in operator =() argument
7606 ConstructionCounting& operator=(ConstructionCounting&&) noexcept { in operator =() argument
7628 int ConstructionCounting::default_ctor_calls = 0; argument
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgtest_unittest.cc7597 struct ConstructionCounting { struct
7598 ConstructionCounting() { ++default_ctor_calls; } in ConstructionCounting() function
7599 ~ConstructionCounting() { ++dtor_calls; } in ~ConstructionCounting() argument
7600 ConstructionCounting(const ConstructionCounting&) { ++copy_ctor_calls; } in ConstructionCounting() function
7601 ConstructionCounting(ConstructionCounting&&) noexcept { ++move_ctor_calls; } in ConstructionCounting() argument
7602 ConstructionCounting& operator=(const ConstructionCounting&) { in operator =() argument
7606 ConstructionCounting& operator=(ConstructionCounting&&) noexcept { in operator =() argument
7628 int ConstructionCounting::default_ctor_calls = 0; argument
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googletest/test/
Dgtest_unittest.cc7556 struct ConstructionCounting { struct
7557 ConstructionCounting() { ++default_ctor_calls; } in ConstructionCounting() argument
7558 ~ConstructionCounting() { ++dtor_calls; } in ~ConstructionCounting() argument
7559 ConstructionCounting(const ConstructionCounting&) { ++copy_ctor_calls; } in ConstructionCounting() function
7560 ConstructionCounting(ConstructionCounting&&) noexcept { ++move_ctor_calls; } in ConstructionCounting() argument
7561 ConstructionCounting& operator=(const ConstructionCounting&) { in operator =() argument
7565 ConstructionCounting& operator=(ConstructionCounting&&) noexcept { in operator =() argument
7587 int ConstructionCounting::default_ctor_calls = 0; argument
/external/cronet/tot/third_party/googletest/src/googletest/test/
Dgtest_unittest.cc7597 struct ConstructionCounting { struct
7598 ConstructionCounting() { ++default_ctor_calls; } in ConstructionCounting() argument
7599 ~ConstructionCounting() { ++dtor_calls; } in ~ConstructionCounting() argument
7600 ConstructionCounting(const ConstructionCounting&) { ++copy_ctor_calls; } in ConstructionCounting() function
7601 ConstructionCounting(ConstructionCounting&&) noexcept { ++move_ctor_calls; } in ConstructionCounting() argument
7602 ConstructionCounting& operator=(const ConstructionCounting&) { in operator =() argument
7606 ConstructionCounting& operator=(ConstructionCounting&&) noexcept { in operator =() argument
7628 int ConstructionCounting::default_ctor_calls = 0; argument
/external/googletest/googletest/test/
Dgtest_unittest.cc7548 struct ConstructionCounting { struct
7549 ConstructionCounting() { ++default_ctor_calls; } in ConstructionCounting() function
7550 ~ConstructionCounting() { ++dtor_calls; } in ~ConstructionCounting() argument
7551 ConstructionCounting(const ConstructionCounting&) { ++copy_ctor_calls; } in ConstructionCounting() argument
7552 ConstructionCounting(ConstructionCounting&&) noexcept { ++move_ctor_calls; } in ConstructionCounting() function
7553 ConstructionCounting& operator=(const ConstructionCounting&) { in operator =() argument
7557 ConstructionCounting& operator=(ConstructionCounting&&) noexcept { in operator =() argument
7579 int ConstructionCounting::default_ctor_calls = 0; argument
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googletest/test/
Dgtest_unittest.cc7556 struct ConstructionCounting { struct
7557 ConstructionCounting() { ++default_ctor_calls; } in ConstructionCounting() argument
7558 ~ConstructionCounting() { ++dtor_calls; } in ~ConstructionCounting() argument
7559 ConstructionCounting(const ConstructionCounting&) { ++copy_ctor_calls; } in ConstructionCounting() argument
7560 ConstructionCounting(ConstructionCounting&&) noexcept { ++move_ctor_calls; } in ConstructionCounting() argument
7561 ConstructionCounting& operator=(const ConstructionCounting&) { in operator =() argument
7565 ConstructionCounting& operator=(ConstructionCounting&&) noexcept { in operator =() argument
7587 int ConstructionCounting::default_ctor_calls = 0; argument