Lines Matching defs:CI
182 typedef const_iterator CI;
214 friend bool operator==(const CI& lhs, const CI& rhs) {
216 friend bool operator!=(const CI& lhs, const CI& rhs) {
218 friend bool operator<(const CI& lhs, const CI& rhs);
219 friend bool operator>(const CI& lhs, const CI& rhs) {
221 friend bool operator<=(const CI& lhs, const CI& rhs) {
223 friend bool operator>=(const CI& lhs, const CI& rhs) {
226 friend difference_type distance(const CI& first, const CI& last);