Ninja
Classes | Namespaces | Functions
hash_map.h File Reference
#include "string_piece.h"
#include <ext/hash_map>
Include dependency graph for hash_map.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ExternalStringHashMap< V >
 A template for hash_maps keyed by a StringPiece whose string is owned externally (typically by the values). More...
 
struct  __gnu_cxx::hash< std::string >
 
struct  __gnu_cxx::hash< StringPiece >
 

Namespaces

 __gnu_cxx
 

Functions

static unsigned int MurmurHash2 (const void *key, size_t len)
 

Function Documentation

static unsigned int MurmurHash2 ( const void *  key,
size_t  len 
)
inlinestatic

Definition at line 22 of file hash_map.h.

Referenced by __gnu_cxx::hash< StringPiece >::operator()().