HomeSort by: relevance | last modified time | path
    Searched defs:type_param (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 714 const char* type_param() const { function in class:testing::TestInfo
772 const char* test_suite_name, const char* name, const char* type_param,
856 const char* type_param() const { function in class:testing::TestSuite
2439 const char* type_param, const char* value_param,
2453 test_suite_name, test_name, type_param, value_param,
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 2102 "classname", "name", "status", "time", "type_param",
2108 "classname", "name", "status", "time", "type_param",
2570 // type_param: the name of the test's type parameter, or NULL if
2582 const char* test_suite_name, const char* name, const char* type_param,
2587 new TestInfo(test_suite_name, name, type_param, value_param,
3084 const char* const type_param = test_info.type_param(); local
3087 if (type_param != nullptr || value_param != nullptr) {
3089 if (type_param != nullptr) {
3090 printf("%s = %s", kTypeParamLabel, type_param);
    [all...]

Completed in 19 milliseconds