Searched refs:strPredicatesList (Results 1 – 1 of 1) sorted by relevance
1166 std::vector<std::string> strPredicatesList; in ParsePredictionArgsReference() local1167 strPredicatesList.clear(); in ParsePredictionArgsReference()1173 strPredicatesList = predicates->GetWhereArgs(); in ParsePredictionArgsReference()1176 if (strPredicatesList.empty()) { in ParsePredictionArgsReference()1191 strPredicatesList.push_back(strPredicates); in ParsePredictionArgsReference()1195 predicates->SetWhereArgs(strPredicatesList); in ParsePredictionArgsReference()