Searched refs:myBfas (Results 1 – 1 of 1) sorted by relevance
728 std::vector<BitFieldAggregation> myBfas; in isTypeConsistent() local733 if(!BitFieldAggregation::getBitFieldAggregations(type, aEDIType, myBfas, true)) { in isTypeConsistent()736 for(unsigned i=0;i<myBfas.size();i++) { in isTypeConsistent()737 numContainedEDITypes -= (myBfas[i].getSize() - 1); in isTypeConsistent()746 const EDIType aEDISubType(aEDIType->getContainedType(getBFAFreeIdx(i, myBfas))); in isTypeConsistent()