Home
last modified time | relevance | path

Searched defs:bimap (Results 1 – 23 of 23) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DEnumBiMapTest.java93 EnumBiMap<Currency, Country> bimap = in testCreate() local
97 assertEquals(HashBiMap.create(), bimap); in testCreate() local
109 EnumBiMap<Currency, Country> bimap = EnumBiMap.create(map); in testCreateFromMap() local
154 EnumBiMap<Currency, Country> bimap = in testKeyType() local
160 EnumBiMap<Currency, Country> bimap = in testValueType() local
172 EnumBiMap<Currency, Country> bimap = EnumBiMap.create(map); in testIterationOrder() local
195 EnumBiMap<Currency, Country> bimap = EnumBiMap.create(map); in testKeySetIteratorRemove() local
222 EnumBiMap<Currency, Country> bimap = EnumBiMap.create(map); in testValuesIteratorRemove() local
249 EnumBiMap<Currency, Country> bimap = EnumBiMap.create(map); in testEntrySet() local
DImmutableBiMapTest.java58 BiMap<K, V> bimap = (BiMap<K, V>) map; in assertMoreInvariants() local
342 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.of(); in testEmpty() local
343 assertEquals(Collections.<String, Integer>emptyMap(), bimap); in testEmpty() local
351 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testFromHashMap() local
358 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testFromImmutableMap() local
394 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testForcePut() local
403 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testKeySet() local
411 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testValues() local
419 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testDoubleInverse() local
DEnumHashBiMapTest.java86 EnumHashBiMap<Currency, String> bimap = in testCreate() local
90 assertEquals(HashBiMap.create(), bimap); in testCreate() local
102 EnumHashBiMap<Currency, String> bimap in testCreateFromMap() local
172 EnumHashBiMap<Currency, String> bimap = in testKeyType() local
183 EnumHashBiMap<Currency, String> bimap in testEntrySet() local
DHashBiMapTest.java54 HashBiMap<String, String> bimap = HashBiMap.create(map); in testMapConstructor() local
62 BiMap<Integer, Integer> bimap = HashBiMap.create(N); in testBashIt() local
DConstrainedBiMapTest.java82 BiMap<String, String> bimap = MapConstraints.constrainedBiMap( in create() local
DMapsTest.java995 BiMap<String, Integer> bimap = HashBiMap.create(); in testSynchronizedBiMap() local
/external/guava/guava-tests/test/com/google/common/collect/
DEnumBiMapTest.java117 EnumBiMap<Currency, Country> bimap = in testCreate() local
121 assertEquals(HashBiMap.create(), bimap); in testCreate() local
133 EnumBiMap<Currency, Country> bimap = EnumBiMap.create(map); in testCreateFromMap() local
178 EnumBiMap<Currency, Country> bimap = in testKeyType() local
184 EnumBiMap<Currency, Country> bimap = in testValueType() local
196 EnumBiMap<Currency, Country> bimap = EnumBiMap.create(map); in testIterationOrder() local
219 EnumBiMap<Currency, Country> bimap = EnumBiMap.create(map); in testKeySetIteratorRemove() local
246 EnumBiMap<Currency, Country> bimap = EnumBiMap.create(map); in testValuesIteratorRemove() local
273 EnumBiMap<Currency, Country> bimap = EnumBiMap.create(map); in testEntrySet() local
DImmutableBiMapTest.java99 BiMap<K, V> bimap = (BiMap<K, V>) map; in assertMoreInvariants() local
383 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.of(); in testEmpty() local
384 assertEquals(Collections.<String, Integer>emptyMap(), bimap); in testEmpty() local
392 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testFromHashMap() local
399 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testFromImmutableMap() local
435 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testForcePut() local
444 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testKeySet() local
452 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testValues() local
460 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.copyOf( in testDoubleInverse() local
467 ImmutableBiMap<String, Integer> bimap = ImmutableBiMap.of(); in testEmptySerialization() local
[all …]
DAbstractBiMapTest.java33 BiMap<Integer, String> bimap = new AbstractBiMap<Integer, String>( in testIdentityKeySetIteratorRemove() local
50 BiMap<Integer, String> bimap = new AbstractBiMap<Integer, String>( in testIdentityEntrySetIteratorRemove() local
DEnumHashBiMapTest.java111 EnumHashBiMap<Currency, String> bimap = in testCreate() local
115 assertEquals(HashBiMap.create(), bimap); in testCreate() local
127 EnumHashBiMap<Currency, String> bimap in testCreateFromMap() local
197 EnumHashBiMap<Currency, String> bimap = in testKeyType() local
208 EnumHashBiMap<Currency, String> bimap in testEntrySet() local
DHashBiMapTest.java78 HashBiMap<String, String> bimap = HashBiMap.create(map); in testMapConstructor() local
86 BiMap<Integer, Integer> bimap = HashBiMap.create(N); in testBashIt() local
DConstrainedBiMapTest.java108 BiMap<String, String> bimap = MapConstraints.constrainedBiMap( in create() local
DSynchronizedBiMapTest.java137 BiMap<String, Integer> bimap = create(); in testInverse() local
DMapsTest.java1303 BiMap<String, Integer> bimap = HashBiMap.create(); in testSynchronizedBiMap() local
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.h769 struct bimap struct
775 bimap() : l(back), r(forth) { } in bimap() argument
776 bimap(const bimap<S, T> &m) in bimap() argument
779 void insert(const S &s, const T &t) in insert()
785 typedef typename std::map<T, S>::const_iterator l_iterator;
786 const std::map<T, S> &l;
787 typedef typename std::map<S, T>::const_iterator r_iterator;
788 const std::map<S, T> &r;
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DHashBiMap.java57 HashBiMap<K, V> bimap = create(map.size()); in create() local
DEnumHashBiMap.java68 EnumHashBiMap<K, V> bimap = create(EnumBiMap.inferKeyType(map)); in create() local
DEnumBiMap.java69 EnumBiMap<K, V> bimap = create(inferKeyType(map), inferValueType(map)); in create() local
DImmutableBiMap.java95 ImmutableBiMap<K, V> bimap = (ImmutableBiMap<K, V>) map; in copyOf() local
/external/guava/guava/src/com/google/common/collect/
DImmutableBiMap.java194 ImmutableBiMap<K, V> bimap = (ImmutableBiMap<K, V>) map; in copyOf() local
257 SerializedForm(ImmutableBiMap<?, ?> bimap) { in SerializedForm()
DEnumHashBiMap.java73 EnumHashBiMap<K, V> bimap = create(EnumBiMap.inferKeyType(map)); in create() local
DEnumBiMap.java73 EnumBiMap<K, V> bimap = create(inferKeyType(map), inferValueType(map)); in create() local
DHashBiMap.java76 HashBiMap<K, V> bimap = create(map.size()); in create() local