Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_const_expressions.cpp181 bool handleUnary(const AidlConstantValue& context, const string& op, T val, int64_t* out) { in handleUnary() function
190 bool handleUnary<bool>(const AidlConstantValue& context, const string& op, bool val, int64_t* out) { in handleUnary() function
/system/tools/hidl/
DConstantExpression.cpp101 T handleUnary(const std::string& op, T val) { in handleUnary() function