Home
last modified time | relevance | path

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

/system/tools/hidl/
DConstantExpression.cpp42 #define SWITCH_KIND(__cond__, __action__, __def__) \ argument
44 case SK(BOOL): __action__(bool) \
45 case SK(UINT8): __action__(uint8_t) \
46 case SK(INT8): __action__(int8_t) \
47 case SK(UINT16): __action__(uint16_t) \
48 case SK(INT16): __action__(int16_t) \
49 case SK(UINT32): __action__(uint32_t) \
50 case SK(INT32): __action__(int32_t) \
51 case SK(UINT64): __action__(uint64_t) \
52 case SK(INT64): __action__(int64_t) \