Home
last modified time | relevance | path

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

/external/gmock/src/
Dgmock-spec-builders.cc547 int leaked_count = 0; in ~MockObjectRegistry() local
566 leaked_count++; in ~MockObjectRegistry()
568 if (leaked_count > 0) { in ~MockObjectRegistry()
569 std::cout << "\nERROR: " << leaked_count in ~MockObjectRegistry()
570 << " leaked mock " << (leaked_count == 1 ? "object" : "objects") in ~MockObjectRegistry()
/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc547 int leaked_count = 0; in ~MockObjectRegistry() local
566 leaked_count++; in ~MockObjectRegistry()
568 if (leaked_count > 0) { in ~MockObjectRegistry()
569 std::cout << "\nERROR: " << leaked_count in ~MockObjectRegistry()
570 << " leaked mock " << (leaked_count == 1 ? "object" : "objects") in ~MockObjectRegistry()