Searched refs:UNSIGNED (Results 1 – 6 of 6) sorted by relevance
45 type_ = UNSIGNED; in ConfigValue()58 type_ = UNSIGNED; in ConfigValue()77 CHECK(type_ == UNSIGNED); in getUnsigned()102 type_ = UNSIGNED; in parseFromString()
39 UNSIGNED, enumerator76 case Qualifier::UNSIGNED: return "unsigned"; in qualifierText()
97 %token UNSIGNED515 : UNSIGNED { $$ = new Type::Qualifier(Type::Qualifier::UNSIGNED); }
157 case Type::Qualifier::UNSIGNED: { in getHidlType()
199 "unsigned" { return UNSIGNED; }
24 enum Type { UNSIGNED, STRING, BYTES }; enumerator