reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2072 if (Traits::stopLess(posA.stop(), posB.start())) { 2075 if (!posA.valid() || !Traits::stopLess(posB.stop(), posA.start())) 2077 } else if (Traits::stopLess(posB.stop(), posA.start())) { 2080 if (!posB.valid() || !Traits::stopLess(posA.stop(), posB.start())) 2089 if (!posA.valid() || !Traits::stopLess(posB.stop(), posA.start())) 2093 if (!posB.valid() || !Traits::stopLess(posA.stop(), posB.start())) 2119 return Traits::startLess(ak, bk) ? bk : ak; 2126 return Traits::startLess(ak, bk) ? ak : bk; 2144 if (Traits::startLess(posB.stop(), posA.stop())) 2157 if (Traits::stopLess(posA.stop(), x)) 2159 if (Traits::stopLess(posB.stop(), x))