Home
last modified time | relevance | path

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

/system/nfc/utils/
Dconfig.cc45 type_ = UNSIGNED; in ConfigValue()
58 type_ = UNSIGNED; in ConfigValue()
77 CHECK(type_ == UNSIGNED); in getUnsigned()
102 type_ = UNSIGNED; in parseFromString()
/system/tools/hidl/c2hal/
DType.h39 UNSIGNED, enumerator
76 case Qualifier::UNSIGNED: return "unsigned"; in qualifierText()
Dc2hal_y.yy97 %token UNSIGNED
515 : UNSIGNED { $$ = new Type::Qualifier(Type::Qualifier::UNSIGNED); }
DType.cpp157 case Type::Qualifier::UNSIGNED: { in getHidlType()
Dc2hal_l.ll199 "unsigned" { return UNSIGNED; }
/system/nfc/utils/include/
Dconfig.h24 enum Type { UNSIGNED, STRING, BYTES }; enumerator