Searched refs:submap (Results 1 – 5 of 5) sorted by relevance
143 int submap=0; in mapping_inverse() local147 submap=info->chmuxlist[i]; in mapping_inverse()148 floorno=info->submaplist[submap].floor; in mapping_inverse()232 int submap=0; in mapping_inverse() local236 submap=info->chmuxlist[i]; in mapping_inverse()237 floorno=info->submaplist[submap].floor; in mapping_inverse()
165 typedef struct submap{ struct168 } submap; argument174 submap *submaplist;
1171 final transient Map<K, Collection<V>> submap;1173 AsMap(Map<K, Collection<V>> submap) {1174 this.submap = submap;1187 return Maps.safeContainsKey(submap, key);1191 Collection<V> collection = Maps.safeGet(submap, key);1206 return submap.size();1210 Collection<V> collection = submap.remove(key);1223 return this == object || submap.equals(object);1227 return submap.hashCode();1231 return submap.toString();[all …]
1985 Map<String, String> submap = test_map.subMap("a","z"); in test_entrySet_contains() local1988 submap.entrySet().contains(entry[0])); in test_entrySet_contains()
13478 Map submap = tree.subMap(tree.firstKey(), tree.lastKey());13480 assertEquals(submap, tree);