Searched refs:nullIndex (Results 1 – 3 of 3) sorted by relevance
180 for (int nullIndex = 0; nullIndex < types.length; nullIndex++) { in testMethod()181 testMethodParameter(instance, method, nullIndex); in testMethod()197 for (int nullIndex = 0; nullIndex < types.length; nullIndex++) { in testConstructor()198 testConstructorParameter(ctor, nullIndex); in testConstructor()
181 for (int nullIndex = 0; nullIndex < types.length; nullIndex++) { in testMethod()182 testMethodParameter(instance, method, nullIndex); in testMethod()198 for (int nullIndex = 0; nullIndex < types.length; nullIndex++) { in testConstructor()199 testConstructorParameter(ctor, nullIndex); in testConstructor()
16 const int nullIndex = std::numeric_limits<int>::max(); variable21 colUnknown.push_back(nullIndex); in Simplex()22 colUnknown.push_back(nullIndex); in Simplex()40 assert(index != nullIndex && "nullIndex passed to unknownFromIndex"); in unknownFromIndex()55 assert(index != nullIndex && "nullIndex passed to unknownFromIndex"); in unknownFromIndex()607 result.colUnknown.assign(2, nullIndex); in makeProduct()