Home
last modified time | relevance | path

Searched refs:g_testDrop (Results 1 - 2 of 2) sorted by relevance

/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/tests/
H A Dmem.rs31 assert_eq!(g_testDrop, 0); in test()
35 assert_eq!(g_testDrop, 1); in test()
40 assert_eq!(g_testDrop, 1); in test()
44 assert_eq!(g_testDrop, 2); in test()
50 static g_testDrop: i32; consts
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/tests/cxx/
H A Dsamgr_rust_test_mem.cpp25 int32_t g_testDrop = 0; variable
30 g_testDrop += 1; in ~Foo()

Completed in 1 milliseconds