Searched refs:vectorTech (Results 1 – 1 of 1) sorted by relevance
490 std::vector<std::string> vectorTech = (*iter).tech; in GetDispatchTagAppsByTech() local491 for (size_t i = 0; i < vectorTech.size(); i++) { in GetDispatchTagAppsByTech()493 discStrTech.c_str(), vectorTech[i].c_str()); in GetDispatchTagAppsByTech()494 if (discStrTech.compare(vectorTech[i]) == 0) { in GetDispatchTagAppsByTech()