Searched refs:maxSdk (Results 1 – 1 of 1) sorted by relevance
259 static std::string CoerceAtMost(const std::string& name, const std::string& maxSdk) { in CoerceAtMost() argument265 const auto maxApiList = FromName(maxSdk); in CoerceAtMost()266 CHECK(maxApiList.IsValid()) << "invalid api list name " << maxSdk; in CoerceAtMost()