clang
7.0.0
|
Public Types | |
using | data_type = uint32_t |
using | external_key_type = const std::pair< const char *, unsigned > |
using | internal_key_type = external_key_type |
using | hash_value_type = uint32_t |
using | offset_type = unsigned |
Static Public Member Functions | |
static bool | EqualKey (const internal_key_type &a, const internal_key_type &b) |
static hash_value_type | ComputeHash (const internal_key_type &a) |
static const internal_key_type & | GetInternalKey (const external_key_type &x) |
static std::pair< unsigned, unsigned > | ReadKeyDataLength (const unsigned char *&d) |
static std::pair< const char *, unsigned > | ReadKey (const unsigned char *d, unsigned n) |
static uint32_t | ReadData (const internal_key_type &k, const unsigned char *d, unsigned) |
Definition at line 384 of file PTHLexer.cpp.
using clang::PTHManager::PTHStringLookupTrait::data_type = uint32_t |
Definition at line 386 of file PTHLexer.cpp.
using clang::PTHManager::PTHStringLookupTrait::external_key_type = const std::pair<const char *, unsigned> |
Definition at line 387 of file PTHLexer.cpp.
using clang::PTHManager::PTHStringLookupTrait::hash_value_type = uint32_t |
Definition at line 389 of file PTHLexer.cpp.
Definition at line 388 of file PTHLexer.cpp.
using clang::PTHManager::PTHStringLookupTrait::offset_type = unsigned |
Definition at line 390 of file PTHLexer.cpp.
|
inlinestatic |
Definition at line 398 of file PTHLexer.cpp.
|
inlinestatic |
Definition at line 392 of file PTHLexer.cpp.
|
inlinestatic |
Definition at line 404 of file PTHLexer.cpp.
|
inlinestatic |
Definition at line 421 of file PTHLexer.cpp.
References clang::PTHManager::~PTHManager().
|
inlinestatic |
Definition at line 416 of file PTHLexer.cpp.
|
inlinestatic |
Definition at line 407 of file PTHLexer.cpp.