1 |
// Copyright 2003 and onwards Google Inc. |
// Copyright 2003 and onwards Google Inc. |
2 |
// Author: Sanjay Ghemawat |
// Author: Sanjay Ghemawat |
3 |
|
|
4 |
|
#ifdef HAVE_CONFIG_H |
5 |
|
#include <config.h> |
6 |
|
#endif |
7 |
|
|
8 |
#include <stdio.h> |
#include <stdio.h> |
9 |
#include <map> |
#include <map> |
10 |
#include <algorithm> // for make_pair |
#include <algorithm> // for make_pair |
11 |
|
|
12 |
|
#include <pcrecpp.h> |
13 |
#include <pcre_stringpiece.h> |
#include <pcre_stringpiece.h> |
14 |
|
|
15 |
// CHECK dies with a fatal error if condition is not true. It is *not* |
// CHECK dies with a fatal error if condition is not true. It is *not* |