Searched refs:sepratedStr (Results 1 – 3 of 3) sorted by relevance
121 vector<string> sepratedStr; variable123 EXPECT_NE(sepratedStr.size(), 0);128 vector<string> sepratedStr; variable131 sepratedStr.push_back(">=");132 ret = MediaLibraryCommonUtils::CheckExpressValidation(sepratedStr);134 sepratedStr.push_back("CheckExpressValidation");135 ret = MediaLibraryCommonUtils::CheckExpressValidation(sepratedStr);141 vector<string> sepratedStr; variable142 sepratedStr.push_back("parent");145 sepratedStr.push_back(">=date_added ");[all …]
217 bool MediaLibraryCommonUtils::CheckExpressValidation(std::vector<std::string> &sepratedStr) in CheckExpressValidation() argument219 for (auto &str : sepratedStr) { in CheckExpressValidation()252 …raryCommonUtils::SeprateSelection(std::string &strCondition, std::vector<std::string> &sepratedStr) in SeprateSelection() argument273 sepratedStr.push_back(iter->str()); in SeprateSelection()320 std::vector<std::string> sepratedStr; in CheckWhereClause() local322 SeprateSelection(args, sepratedStr); in CheckWhereClause()324 return CheckExpressValidation(sepratedStr); in CheckWhereClause()
41 static void SeprateSelection(std::string &strCondition, std::vector<std::string> &sepratedStr);42 static bool CheckExpressValidation(std::vector<std::string> &sepratedStr);