HomeSort by relevance Sort by last modified time
    Searched defs:HashString (Results 1 - 5 of 5) sorted by null

  /external/libchrome/base/trace_event/
memory_allocator_dump_guid.cc 15 uint64_t HashString(const std::string& str) {
30 : MemoryAllocatorDumpGuid(HashString(guid_str)) {
  /external/llvm/include/llvm/ADT/
StringExtras.h 136 /// HashString - Hash function for strings.
143 static inline unsigned HashString(StringRef Str, unsigned Result = 0) {
  /system/core/crash_reporter/
kernel_collector.cc 311 static unsigned HashString(const std::string &input) {
402 *hash = HashString(hashable);
  /bootable/recovery/updater/
blockimg.cpp     [all...]
  /system/tpm/trunks/
tpm_utility_impl.cc 58 std::string HashString(const std::string& plaintext,
590 std::string digest = HashString(plaintext, hash_alg);
660 std::string digest = HashString(plaintext, hash_alg);
    [all...]

Completed in 185 milliseconds