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

  /src/external/gpl2/texinfo/dist/util/
gdoc 127 $type_param = "\\\@(\\w+)";
139 $type_param, "<tt><b>\$1</b></tt>" );
145 $type_param, "\\\@code{\$1}" );
151 $type_param, "{\\\\bf \$1}" );
160 $type_param, "<parameter>\$1</parameter>" );
167 $type_param."([\.\, ]*)\n?", "\\n.I \\\"\$1\$2\\\"\\n" );
174 $type_param, "\$1" );
267 } elsif ($name =~ m/$type_param/) {
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 649 // type_param: the name of the test's type parameter, or NULL if
653 TestSuite* GetTestSuite(const char* test_suite_name, const char* type_param,
659 TestCase* GetTestCase(const char* test_case_name, const char* type_param,
662 return GetTestSuite(test_case_name, type_param, set_up_tc, tear_down_tc);
689 GetTestSuite(test_info->test_suite_name(), test_info->type_param(),
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...]
  /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/include/gtest/internal/
gtest-internal.h 547 // type_param the name of the test's type parameter, or NULL if
559 const char* test_suite_name, const char* name, const char* type_param,

Completed in 37 milliseconds