Searched refs:mapFeatures (Results 1 – 3 of 3) sorted by relevance
150 Set<Feature<?>> mapFeatures) { in computeReserializedMapFeatures() argument151 Set<Feature<?>> derivedFeatures = Helpers.copyToSet(mapFeatures); in computeReserializedMapFeatures()158 Set<Feature<?>> mapFeatures) { in computeEntrySetFeatures() argument160 computeCommonDerivedCollectionFeatures(mapFeatures); in computeEntrySetFeatures()161 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_ENTRY_QUERIES)) { in computeEntrySetFeatures()168 Set<Feature<?>> mapFeatures) { in computeKeySetFeatures() argument170 computeCommonDerivedCollectionFeatures(mapFeatures); in computeKeySetFeatures()175 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_KEYS)) { in computeKeySetFeatures()177 } else if (mapFeatures.contains(MapFeature.ALLOWS_NULL_KEY_QUERIES)) { in computeKeySetFeatures()185 Set<Feature<?>> mapFeatures) { in computeValuesCollectionFeatures() argument[all …]
118 private static Set<Feature<?>> computeInverseFeatures(Set<Feature<?>> mapFeatures) { in computeInverseFeatures() argument119 Set<Feature<?>> inverseFeatures = new HashSet<Feature<?>>(mapFeatures); in computeInverseFeatures()141 Set<Feature<?>> mapFeatures) { in computeValuesSetFeatures() argument143 computeCommonDerivedCollectionFeatures(mapFeatures); in computeValuesSetFeatures()146 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_VALUES)) { in computeValuesSetFeatures()156 Set<Feature<?>> mapFeatures) { in computeCommonDerivedCollectionFeatures() argument157 return MapTestSuiteBuilder.computeCommonDerivedCollectionFeatures(mapFeatures); in computeCommonDerivedCollectionFeatures()
604 def mapFeatures(self, featureMap): function610 def mapFeatures(self, featureMap): function612 self.DefaultLangSys.mapFeatures(featureMap)615 l.LangSys.mapFeatures(featureMap)618 def mapFeatures(self, featureMap): function621 s.Script.mapFeatures(featureMap)817 t.table.ScriptList.mapFeatures(featureMap)843 t.table.ScriptList.mapFeatures(featureMap)