Lines Matching refs:flag

103     "It is not recommended to use this flag w/o valgrind though it will "
104 "work in 99% of the cases. Once valgrind is fixed, this flag will "
113 "the '|' characters. This flag is specified if and only if the current "
137 // death_test_style flag.
254 // AbortReason, DeathTestOutcome, and flag characters above.
266 const InternalRunDeathTestFlag* const flag =
268 if (flag != NULL) {
269 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
437 char flag;
445 bytes_read = posix::Read(read_fd(), &flag, 1);
451 switch (flag) {
467 << static_cast<unsigned int>(flag) << ")";
483 // it finds any data in our pipe. So, here we write a single flag byte
697 const InternalRunDeathTestFlag* const flag =
702 if (flag != NULL) {
705 set_write_fd(flag->write_fd());
1120 const InternalRunDeathTestFlag* const flag =
1125 if (flag != NULL) {
1126 set_write_fd(flag->write_fd());
1132 // Clear the close-on-exec flag on the write end of the pipe, lest
1167 // --gtest_death_test_style flag, and sets the pointer pointed to
1170 // flag is set to an invalid value.
1175 const InternalRunDeathTestFlag* const flag =
1180 if (flag != NULL) {
1181 if (death_test_index > flag->index()) {
1185 + StreamableToString(flag->index()) + ")");
1189 if (!(flag->file() == file && flag->line() == line &&
1190 flag->index() == death_test_index)) {
1292 // initialized from the GTEST_FLAG(internal_run_death_test) flag if
1293 // the flag is specified; otherwise returns NULL.
1317 DeathTestAbort("Bad --gtest_internal_run_death_test flag: " +
1329 DeathTestAbort("Bad --gtest_internal_run_death_test flag: "