Searched defs:handleUnary (Results 1 – 2 of 2) sorted by relevance
181 bool handleUnary(const AidlConstantValue& context, const string& op, T val, int64_t* out) { in handleUnary() function190 bool handleUnary<bool>(const AidlConstantValue& context, const string& op, bool val, int64_t* out) { in handleUnary() function
101 T handleUnary(const std::string& op, T val) { in handleUnary() function