mirror of https://github.com/google/brotli
translate includes in brotli/research
PiperOrigin-RevId: 713033033
This commit is contained in:
parent
7ef8b920dc
commit
57610b7174
|
@ -3,7 +3,7 @@
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
|
||||||
#include "third_party/esaxx/sais.hxx"
|
#include <sais.hxx>
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
#include <intrin.h> /* __popcnt64 */
|
#include <intrin.h> /* __popcnt64 */
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <exception> /* terminate */
|
#include <exception> /* terminate */
|
||||||
|
|
||||||
#include "third_party/libdivsufsort/include/divsufsort.h"
|
#include <divsufsort.h>
|
||||||
|
|
||||||
/* Pointer to position in text. */
|
/* Pointer to position in text. */
|
||||||
typedef DurchschlagTextIdx TextIdx;
|
typedef DurchschlagTextIdx TextIdx;
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
using gflags::ParseCommandLineFlags;
|
using gflags::ParseCommandLineFlags;
|
||||||
|
|
||||||
#include "third_party/absl/flags/flag.h"
|
#include "third_party/absl/flags/flag.h"
|
||||||
#include "third_party/esaxx/sais.hxx"
|
#include <sais.hxx>
|
||||||
|
|
||||||
DEFINE_bool(advanced, false, "Advanced searching mode: finds all longest "
|
DEFINE_bool(advanced, false, "Advanced searching mode: finds all longest "
|
||||||
"matches at positions that are not covered by matches of length at least "
|
"matches at positions that are not covered by matches of length at least "
|
||||||
|
|
Loading…
Reference in New Issue