Searched refs:mapFeatures (Results 1 – 6 of 6) sorted by relevance
147 private static Set<Feature<?>> computeReserializedMapFeatures(Set<Feature<?>> mapFeatures) { in computeReserializedMapFeatures() argument148 Set<Feature<?>> derivedFeatures = Helpers.copyToSet(mapFeatures); in computeReserializedMapFeatures()154 private static Set<Feature<?>> computeEntrySetFeatures(Set<Feature<?>> mapFeatures) { in computeEntrySetFeatures() argument155 Set<Feature<?>> entrySetFeatures = computeCommonDerivedCollectionFeatures(mapFeatures); in computeEntrySetFeatures()156 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_ENTRY_QUERIES)) { in computeEntrySetFeatures()162 private static Set<Feature<?>> computeKeySetFeatures(Set<Feature<?>> mapFeatures) { in computeKeySetFeatures() argument163 Set<Feature<?>> keySetFeatures = computeCommonDerivedCollectionFeatures(mapFeatures); in computeKeySetFeatures()168 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_KEYS)) { in computeKeySetFeatures()170 } else if (mapFeatures.contains(MapFeature.ALLOWS_NULL_KEY_QUERIES)) { in computeKeySetFeatures()177 private static Set<Feature<?>> computeValuesCollectionFeatures(Set<Feature<?>> mapFeatures) { in computeValuesCollectionFeatures() argument[all …]
169 private static Set<Feature<?>> computeReserializedMapFeatures(Set<Feature<?>> mapFeatures) { in computeReserializedMapFeatures() argument170 Set<Feature<?>> derivedFeatures = Helpers.copyToSet(mapFeatures); in computeReserializedMapFeatures()176 private static Set<Feature<?>> computeEntrySetFeatures(Set<Feature<?>> mapFeatures) { in computeEntrySetFeatures() argument177 Set<Feature<?>> entrySetFeatures = computeCommonDerivedCollectionFeatures(mapFeatures); in computeEntrySetFeatures()178 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_ENTRY_QUERIES)) { in computeEntrySetFeatures()184 private static Set<Feature<?>> computeKeySetFeatures(Set<Feature<?>> mapFeatures) { in computeKeySetFeatures() argument185 Set<Feature<?>> keySetFeatures = computeCommonDerivedCollectionFeatures(mapFeatures); in computeKeySetFeatures()190 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_KEYS)) { in computeKeySetFeatures()192 } else if (mapFeatures.contains(MapFeature.ALLOWS_NULL_KEY_QUERIES)) { in computeKeySetFeatures()199 private static Set<Feature<?>> computeValuesCollectionFeatures(Set<Feature<?>> mapFeatures) { in computeValuesCollectionFeatures() argument[all …]
118 private static Set<Feature<?>> computeInverseFeatures(Set<Feature<?>> mapFeatures) { in computeInverseFeatures() argument119 Set<Feature<?>> inverseFeatures = new HashSet<>(mapFeatures); in computeInverseFeatures()140 private static Set<Feature<?>> computeValuesSetFeatures(Set<Feature<?>> mapFeatures) { in computeValuesSetFeatures() argument141 Set<Feature<?>> valuesCollectionFeatures = computeCommonDerivedCollectionFeatures(mapFeatures); in computeValuesSetFeatures()144 if (mapFeatures.contains(MapFeature.ALLOWS_NULL_VALUES)) { in computeValuesSetFeatures()154 Set<Feature<?>> mapFeatures) { in computeCommonDerivedCollectionFeatures() argument155 return MapTestSuiteBuilder.computeCommonDerivedCollectionFeatures(mapFeatures); in computeCommonDerivedCollectionFeatures()
806 def mapFeatures(self, featureMap): function812 def mapFeatures(self, featureMap): function814 self.DefaultLangSys.mapFeatures(featureMap)817 l.LangSys.mapFeatures(featureMap)820 def mapFeatures(self, featureMap): function823 s.Script.mapFeatures(featureMap)1107 t.table.ScriptList.mapFeatures(featureMap)1127 t.table.ScriptList.mapFeatures(featureMap)1131 t.table.ScriptList.mapFeatures(featureMap)1139 t.table.ScriptList.mapFeatures(featureMap)
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...