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

  /external/flatbuffers/src/
flathash.cpp 57 flatbuffers::NamedHashFunction<uint64_t>::HashFunction hash_function64 = local
60 if (!hash_function32 && !hash_function64) {
90 else if (hash_function64)
91 ss << hash_function64(arg);

Completed in 1918 milliseconds