Searched defs:check_for_leaks (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/testing/gtest/samples/
H A Dsample10_unittest.cc103 // This should fail when the --check_for_leaks command line flag is
115 bool check_for_leaks = false; local
116 if (argc > 1 && strcmp(argv[1], "--check_for_leaks") == 0 )
117 check_for_leaks = true;
119 printf("%s\n", "Run this program with --check_for_leaks to enable "
122 // If we are given the --check_for_leaks command line flag, installs the
124 if (check_for_leaks) {
/external/protobuf/gtest/samples/
H A Dsample10_unittest.cc104 // This should fail when the --check_for_leaks command line flag is
116 bool check_for_leaks = false; local
117 if (argc > 1 && strcmp(argv[1], "--check_for_leaks") == 0 )
118 check_for_leaks = true;
120 printf("%s\n", "Run this program with --check_for_leaks to enable "
123 // If we are given the --check_for_leaks command line flag, installs the
125 if (check_for_leaks) {

Completed in 43 milliseconds