Searched refs:to_test (Results 1 – 1 of 1) sorted by relevance
809 static int qual_match(const std::string& to_test, const char* prefix, const std::string& qual, in qual_match() argument811 if (to_test.empty()) /* Return true if both the qual and to_test are empty strings. */ in qual_match()816 const char* ptr = to_test.c_str(); in qual_match()