Searched refs:tryParse (Results 1 – 4 of 4) sorted by relevance
176 static LiteralConstantExpression* tryParse(const std::string& value);
186 LiteralConstantExpression* LiteralConstantExpression::tryParse(const std::string& value) { in tryParse() function in android::LiteralConstantExpression
743 $$ = LiteralConstantExpression::tryParse($1);
494 static ParseStatus tryParse(const std::string& xml, const XmlConverter<T>& parse, in tryParse() function522 parseStatus = tryParse(xml, gHalManifestConverter, &afterUpdate); in checkCompatibility()530 parseStatus = tryParse(xml, gCompatibilityMatrixConverter, &afterUpdate); in checkCompatibility()