Searched refs:newParentListLength (Results 1 – 4 of 4) sorted by relevance
93 public BMPSet(final BMPSet otherBMPSet, final int[] newParentList, int newParentListLength) { in BMPSet() argument95 listLength = newParentListLength; in BMPSet()
41 BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength);
54 BMPSet::BMPSet(const BMPSet &otherBMPSet, const int32_t *newParentList, int32_t newParentListLength… in BMPSet() argument56 list(newParentList), listLength(newParentListLength) { in BMPSet()
91 public BMPSet(final BMPSet otherBMPSet, final int[] newParentList, int newParentListLength) { in BMPSet() argument93 listLength = newParentListLength; in BMPSet()