reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2101 : posA(b.empty() ? a.end() : a.find(b.start())), 2101 : posA(b.empty() ? a.end() : a.find(b.start())), 2102 posB(posA.valid() ? b.find(posA.start()) : b.end()) { advance(); } 2102 posB(posA.valid() ? b.find(posA.start()) : b.end()) { advance(); }