Searched refs:compatibleTypeIndex (Results 1 – 3 of 3) sorted by relevance
301 if (param.compatibleTypeIndex >= 0) { in writeJavaInputAllocationDefinition()304 TYPES[param.compatibleTypeIndex], in writeJavaInputAllocationDefinition()308 TYPES[param.compatibleTypeIndex], in writeJavaInputAllocationDefinition()
159 compatibleTypeIndex = -1; in parseParameterDefinition()182 compatibleTypeIndex = findCType(testOption.substr(11, pParen - 11)); in parseParameterDefinition()
111 int compatibleTypeIndex; // Index in TYPES for which the test data must also fit. member