Searched refs:bIsInclusive (Results 1 – 11 of 11) sorted by relevance
40 CSelectionCriterionType *CSelectionCriterionLibrary::createSelectionCriterionType(bool bIsInclusive) in createSelectionCriterionType() argument42 auto pSelectionCriterionType = new CSelectionCriterionType(bIsInclusive); in createSelectionCriterionType()
48 CSelectionCriterionType *CSelectionCriteria::createSelectionCriterionType(bool bIsInclusive) in createSelectionCriterionType() argument50 return getSelectionCriterionLibrary()->createSelectionCriterionType(bIsInclusive); in createSelectionCriterionType()
54 bool bIsInclusive) in createSelectionCriterionType() argument58 return _pParameterMgr->createSelectionCriterionType(bIsInclusive); in createSelectionCriterionType()
39 CSelectionCriterionType::CSelectionCriterionType(bool bIsInclusive) : _bInclusive(bIsInclusive) in CSelectionCriterionType() argument
39 CSelectionCriterionType *createSelectionCriterionType(bool bIsInclusive);
56 CSelectionCriterionType *createSelectionCriterionType(bool bIsInclusive);
42 CSelectionCriterionType(bool bIsInclusive);
109 CSelectionCriterionType *createSelectionCriterionType(bool bIsInclusive);
658 CSelectionCriterionType *CParameterMgr::createSelectionCriterionType(bool bIsInclusive) in createSelectionCriterionType() argument661 return getSelectionCriteria()->createSelectionCriterionType(bIsInclusive); in createSelectionCriterionType()
71 ISelectionCriterionTypeInterface *createSelectionCriterionType(bool bIsInclusive = false);
83 ISelectionCriterionTypeInterface* createSelectionCriterionType(bool bIsInclusive);