HomeSort by relevance Sort by last modified time
    Searched full:hash_function32 (Results 1 - 1 of 1) sorted by null

  /external/flatbuffers/src/
flathash.cpp 55 flatbuffers::NamedHashFunction<uint32_t>::HashFunction hash_function32 = local
60 if (!hash_function32 && !hash_function64) {
88 if (hash_function32)
89 ss << hash_function32(arg);

Completed in 63 milliseconds