Home | History | Annotate | Download | only in Lex

Lines Matching refs:internal_key_type

321   typedef std::pair<unsigned char, const char*> internal_key_type;
323 static unsigned ComputeHash(internal_key_type x) {
334 static internal_key_type ReadKey(const unsigned char* d, unsigned) {
345 static internal_key_type GetInternalKey(const FileEntry* FE) {
349 static bool EqualKey(internal_key_type a, internal_key_type b) {
353 static PTHFileData ReadData(const internal_key_type& k,
370 typedef external_key_type internal_key_type;
372 static bool EqualKey(const internal_key_type& a,
373 const internal_key_type& b) {
378 static unsigned ComputeHash(const internal_key_type& a) {
383 static const internal_key_type&
397 static uint32_t ReadData(const internal_key_type& k, const unsigned char* d,
641 static internal_key_type GetInternalKey(const char *path) {
646 static bool EqualKey(internal_key_type a, internal_key_type b) {
652 static data_type ReadData(const internal_key_type& k, const unsigned char* d,