#include "absl/strings/internal/cord_rep_btree.h"
#include <cassert>
#include <cstdint>
#include <iostream>
#include <string>
#include "absl/base/attributes.h"
#include "absl/base/config.h"
#include "absl/base/internal/raw_logging.h"
#include "absl/strings/internal/cord_data_edge.h"
#include "absl/strings/internal/cord_internal.h"
#include "absl/strings/internal/cord_rep_consume.h"
#include "absl/strings/internal/cord_rep_flat.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/string_view.h"
Go to the source code of this file.
◆ NODE_CHECK_EQ
#define NODE_CHECK_EQ |
( |
|
x, |
|
|
|
y |
|
) |
| |
Value:
"CordRepBtree::CheckValid() FAILED: %s != %s (%s vs %s)", #
x, \
return false; \
}
◆ NODE_CHECK_VALID
#define NODE_CHECK_VALID |
( |
|
x | ) |
|
Value:
ABSL_RAW_LOG(
ERROR,
"CordRepBtree::CheckValid() FAILED: %s", #
x); \
return false; \
}
◆ share_depth
◆ stack