Home
last modified time | relevance | path

Searched refs:StringHash (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/src/trace_processor/
Dstring_pool.h91 using StringHash = uint64_t;
188 std::unordered_map<StringHash, Id> string_index_;
Dtrace_storage.h930 using StringHash = uint64_t; variable
/external/v8/src/profiler/
Dheap-snapshot-generator-inl.h65 uint32_t HeapSnapshotJSONSerializer::StringHash(const void* string) { in StringHash() function
Dheap-snapshot-generator.h609 V8_INLINE static uint32_t StringHash(const void* string);
Dheap-snapshot-generator.cc2694 strings_.LookupOrInsert(const_cast<char*>(s), StringHash(s)); in GetStringId()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dwtf_hash_util.h51 return HashCombine(seed, WTF::StringHash::GetHash(value));