Searched refs:asBool (Results 1 – 3 of 3) sorted by relevance
157 string RSReflectionBase::genInitValue(const clang::APValue &Val, bool asBool) { in genInitValue() argument162 if(asBool) { in genInitValue()
82 static std::string genInitValue(const clang::APValue &Val, bool asBool=false);
210 boolean asBool = (Boolean) value; in packSingleNative()211 byte asByte = (byte) (asBool ? 1 : 0); in packSingleNative()328 boolean asBool = asByte != 0; in unpackSingleNative()329 val = (T) (Boolean) asBool; in unpackSingleNative()