#include <stdio.h>#include <map>#include <algorithm>#include "pcrecpp.h"#include "pcre_stringpiece.h"Go to the source code of this file.
Defines | |
| #define | CHECK(condition) |
| #define | CMP_Y(op, x, y) |
| #define | CMP_N(op, x, y) |
Functions | |
| static void | CheckSTLComparator () |
| static void | CheckComparisonOperators () |
| int | main (int argc, char **argv) |
| #define CHECK | ( | condition | ) |
Value:
do { \ if (!(condition)) { \ fprintf(stderr, "%s:%d: Check failed: %s\n", \ __FILE__, __LINE__, #condition); \ exit(1); \ } \ } while (0)
Definition at line 19 of file pcre_stringpiece_unittest.cc.
| static void CheckComparisonOperators | ( | ) | [static] |
| static void CheckSTLComparator | ( | ) | [static] |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 145 of file pcre_stringpiece_unittest.cc.
References CheckComparisonOperators(), and CheckSTLComparator().
1.5.1