Home
last modified time | relevance | path

Searched defs:destroyed (Results 1 – 25 of 1619) sorted by relevance

12345678910>>...65

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/platform/api/
H A Dquic_reference_counted_test.cc28 explicit Derived(bool* destroyed) : Base(destroyed) {} in Derived()
44 bool destroyed = false; in TEST_F() local
53 bool destroyed = false; in TEST_F() local
64 bool destroyed = false; in TEST_F() local
78 bool destroyed = false; in TEST_F() local
92 bool destroyed = false; in TEST_F() local
106 bool destroyed = false; in TEST_F() local
120 bool destroyed = false; in TEST_F() local
133 bool destroyed = false; in TEST_F() local
146 bool destroyed = false; in TEST_F() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/platform/api/
H A Dquic_reference_counted_test.cc28 explicit Derived(bool* destroyed) : Base(destroyed) {} in Derived()
44 bool destroyed = false; in TEST_F() local
53 bool destroyed = false; in TEST_F() local
64 bool destroyed = false; in TEST_F() local
78 bool destroyed = false; in TEST_F() local
92 bool destroyed = false; in TEST_F() local
106 bool destroyed = false; in TEST_F() local
120 bool destroyed = false; in TEST_F() local
133 bool destroyed = false; in TEST_F() local
146 bool destroyed = false; in TEST_F() local
[all …]
/dports/www/py-libsass/libsass-0.21.0/libsass/test/
H A Dtest_shared_ptr.cpp17 TestObj(bool *destroyed) : destroyed_(destroyed) {} in TestObj()
31 bool destroyed = false; in TestOneSharedPtr() local
40 bool destroyed = false; in TestTwoSharedPtrs() local
53 bool destroyed = false; in TestSelfAssignment() local
64 bool destroyed = false; in TestPointerAssignment() local
75 bool destroyed = false; in TestOneSharedPtrDetach() local
86 bool destroyed = false; in TestTwoSharedPtrsDetach() local
102 bool destroyed = false; in TestSelfAssignDetach() local
115 bool destroyed = false; in TestDetachedPtrIsNotDestroyedUntilAssignment() local
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/golibsass/libsass_src/test/
H A Dtest_shared_ptr.cpp17 TestObj(bool *destroyed) : destroyed_(destroyed) {} in TestObj()
31 bool destroyed = false; in TestOneSharedPtr() local
40 bool destroyed = false; in TestTwoSharedPtrs() local
53 bool destroyed = false; in TestSelfAssignment() local
64 bool destroyed = false; in TestPointerAssignment() local
75 bool destroyed = false; in TestOneSharedPtrDetach() local
86 bool destroyed = false; in TestTwoSharedPtrsDetach() local
102 bool destroyed = false; in TestSelfAssignDetach() local
115 bool destroyed = false; in TestDetachedPtrIsNotDestroyedUntilAssignment() local
/dports/textproc/libsass/libsass-3.6.4/test/
H A Dtest_shared_ptr.cpp17 TestObj(bool *destroyed) : destroyed_(destroyed) {} in TestObj()
31 bool destroyed = false; in TestOneSharedPtr() local
40 bool destroyed = false; in TestTwoSharedPtrs() local
53 bool destroyed = false; in TestSelfAssignment() local
64 bool destroyed = false; in TestPointerAssignment() local
75 bool destroyed = false; in TestOneSharedPtrDetach() local
86 bool destroyed = false; in TestTwoSharedPtrsDetach() local
102 bool destroyed = false; in TestSelfAssignDetach() local
115 bool destroyed = false; in TestDetachedPtrIsNotDestroyedUntilAssignment() local
/dports/www/zola/zola-0.15.2/cargo-crates/sass-sys-0.4.22/libsass/test/
H A Dtest_shared_ptr.cpp17 TestObj(bool *destroyed) : destroyed_(destroyed) {} in TestObj()
31 bool destroyed = false; in TestOneSharedPtr() local
40 bool destroyed = false; in TestTwoSharedPtrs() local
53 bool destroyed = false; in TestSelfAssignment() local
64 bool destroyed = false; in TestPointerAssignment() local
75 bool destroyed = false; in TestOneSharedPtrDetach() local
86 bool destroyed = false; in TestTwoSharedPtrsDetach() local
102 bool destroyed = false; in TestSelfAssignDetach() local
115 bool destroyed = false; in TestDetachedPtrIsNotDestroyedUntilAssignment() local
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/libsass/test/
H A Dtest_shared_ptr.cpp17 TestObj(bool *destroyed) : destroyed_(destroyed) {} in TestObj()
31 bool destroyed = false; in TestOneSharedPtr() local
40 bool destroyed = false; in TestTwoSharedPtrs() local
53 bool destroyed = false; in TestSelfAssignment() local
64 bool destroyed = false; in TestPointerAssignment() local
75 bool destroyed = false; in TestOneSharedPtrDetach() local
86 bool destroyed = false; in TestTwoSharedPtrsDetach() local
102 bool destroyed = false; in TestSelfAssignDetach() local
115 bool destroyed = false; in TestDetachedPtrIsNotDestroyedUntilAssignment() local
/dports/irc/znc/znc-1.8.2/test/
H A DThreadTest.cpp23 CWaitingJob(bool& destroyed) in CWaitingJob()
68 bool destroyed = false; in TEST() local
79 CCancelJob(bool& destroyed) in CCancelJob()
126 bool destroyed = false; in TEST() local
139 bool destroyed = false; in TEST() local
153 CEmptyJob(bool& destroyed) : m_bDestroyed(destroyed) {} in CEmptyJob()
168 bool destroyed = false; in TEST() local
/dports/devel/boost-docs/boost_1_72_0/libs/smart_ptr/test/
H A Dmake_shared_array_tmp_test.cpp14 static int destroyed; member
22 int X::destroyed = 0; member in X
/dports/devel/boost-python-libs/boost_1_72_0/libs/smart_ptr/test/
H A Dmake_shared_array_tmp_test.cpp14 static int destroyed; member
22 int X::destroyed = 0; member in X
/dports/devel/boost-libs/boost_1_72_0/libs/smart_ptr/test/
H A Dmake_shared_array_tmp_test.cpp14 static int destroyed; member
22 int X::destroyed = 0; member in X
/dports/devel/hyperscan/boost_1_75_0/libs/smart_ptr/test/
H A Dmake_shared_array_tmp_test.cpp14 static int destroyed; member
22 int X::destroyed = 0; member in X
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/ipc/common/
H A Dgpu_memory_buffer_impl_test_template.h41 bool* destroyed) { in CreateGpuMemoryBuffer()
67 bool* destroyed, in FreeGpuMemoryBuffer()
111 bool destroyed = false; in TYPED_TEST_P() local
152 bool destroyed = false; in TYPED_TEST_P() local
328 bool destroyed = false; in TYPED_TEST_P() local
375 bool destroyed = false; in TYPED_TEST_P() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/ipc/common/
H A Dgpu_memory_buffer_impl_test_template.h41 bool* destroyed) { in CreateGpuMemoryBuffer()
67 bool* destroyed, in FreeGpuMemoryBuffer()
113 bool destroyed = false; in TYPED_TEST_P() local
156 bool destroyed = false; in TYPED_TEST_P() local
334 bool destroyed = false; in TYPED_TEST_P() local
381 bool destroyed = false; in TYPED_TEST_P() local
/dports/devel/libtickit/libtickit-0.4.2a/t/
H A D41window.c120 int destroyed = 0; in main() local
132 int destroyed = 0; in main() local
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/tests/
H A Dtest-mongoc-set.c10 int *destroyed = (int *) ctx_; in test_set_dtor() local
40 int destroyed = 0; in test_set_new() local
/dports/devel/grpc130/grpc-1.30.2/test/core/transport/
H A Dconnectivity_state_test.cc46 bool* destroyed = nullptr) in Watcher()
97 bool destroyed = false; in TEST() local
117 bool destroyed = false; in TEST() local
137 bool destroyed = false; in TEST() local
/dports/devel/hyperscan/boost_1_75_0/tools/quickbook/test/unit/
H A Dcleanup_test.cpp17 static std::vector<int> destroyed; member
49 std::vector<int> counted::destroyed; member in counted
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/quickbook/test/unit/
H A Dcleanup_test.cpp17 static std::vector<int> destroyed; member
49 std::vector<int> counted::destroyed; member in counted
/dports/devel/boost-docs/boost_1_72_0/tools/quickbook/test/unit/
H A Dcleanup_test.cpp17 static std::vector<int> destroyed; member
49 std::vector<int> counted::destroyed; member in counted
/dports/devel/boost-libs/boost_1_72_0/tools/quickbook/test/unit/
H A Dcleanup_test.cpp17 static std::vector<int> destroyed; member
49 std::vector<int> counted::destroyed; member in counted
/dports/devel/boost-python-libs/boost_1_72_0/tools/quickbook/test/unit/
H A Dcleanup_test.cpp17 static std::vector<int> destroyed; member
49 std::vector<int> counted::destroyed; member in counted
/dports/editors/libreoffice/libreoffice-7.2.6.2/configmgr/qa/unit/
H A Dtest.cxx129 Test const & theTest, int count, bool * destroyed): in RecursiveTest()
184 Test const & theTest, int count, bool * destroyed): in SimpleRecursiveTest()
384 bool destroyed = false; in testRecursive() local
392 bool destroyed = false; in testCrossThreads() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/configmgr/qa/unit/
H A Dtest.cxx129 Test const & theTest, int count, bool * destroyed): in RecursiveTest()
184 Test const & theTest, int count, bool * destroyed): in SimpleRecursiveTest()
384 bool destroyed = false; in testRecursive() local
392 bool destroyed = false; in testCrossThreads() local
/dports/games/maxr/maxr-0.2.9/src/game/logic/
H A Dattackjob.cpp213 bool destroyed = impact(); in run() local
480 bool destroyed = false; in impact() local
492 bool destroyed = false; in impactCluster() local
551 bool destroyed = false; in impactSingle() local

12345678910>>...65