Home
last modified time | relevance | path

Searched defs:tryParse (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/
DConstantExpression.cpp186 LiteralConstantExpression* LiteralConstantExpression::tryParse(const std::string& value) { in tryParse() function in android::LiteralConstantExpression
/system/libvintf/
DVintfObject.cpp494 static ParseStatus tryParse(const std::string& xml, const XmlConverter<T>& parse, in tryParse() function