Home
last modified time | relevance | path

Searched defs:DestructionCounter (Results 1 – 3 of 3) sorted by relevance

/external/abseil-cpp/absl/cleanup/
Dcleanup_test.cc269 struct DestructionCounter { struct
270 void operator()() {} in operator ()()
272 ~DestructionCounter() { ++DestructionCount; } in ~DestructionCounter()
/external/webrtc/third_party/abseil-cpp/absl/cleanup/
Dcleanup_test.cc269 struct DestructionCounter { struct
270 void operator()() {} in operator ()()
272 ~DestructionCounter() { ++DestructionCount; } in ~DestructionCounter()
/external/angle/third_party/abseil-cpp/absl/cleanup/
Dcleanup_test.cc269 struct DestructionCounter { struct
270 void operator()() {} in operator ()()
272 ~DestructionCounter() { ++DestructionCount; } in ~DestructionCounter()