Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_const_expressions.cpp479 const bool is_byte = ConsumeSuffix(&value_view, "u8"); in ParseIntegral() local
484 if (is_byte + is_long + is_unsigned_int + is_unsigned_long > 1) return false; in ParseIntegral()
512 if (is_byte) { in ParseIntegral()
547 if (is_byte) { in ParseIntegral()