Searched defs:boolVal (Results 1 – 4 of 4) sorted by relevance
110 inline int toInt (bool boolVal) { return boolVal ? 1 : 0; } in toInt()
40 bool boolVal; member155 StridedValueAccess& operator= (bool boolVal) { asBool() = boolVal; return *this; } in operator =()
188 VARIANT_BOOL boolVal; member
683 boolVal = True variable in TestFuzz