Home | History | Annotate | Download | only in src

Lines Matching refs:gtest_output_flag

386   const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
387 if (gtest_output_flag == NULL) return String("");
389 const char* const colon = strchr(gtest_output_flag, ':');
391 String(gtest_output_flag) :
392 String(gtest_output_flag, colon - gtest_output_flag);
398 const char* const gtest_output_flag = GTEST_FLAG(output).c_str();
399 if (gtest_output_flag == NULL)
402 const char* const colon = strchr(gtest_output_flag, ':');