Lines Matching refs:InclStart
399 bool InclStart, bool InclEnd) { in convertZoneToTimepoints() argument
400 if (!InclStart && InclEnd) in convertZoneToTimepoints()
404 if (InclStart && !InclEnd) in convertZoneToTimepoints()
406 else if (!InclStart && !InclEnd) in convertZoneToTimepoints()
409 assert(InclStart && InclEnd); in convertZoneToTimepoints()
414 bool InclStart, bool InclEnd) { in convertZoneToTimepoints() argument
415 if (!InclStart && InclEnd) in convertZoneToTimepoints()
419 if (InclStart && !InclEnd) in convertZoneToTimepoints()
421 else if (!InclStart && !InclEnd) in convertZoneToTimepoints()
424 assert(InclStart && InclEnd); in convertZoneToTimepoints()
429 bool InclStart, bool InclEnd) { in convertZoneToTimepoints() argument
430 if (!InclStart && InclEnd) in convertZoneToTimepoints()
434 if (InclStart && !InclEnd) in convertZoneToTimepoints()
436 else if (!InclStart && !InclEnd) in convertZoneToTimepoints()
439 assert(InclStart && InclEnd); in convertZoneToTimepoints()