Home | History | Annotate | Download | only in Lex

Lines Matching refs:internal_key_type

325   typedef std::pair<unsigned char, const char*> internal_key_type;
327 static unsigned ComputeHash(internal_key_type x) {
338 static internal_key_type ReadKey(const unsigned char* d, unsigned) {
349 static internal_key_type GetInternalKey(const FileEntry* FE) {
353 static bool EqualKey(internal_key_type a, internal_key_type b) {
357 static PTHFileData ReadData(const internal_key_type& k,
374 typedef external_key_type internal_key_type;
376 static bool EqualKey(const internal_key_type& a,
377 const internal_key_type& b) {
382 static unsigned ComputeHash(const internal_key_type& a) {
387 static const internal_key_type&
401 static uint32_t ReadData(const internal_key_type& k, const unsigned char* d,
645 static internal_key_type GetInternalKey(const char *path) {
650 static bool EqualKey(internal_key_type a, internal_key_type b) {
656 static data_type ReadData(const internal_key_type& k, const unsigned char* d,