#include <cstdint>
#include <iostream>
#include <string>
#include "absl/base/config.h"
#include "absl/strings/cord.h"
#include "absl/strings/internal/cord_internal.h"
#include "absl/strings/string_view.h"
Go to the source code of this file.
Namespaces | |
absl | |
Enumerations | |
enum | absl::TestCordSize { absl::TestCordSize::kEmpty = 0, absl::TestCordSize::kInlined = cord_internal::kMaxInline / 2 + 1, absl::TestCordSize::kStringSso1 = 15, absl::TestCordSize::kStringSso2 = 22, absl::TestCordSize::kSmall = cord_internal::kMaxBytesToCopy / 2 + 1, absl::TestCordSize::kMedium = cord_internal::kMaxFlatLength / 2 + 1, absl::TestCordSize::kLarge = cord_internal::kMaxFlatLength * 4, absl::TestCordSize::kEmpty = 0, absl::TestCordSize::kInlined = cord_internal::kMaxInline / 2 + 1, absl::TestCordSize::kStringSso1 = 15, absl::TestCordSize::kStringSso2 = 22, absl::TestCordSize::kSmall = cord_internal::kMaxBytesToCopy / 2 + 1, absl::TestCordSize::kMedium = cord_internal::kMaxFlatLength / 2 + 1, absl::TestCordSize::kLarge = cord_internal::kMaxFlatLength * 4 } |
Functions | |
size_t | absl::Length (TestCordSize size) |
template<typename Container > | |
Cord | absl::MakeFragmentedCord (const Container &c) |
Cord | absl::MakeFragmentedCord (std::initializer_list< absl::string_view > list) |
std::ostream & | absl::operator<< (std::ostream &stream, TestCordSize size) |
absl::string_view | absl::ToString (TestCordSize size) |