Home | History | Annotate | Download | only in reflect

Lines Matching refs:expectedType

1154  * "expectedType" is an annotation value type, e.g. kDexAnnotationString.
1162 int expectedType, const char* debugAnnoName)
1178 if (avalue.type != expectedType) {
1180 debugAnnoName, annoName, avalue.type, expectedType);