Home
last modified time | relevance | path

Searched refs:clonedKey (Results 1 – 2 of 2) sorted by relevance

/external/guice/core/test/com/google/inject/internal/
DMultibinderTest.java1140 Key<?> clonedKey; in testKeyHashCodesFixedAtInjectionTime() local
1142 clonedKey = Key.get(bindingKey.getTypeLiteral(), bindingKey.getAnnotation()); in testKeyHashCodesFixedAtInjectionTime()
1144 clonedKey = Key.get(bindingKey.getTypeLiteral(), bindingKey.getAnnotationType()); in testKeyHashCodesFixedAtInjectionTime()
1146 clonedKey = Key.get(bindingKey.getTypeLiteral()); in testKeyHashCodesFixedAtInjectionTime()
1148 assertEquals(bindingKey, clonedKey); in testKeyHashCodesFixedAtInjectionTime()
1152 clonedKey.hashCode()); in testKeyHashCodesFixedAtInjectionTime()
DOptionalBinderTest.java1337 Key<?> clonedKey; in testKeyHashCodesFixedAtInjectionTime() local
1339 clonedKey = Key.get(bindingKey.getTypeLiteral(), bindingKey.getAnnotation()); in testKeyHashCodesFixedAtInjectionTime()
1341 clonedKey = Key.get(bindingKey.getTypeLiteral(), bindingKey.getAnnotationType()); in testKeyHashCodesFixedAtInjectionTime()
1343 clonedKey = Key.get(bindingKey.getTypeLiteral()); in testKeyHashCodesFixedAtInjectionTime()
1345 assertEquals(bindingKey, clonedKey); in testKeyHashCodesFixedAtInjectionTime()
1349 clonedKey.hashCode()); in testKeyHashCodesFixedAtInjectionTime()