Searched refs:instantiation_name (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h532 int AddTestCaseInstantiation(const string& instantiation_name, argument
538 InstantiationInfo(instantiation_name, func, name_func, file, line));
553 const string& instantiation_name = gen_it->name; local
560 if ( !instantiation_name.empty() )
561 test_case_name = instantiation_name + "/";

Completed in 12 milliseconds