Searched refs:RecipType (Results 1 – 1 of 1) sorted by relevance
2131 for (StringRef RecipType : OverrideVector) { in getOpEnabled() local2134 if (parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpEnabled()2135 RecipType = RecipType.substr(0, RefPos); in getOpEnabled()2138 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()2140 RecipType = RecipType.substr(1); in getOpEnabled()2142 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpEnabled()2185 for (StringRef RecipType : OverrideVector) { in getOpRefinementSteps() local2188 if (!parseRefinementStep(RecipType, RefPos, RefSteps)) in getOpRefinementSteps()2191 RecipType = RecipType.substr(0, RefPos); in getOpRefinementSteps()2192 if (RecipType.equals(VTName) || RecipType.equals(VTNameNoSize)) in getOpRefinementSteps()