Searched refs:intKey (Results 1 – 4 of 4) sorted by relevance
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
D | KeyTest.java | 215 Key intKey = keyFactory.forProvidesMethod((ExecutableType) intMethod.asType(), intMethod); in primitiveKeysMatchBoxedKeys() local 218 assertThat(intKey).isEqualTo(integerKey); in primitiveKeysMatchBoxedKeys()
|
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/ |
D | OptionalBinderTest.java | 107 final Key<Integer> intKey = Key.get(Integer.class); field in OptionalBinderTest 110 OptionalBinder.javaOptionalOf(intKey.getTypeLiteral()) : null; 114 OptionalBinder.javaOptionalOfProvider(intKey.getTypeLiteral()) : null; 118 OptionalBinder.javaOptionalOfJavaxProvider(intKey.getTypeLiteral()) : null; 634 assertOptionalVisitor(intKey, setOf(module), VisitType.BOTH, 3, instance(1), null, null); in testMultipleDifferentOptionals()
|
/external/sqlite/dist/ |
D | sqlite3.c | 10173 i64 intKey, 53798 u8 intKey; /* True if table b-trees. False for index b-trees */ 55746 if( pPage->intKey ){ 56191 pPage->intKey = 1; 56211 pPage->intKey = 0; 56516 && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey) 59353 pCur->curIntKey = pCur->apPage[0]->intKey; 59368 assert( pRoot->intKey==1 || pRoot->intKey==0 ); 59369 if( pRoot->isInit==0 || (pCur->pKeyInfo==0)!=pRoot->intKey ){ 59541 i64 intKey, /* The table key */ [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 10173 i64 intKey, 53780 u8 intKey; /* True if table b-trees. False for index b-trees */ 55728 if( pPage->intKey ){ 56173 pPage->intKey = 1; 56193 pPage->intKey = 0; 56498 && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey) 59335 pCur->curIntKey = pCur->apPage[0]->intKey; 59350 assert( pRoot->intKey==1 || pRoot->intKey==0 ); 59351 if( pRoot->isInit==0 || (pCur->pKeyInfo==0)!=pRoot->intKey ){ 59523 i64 intKey, /* The table key */ [all …]
|