Searched refs:MODEL_APP_RES_ID_REGEX (Results 1 – 1 of 1) sorted by relevance
68 static const std::regex MODEL_APP_RES_ID_REGEX(R"(^resource://.*/([0-9]+)\.\w+$)", std::regex::icas… variable81 …if (std::regex_match(uri, appMatches, MODEL_APP_RES_ID_REGEX) && appMatches.size() == MODEL_RESOUR… in GetResourceId()