Home
last modified time | relevance | path

Searched refs:a_value_param (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h781 const char* a_value_param, // NULL if not a value-parameterized test
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2542 const char* a_value_param, in TestInfo() argument
2549 value_param_(a_value_param ? new std::string(a_value_param) : nullptr), in TestInfo()