Searched refs:bitSetMatch (Results 1 – 2 of 2) sorted by relevance
453 virtual bool bitSetMatch(const char*, bool) = 0;477 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) {485 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) {492 if (bitSetMatch(Str, outputting() && (Val & Mask) == ConstVal))499 if (bitSetMatch(Str, outputting() && (Val & Mask) == ConstVal))904 bool bitSetMatch(const char *, bool ) override;1029 bool bitSetMatch(const char *, bool ) override;
251 bool Input::bitSetMatch(const char *Str, bool) { in bitSetMatch() function in Input529 bool Output::bitSetMatch(const char *Str, bool Matches) { in bitSetMatch() function in Output