Home
last modified time | relevance | path

Searched refs:char_begin (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord_test.cc551 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()
Dcord.h573 CharIterator char_begin() const;
1408 inline Cord::CharIterator Cord::char_begin() const { in char_begin() function
1415 return cord_->char_begin(); in begin()
/third_party/abseil-cpp/absl/strings/
Dcord.h535 CharIterator char_begin() const;
1185 inline Cord::CharIterator Cord::char_begin() const { in char_begin() function
1192 return cord_->char_begin(); in begin()
Dcord_test.cc1445 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()