|
void | absl::CopyCordToString (const Cord &src, std::string *dst) |
|
void | absl::cord_internal::InitializeCordRepExternal (absl::string_view data, CordRepExternal *rep) |
|
template<typename Releaser > |
Cord | absl::MakeCordFromExternal (absl::string_view, Releaser &&) |
|
template<typename Releaser > |
CordRep * | absl::cord_internal::NewExternalRep (absl::string_view data, Releaser &&releaser) |
|
CordRep * | absl::cord_internal::NewExternalRep (absl::string_view data, void(&releaser)(absl::string_view)) |
|
bool | absl::operator!= (absl::string_view x, const Cord &y) |
|
bool | absl::operator!= (const Cord &x, absl::string_view y) |
|
bool | absl::operator!= (const Cord &x, const Cord &y) |
|
bool | absl::operator< (absl::string_view x, const Cord &y) |
|
bool | absl::operator< (const Cord &x, absl::string_view y) |
|
bool | absl::operator< (const Cord &x, const Cord &y) |
|
std::ostream & | absl::operator<< (std::ostream &out, const Cord &cord) |
|
bool | absl::operator<= (absl::string_view x, const Cord &y) |
|
bool | absl::operator<= (const Cord &x, absl::string_view y) |
|
bool | absl::operator<= (const Cord &x, const Cord &y) |
|
bool | absl::operator== (absl::string_view x, const Cord &y) |
|
bool | absl::operator== (const Cord &lhs, absl::string_view rhs) |
|
bool | absl::operator== (const Cord &lhs, const Cord &rhs) |
|
bool | absl::operator> (absl::string_view x, const Cord &y) |
|
bool | absl::operator> (const Cord &x, absl::string_view y) |
|
bool | absl::operator> (const Cord &x, const Cord &y) |
|
bool | absl::operator>= (absl::string_view x, const Cord &y) |
|
bool | absl::operator>= (const Cord &x, absl::string_view y) |
|
bool | absl::operator>= (const Cord &x, const Cord &y) |
|
template<bool nullify_tail = false> |
void | absl::cord_internal::SmallMemmove (char *dst, const char *src, size_t n) |
|