Home
last modified time | relevance | path

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

/external/chromium/testing/gmock/src/
Dgmock-spec-builders.cc532 int leaked_count = 0; in ~MockObjectRegistry() local
551 leaked_count++; in ~MockObjectRegistry()
553 if (leaked_count > 0) { in ~MockObjectRegistry()
554 std::cout << "\nERROR: " << leaked_count in ~MockObjectRegistry()
555 << " leaked mock " << (leaked_count == 1 ? "object" : "objects") in ~MockObjectRegistry()