History log of /external/flatbuffers/include/flatbuffers/hash.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b63ebad49dc0ff3456c787f9b689144f6e8860c7 06-Jan-2016 Chandra Penke <chandrapenke@gmail.com> Fix #3497: Add support for compiling in g++ 4.4 and 4.5

- Removed uses of lambda expressions

- Added custom defines for constexpr and nullptr

- Removed trailing comma of last value from generated enums
/external/flatbuffers/include/flatbuffers/hash.h
d575321eba7f83f40de5fb23685ed3cdb47bc9cc 14-Feb-2015 Alex Ames <amablue@google.com> Added the hash attribute to ints and longs.

FlatBuffer schema files can now optionally specify a hash attribute that
will allow someone writing json files to enter a string to be hashed
rather than a specific value. The hashing algorithm to use is specified
by the schema.

Currently the only algorithms are fnv1 and fnv1a. There are 32 bit and
64 variatns for each. Additionally, a hashing command line tool was
added so that you can see what a string will hash to without needing to
inspect the flatbuffer binary blob.

Change-Id: I0cb359d0e2dc7d2dc1874b446dc19a17cc77109d
/external/flatbuffers/include/flatbuffers/hash.h