Home | History | Annotate | Download | only in src

Lines Matching defs:api_level

235     std::string api_level;
241 api_level = tag;
245 api_level = tag;
262 if (intro.empty() && api_level.empty()) {
266 if (!api_level.empty()) {
269 return compilation_type.api_level == decodeApiLevelValue(api_level);
272 return compilation_type.api_level >= decodeApiLevelValue(intro);
277 std::string api_level = tag.substr(tag.find('=') + 1);
278 auto it = api_codename_map.find(api_level);
282 return std::stoi(api_level);