#include <cstddef>
#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... | |
Namespaces | |
namespace | net_instaweb |
NOLINT. | |
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) |