Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/tests/gtest/
H A DTestTArray.cpp17 : mDestructionCounter(nullptr)
23 if (mDestructionCounter) {
24 (*mDestructionCounter)++;
31 uint32_t* mDestructionCounter;
37 : mDestructionCounter(nullptr)
43 if (mDestructionCounter) {
44 (*mDestructionCounter)++;
49 : mDestructionCounter(aOther.mDestructionCounter)
51 aOther.mDestructionCounter = nullptr;
54 uint32_t* mDestructionCounter;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/tests/gtest/
H A DTestTArray.cpp17 : mDestructionCounter(nullptr) in Copyable()
23 if (mDestructionCounter) { in ~Copyable()
24 (*mDestructionCounter)++; in ~Copyable()
31 uint32_t* mDestructionCounter; member
37 : mDestructionCounter(nullptr) in Movable()
43 if (mDestructionCounter) { in ~Movable()
44 (*mDestructionCounter)++; in ~Movable()
49 : mDestructionCounter(aOther.mDestructionCounter) in Movable()
51 aOther.mDestructionCounter = nullptr; in Movable()
54 uint32_t* mDestructionCounter; member
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/tests/gtest/
H A DTestQueue.cpp16 Movable() : mDestructionCounter(nullptr) {} in Movable()
18 : mDestructionCounter(aDestructionCounter) {} in Movable()
21 if (mDestructionCounter) { in ~Movable()
22 (*mDestructionCounter)++; in ~Movable()
26 Movable(Movable&& aOther) : mDestructionCounter(aOther.mDestructionCounter) { in Movable()
27 aOther.mDestructionCounter = nullptr; in Movable()
30 uint32_t* mDestructionCounter; member
141 EXPECT_EQ(popped.mDestructionCounter, &count); in TEST()
H A DTestTArray.cpp18 Copyable() : mDestructionCounter(nullptr) {} in Copyable()
21 if (mDestructionCounter) { in ~Copyable()
22 (*mDestructionCounter)++; in ~Copyable()
29 uint32_t* mDestructionCounter; member
33 Movable() : mDestructionCounter(nullptr) {} in Movable()
36 if (mDestructionCounter) { in ~Movable()
37 (*mDestructionCounter)++; in ~Movable()
41 Movable(Movable&& aOther) : mDestructionCounter(aOther.mDestructionCounter) { in Movable()
42 aOther.mDestructionCounter = nullptr; in Movable()
45 uint32_t* mDestructionCounter; member
[all …]
/dports/www/firefox/firefox-99.0/xpcom/tests/gtest/
H A DTestQueue.cpp16 Movable() : mDestructionCounter(nullptr) {} in Movable()
18 : mDestructionCounter(aDestructionCounter) {} in Movable()
21 if (mDestructionCounter) { in ~Movable()
22 (*mDestructionCounter)++; in ~Movable()
26 Movable(Movable&& aOther) : mDestructionCounter(aOther.mDestructionCounter) { in Movable()
27 aOther.mDestructionCounter = nullptr; in Movable()
30 uint32_t* mDestructionCounter; member
141 EXPECT_EQ(popped.mDestructionCounter, &count); in TEST()
H A DTestTArray.cpp18 Copyable() : mDestructionCounter(nullptr) {} in Copyable()
21 if (mDestructionCounter) { in ~Copyable()
22 (*mDestructionCounter)++; in ~Copyable()
29 uint32_t* mDestructionCounter; member
33 Movable() : mDestructionCounter(nullptr) {} in Movable()
36 if (mDestructionCounter) { in ~Movable()
37 (*mDestructionCounter)++; in ~Movable()
41 Movable(Movable&& aOther) : mDestructionCounter(aOther.mDestructionCounter) { in Movable()
42 aOther.mDestructionCounter = nullptr; in Movable()
45 uint32_t* mDestructionCounter; member
[all …]
/dports/www/firefox-esr/firefox-91.8.0/xpcom/tests/gtest/
H A DTestQueue.cpp16 Movable() : mDestructionCounter(nullptr) {} in Movable()
18 : mDestructionCounter(aDestructionCounter) {} in Movable()
21 if (mDestructionCounter) { in ~Movable()
22 (*mDestructionCounter)++; in ~Movable()
26 Movable(Movable&& aOther) : mDestructionCounter(aOther.mDestructionCounter) { in Movable()
27 aOther.mDestructionCounter = nullptr; in Movable()
30 uint32_t* mDestructionCounter; member
141 EXPECT_EQ(popped.mDestructionCounter, &count); in TEST()
H A DTestTArray.cpp18 Copyable() : mDestructionCounter(nullptr) {} in Copyable()
21 if (mDestructionCounter) { in ~Copyable()
22 (*mDestructionCounter)++; in ~Copyable()
29 uint32_t* mDestructionCounter; member
33 Movable() : mDestructionCounter(nullptr) {} in Movable()
36 if (mDestructionCounter) { in ~Movable()
37 (*mDestructionCounter)++; in ~Movable()
41 Movable(Movable&& aOther) : mDestructionCounter(aOther.mDestructionCounter) { in Movable()
42 aOther.mDestructionCounter = nullptr; in Movable()
45 uint32_t* mDestructionCounter; member
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/tests/gtest/
H A DTestTArray.cpp17 Copyable() : mDestructionCounter(nullptr) {} in Copyable()
20 if (mDestructionCounter) { in ~Copyable()
21 (*mDestructionCounter)++; in ~Copyable()
28 uint32_t* mDestructionCounter; member
32 Movable() : mDestructionCounter(nullptr) {} in Movable()
35 if (mDestructionCounter) { in ~Movable()
36 (*mDestructionCounter)++; in ~Movable()
40 Movable(Movable&& aOther) : mDestructionCounter(aOther.mDestructionCounter) { in Movable()
41 aOther.mDestructionCounter = nullptr; in Movable()
44 uint32_t* mDestructionCounter; member
[all …]