Home | History | Annotate | Download | only in src

Lines Matching refs:gtest_output_flag

367   const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
368 if (gtest_output_flag == NULL) return String("");
370 const char* const colon = strchr(gtest_output_flag, ':');
372 String(gtest_output_flag) :
373 String(gtest_output_flag, colon - gtest_output_flag);
379 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
380 if (gtest_output_flag == NULL)
383 const char* const colon = strchr(gtest_output_flag, ':');