Searched refs:newParentList (Results 1 – 4 of 4) sorted by relevance
93 public BMPSet(final BMPSet otherBMPSet, final int[] newParentList, int newParentListLength) { in BMPSet() argument94 list = newParentList; 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() argument92 list = newParentList; in BMPSet()