Page Speed Optimization Libraries  1.4.26.1
Classes | Namespaces | Functions
net/instaweb/util/public/string_hash.h File Reference
#include <cstddef>
#include "net/instaweb/util/public/string.h"
#include "net/instaweb/util/public/string_util.h"

Go to the source code of this file.

Classes

struct  net_instaweb::CasePreserve
 A helper for case-sensitive hashing. More...
struct  net_instaweb::CaseFold
 A helper for case-insensitive hashing, which folds to lowercase. More...
struct  net_instaweb::CasePreserveStringHash
 Functors for constructing case-insensitive and case-sensitive hash-tables. More...
struct  net_instaweb::CaseFoldStringHash
struct  net_instaweb::CaseFoldStringEqual

Namespaces

namespace  net_instaweb
 

for StringPiece


Functions

template<class CharTransform , typename IntType >
IntType net_instaweb::HashString (const char *s, size_t len)
size_t net_instaweb::JoinHash (size_t a, size_t b)

Detailed Description

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines