Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2112 std::vector<std::string> ArrayAsVector(const char* const (&array)[kSize]) { in ArrayAsVector() function
2119 return ArrayAsVector(kReservedTestSuitesAttributes); in GetReservedAttributesForElement()
2121 return ArrayAsVector(kReservedTestSuiteAttributes); in GetReservedAttributesForElement()
2123 return ArrayAsVector(kReservedTestCaseAttributes); in GetReservedAttributesForElement()
2135 return ArrayAsVector(kReservedTestSuitesAttributes); in GetReservedOutputAttributesForElement()
2137 return ArrayAsVector(kReservedTestSuiteAttributes); in GetReservedOutputAttributesForElement()
2139 return ArrayAsVector(kReservedOutputTestCaseAttributes); in GetReservedOutputAttributesForElement()