Home | History | Annotate | Download | only in Lex

Lines Matching defs:internal_key_type

321   typedef std::pair<unsigned char, const char*> internal_key_type;
325 static hash_value_type ComputeHash(internal_key_type x) {
338 static internal_key_type ReadKey(const unsigned char* d, unsigned) {
351 static internal_key_type GetInternalKey(const FileEntry* FE) {
355 static bool EqualKey(internal_key_type a, internal_key_type b) {
359 static PTHFileData ReadData(const internal_key_type& k,
373 typedef external_key_type internal_key_type;
377 static bool EqualKey(const internal_key_type& a,
378 const internal_key_type& b) {
383 static hash_value_type ComputeHash(const internal_key_type& a) {
388 static const internal_key_type&
405 static uint32_t ReadData(const internal_key_type& k, const unsigned char* d,
652 static internal_key_type GetInternalKey(const char *path) {
657 static bool EqualKey(internal_key_type a, internal_key_type b) {
663 static data_type ReadData(const internal_key_type& k, const unsigned char* d,