Home
last modified time | relevance | path

Searched refs:intKey (Results 1 – 4 of 4) sorted by relevance

/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
DKeyTest.java215 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/
DOptionalBinderTest.java107 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/
Dsqlite3.c12496 i64 intKey,
58488 u8 intKey; /* True if table b-trees. False for index b-trees */
60454 if( pPage->intKey ){
60951 pPage->intKey = 1;
60969 pPage->intKey = 0;
61283 if( pCur && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey) ){
64156 pCur->curIntKey = pCur->apPage[0]->intKey;
64171 assert( pRoot->intKey==1 || pRoot->intKey==0 );
64172 if( pRoot->isInit==0 || (pCur->pKeyInfo==0)!=pRoot->intKey ){
64348 i64 intKey, /* The table key */
[all …]
/external/sqlite/dist/
Dsqlite3.c12496 i64 intKey,
58488 u8 intKey; /* True if table b-trees. False for index b-trees */
60454 if( pPage->intKey ){
60951 pPage->intKey = 1;
60969 pPage->intKey = 0;
61283 if( pCur && ((*ppPage)->nCell<1 || (*ppPage)->intKey!=pCur->curIntKey) ){
64156 pCur->curIntKey = pCur->apPage[0]->intKey;
64171 assert( pRoot->intKey==1 || pRoot->intKey==0 );
64172 if( pRoot->isInit==0 || (pCur->pKeyInfo==0)!=pRoot->intKey ){
64348 i64 intKey, /* The table key */
[all …]