Lines Matching refs:name
47 const auto XML_TAG_CASENAME = "name";
87 auto name = attrs->name;
88 if (name == nullptr) {
91 auto value = xmlGetProp(&currNode, name);
95 string propName(reinterpret_cast<const char*>(name));
110 if (ptrRootNode == nullptr || ptrRootNode->name == nullptr ||
111 xmlStrcmp(ptrRootNode->name, reinterpret_cast<const xmlChar*>(XML_TAG_ROOT))) {
127 if (currNodePtr->name == nullptr || currNodePtr->type == XML_COMMENT_NODE) {
188 // get test case name from GTEST API.
191 m_strCaseName = string(::testing::UnitTest::GetInstance()->current_test_info()->name());
273 ERR_MSG("[ ERROR ] failed to get testcase name.\n");