Searched refs:parameterIndex (Results 1 – 3 of 3) sorted by relevance
38 jint parameterIndex, in Parameter_getAnnotationNative() argument52 if (UNLIKELY(parameterIndex < 0 || static_cast<uint32_t>(parameterIndex) >= parameter_count)) { in Parameter_getAnnotationNative()55 parameterIndex, in Parameter_getAnnotationNative()82 if (parameterIndex < static_cast<jint>(skip_count)) { in Parameter_getAnnotationNative()85 parameterIndex -= skip_count; in Parameter_getAnnotationNative()90 parameterIndex += static_cast<jint>(annotated_parameter_count - parameter_count); in Parameter_getAnnotationNative()98 annotations::GetAnnotationForMethodParameter(method, parameterIndex, klass)); in Parameter_getAnnotationNative()
217 int parameterIndex = 0; in getCommandStructure() local218 while (parameterIndex < mapSize) { in getCommandStructure()219 parameterIndex++; in getCommandStructure()220 if (commandParameter.containsKey(parameterIndex)) { in getCommandStructure()221 if (commandParameter.get(parameterIndex) != null) { in getCommandStructure()222 result = result + STAR_SIGN + commandParameter.get(parameterIndex); in getCommandStructure()240 int parameterIndex = 0; in makeCommand() local243 while (parameterIndex < mapSize) { in makeCommand()257 parameterIndex++; in makeCommand()
java/dagger/internal/codegen/META-INF/gradle/incremental.annotation.processors ...