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/orig/ |
D | sqlite3.c | 12428 i64 intKey, 58237 u8 intKey; /* True if table b-trees. False for index b-trees */ 60202 if( pPage->intKey ){ 60699 pPage->intKey = 1; 60717 pPage->intKey = 0; 61031 if( pCur && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey) ){ 63903 pCur->curIntKey = pCur->apPage[0]->intKey; 63918 assert( pRoot->intKey==1 || pRoot->intKey==0 ); 63919 if( pRoot->isInit==0 || (pCur->pKeyInfo==0)!=pRoot->intKey ){ 64095 i64 intKey, /* The table key */ [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 12428 i64 intKey, 58237 u8 intKey; /* True if table b-trees. False for index b-trees */ 60202 if( pPage->intKey ){ 60699 pPage->intKey = 1; 60717 pPage->intKey = 0; 61031 if( pCur && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey) ){ 63903 pCur->curIntKey = pCur->apPage[0]->intKey; 63918 assert( pRoot->intKey==1 || pRoot->intKey==0 ); 63919 if( pRoot->isInit==0 || (pCur->pKeyInfo==0)!=pRoot->intKey ){ 64095 i64 intKey, /* The table key */ [all …]
|