reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
166 StartIdx = Idx; 172 if (StartIdx == NotSet || EndIdx == NotSet) 183 if (StartIdx > EndIdx) { 184 std::swap(StartIdx, EndIdx); 199 if ((Idx < StartIdx || EndIdx < Idx) && Chunk != Outside) { 210 } else if (Idx > StartIdx && Idx < EndIdx && Chunk != Inside) {