Home
last modified time | relevance | path

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

/system/tools/hidl/
DConstantExpression.cpp210 bool parseOK = base::ParseUint(newVal, &mValue); in ConstantExpression() local
212 CHECK(parseOK) << "Could not parse as integer: " << value; in ConstantExpression()