Searched defs:hasKey (Results 1 – 6 of 6) sorted by relevance
52 public static <K,V> Matcher<Map<K,V>> hasKey(Matcher<K> keyMatcher) { in hasKey() method in IsMapContaining57 public static <K,V> Matcher<Map<K,V>> hasKey(K key) { in hasKey() method in IsMapContaining
65 hasKey: function(key) { method in ScreenContext
197 …public static <K, V> org.hamcrest.Matcher<java.util.Map<K, V>> hasKey(org.hamcrest.Matcher<K> keyM… in hasKey() method in Matchers201 public static <K, V> org.hamcrest.Matcher<java.util.Map<K, V>> hasKey(K key) { in hasKey() method in Matchers
191 cvox.KeyMap.prototype.hasKey = function(key) { method in cvox.KeyMap
271 bool hasKey(const GrResourceKey& key) const { return NULL != fCache.find(key); } in hasKey() function