Home
last modified time | relevance | path

Searched refs:tryParse (Results 1 – 4 of 4) sorted by relevance

/system/tools/hidl/
DConstantExpression.h176 static LiteralConstantExpression* tryParse(const std::string& value);
DConstantExpression.cpp186 LiteralConstantExpression* LiteralConstantExpression::tryParse(const std::string& value) { in tryParse() function in android::LiteralConstantExpression
Dhidl-gen_y.yy743 $$ = LiteralConstantExpression::tryParse($1);
/system/libvintf/
DVintfObject.cpp494 static ParseStatus tryParse(const std::string& xml, const XmlConverter<T>& parse, in tryParse() function
522 parseStatus = tryParse(xml, gHalManifestConverter, &afterUpdate); in checkCompatibility()
530 parseStatus = tryParse(xml, gCompatibilityMatrixConverter, &afterUpdate); in checkCompatibility()