Searched refs:char_begin (Results 1 – 4 of 4) sorted by relevance
551 absl::Cord::CharIterator itc = c.char_begin(); in TEST_P()1576 EXPECT_EQ(cord.char_begin() == cord.char_end(), cord.empty()); in VerifyCharIterator()1577 EXPECT_EQ(cord.char_begin() != cord.char_end(), !cord.empty()); in VerifyCharIterator()1584 absl::Cord::CharIterator pre_iter = cord.char_begin(); in VerifyCharIterator()1585 absl::Cord::CharIterator post_iter = cord.char_begin(); in VerifyCharIterator()1640 absl::Cord::CharIterator it = cord.char_begin(); in VerifyCharIterator()
573 CharIterator char_begin() const;1408 inline Cord::CharIterator Cord::char_begin() const { in char_begin() function1415 return cord_->char_begin(); in begin()
535 CharIterator char_begin() const;1185 inline Cord::CharIterator Cord::char_begin() const { in char_begin() function1192 return cord_->char_begin(); in begin()
1445 EXPECT_EQ(cord.char_begin() == cord.char_end(), cord.empty()); in VerifyCharIterator()1446 EXPECT_EQ(cord.char_begin() != cord.char_end(), !cord.empty()); in VerifyCharIterator()1453 absl::Cord::CharIterator pre_iter = cord.char_begin(); in VerifyCharIterator()1454 absl::Cord::CharIterator post_iter = cord.char_begin(); in VerifyCharIterator()1509 absl::Cord::CharIterator it = cord.char_begin(); in VerifyCharIterator()