Searched refs:getValueFromBitmask (Results 1 – 1 of 1) sorted by relevance
382 inline bool isNested() const { return getValueFromBitmask(NESTED_POS); } in isNested()385 inline bool isPrimaryField() const { return getValueFromBitmask(PRIMARY_POS); } in isPrimaryField()388 inline bool isExclusiveState() const { return getValueFromBitmask(EXCLUSIVE_POS); } in isExclusiveState()391 inline bool isUidField() const { return getValueFromBitmask(UID_POS); } in isUidField()399 inline bool getValueFromBitmask(int pos) const { in getValueFromBitmask() function