Searched refs:getValueFromBitmask (Results 1 – 1 of 1) sorted by relevance
394 inline bool isNested() const { return getValueFromBitmask(NESTED_POS); } in isNested()397 inline bool isPrimaryField() const { return getValueFromBitmask(PRIMARY_POS); } in isPrimaryField()400 inline bool isExclusiveState() const { return getValueFromBitmask(EXCLUSIVE_POS); } in isExclusiveState()403 inline bool isUidField() const { return getValueFromBitmask(UID_POS); } in isUidField()413 inline bool getValueFromBitmask(int pos) const { in getValueFromBitmask() function