Home
last modified time | relevance | path

Searched defs:GetFlagBit (Results 1 – 3 of 3) sorted by relevance

/dports/editors/rehex/rehex-0.4.0/wxLua/modules/wxlua/debug/
H A Dwxldebug.h64 bool GetFlagBit(int mask) const { return WXLUA_HASBIT(m_flag, mask); } in GetFlagBit() function
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/reflect/xptinfo/
H A Dxptiprivate.h133 bool GetFlagBit(uint8_t flag) const { return (mData & flag) ? true : false; } in GetFlagBit() function
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/reflect/xptinfo/
H A Dxptiprivate.h155 bool GetFlagBit(uint8_t flag) const in GetFlagBit() function