#include <stddef.h>
#include <stdint.h>
#include <algorithm>
#include <map>
#include <mutex>
#include <string>
#include <type_traits>
#include <vector>
#include "re2/stringpiece.h"
Go to the source code of this file.
Namespaces | |
re2 | |
re2::hooks | |
re2::re2_internal | |
Macros | |
#define | DECLARE_HOOK(type) |
#define | RE2_HAVE_THREAD_LOCAL |
Functions | |
template<typename T > | |
bool | re2::re2_internal::Parse (const char *str, size_t n, T *dest) |
template<typename T > | |
bool | re2::re2_internal::Parse (const char *str, size_t n, T *dest, int radix) |
Variables | |
const thread_local RE2 * | re2::hooks::context |
#define DECLARE_HOOK | ( | type | ) |
#define RE2_HAVE_THREAD_LOCAL |
Definition at line 973 of file re2/re2/re2.h.