#include <functional>
#include "absl/functional/function_ref.h"
#include "absl/strings/internal/cord_internal.h"
Go to the source code of this file.
Namespaces | |
absl | |
absl::cord_internal | |
Typedefs | |
using | absl::cord_internal::ConsumeFn = FunctionRef< void(CordRep *, size_t, size_t)> |
Functions | |
void | absl::cord_internal::Consume (CordRep *rep, ConsumeFn consume_fn) |
void | absl::cord_internal::ReverseConsume (CordRep *rep, ConsumeFn consume_fn) |