Lines Matching refs:flag

102     "It is not recommended to use this flag w/o valgrind though it will "
103 "work in 99% of the cases. Once valgrind is fixed, this flag will "
112 "the '|' characters. This flag is specified if and only if the current "
134 // death_test_style flag.
243 // AbortReason, DeathTestOutcome, and flag characters above.
255 const InternalRunDeathTestFlag* const flag =
257 if (flag != NULL) {
258 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
426 char flag;
434 bytes_read = posix::Read(read_fd(), &flag, 1);
440 switch (flag) {
456 << static_cast<unsigned int>(flag) << ")";
472 // it finds any data in our pipe. So, here we write a single flag byte
686 const InternalRunDeathTestFlag* const flag =
691 if (flag != NULL) {
694 set_write_fd(flag->write_fd());
1102 const InternalRunDeathTestFlag* const flag =
1107 if (flag != NULL) {
1108 set_write_fd(flag->write_fd());
1114 // Clear the close-on-exec flag on the write end of the pipe, lest
1149 // --gtest_death_test_style flag, and sets the pointer pointed to
1152 // flag is set to an invalid value.
1157 const InternalRunDeathTestFlag* const flag =
1162 if (flag != NULL) {
1163 if (death_test_index > flag->index()) {
1167 + StreamableToString(flag->index()) + ")");
1171 if (!(flag->file() == file && flag->line() == line &&
1172 flag->index() == death_test_index)) {
1294 // initialized from the GTEST_FLAG(internal_run_death_test) flag if
1295 // the flag is specified; otherwise returns NULL.
1319 DeathTestAbort("Bad --gtest_internal_run_death_test flag: " +
1331 DeathTestAbort("Bad --gtest_internal_run_death_test flag: "