Searched refs:compatibleTypeIndex (Results 1 – 3 of 3) sorted by relevance
324 if (param.compatibleTypeIndex >= 0) { in writeJavaInputAllocationDefinition()327 TYPES[param.compatibleTypeIndex], in writeJavaInputAllocationDefinition()331 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