Searched refs:intList (Results 1 – 3 of 3) sorted by relevance
652 pANTLR3_INT32 intList; in antlr3BitsetToIntList() local657 intList = (pANTLR3_INT32)ANTLR3_MALLOC(numInts * sizeof(ANTLR3_INT32)); in antlr3BitsetToIntList()659 if (intList == NULL) in antlr3BitsetToIntList()664 intList[0] = numInts; in antlr3BitsetToIntList()672 intList[index++] = i; in antlr3BitsetToIntList()678 return intList; in antlr3BitsetToIntList()
362 ANTLR_INT32* intList; local367 intList = (ANTLR_INT32*) AllocPolicyType::alloc(numInts * sizeof(ANTLR_INT32));369 intList[0] = numInts;376 intList[index++] = i;381 return intList;
440 IntList intList = new IntList(ImmutableList.of(1, 2, 3)); in testDerivedPrimitiveCollection() local441 IntArray actual = newIntArray(intList); in testDerivedPrimitiveCollection()