Searched refs:test_case_prefix (Results 1 – 3 of 3) sorted by relevance
27 ABSL_DECLARE_FLAG(std::string, test_case_prefix);48 std::string test_case_prefix(absl::GetFlag(FLAGS_test_case_prefix)); in GetMetricTestCaseName() local49 if (test_case_prefix.empty()) { in GetMetricTestCaseName()52 return test_case_prefix + "_" + test_info->name(); in GetMetricTestCaseName()
26 ABSL_FLAG(std::string, test_case_prefix, "", "Test case prefix.");
42 const char* test_case_prefix; member