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