Home
last modified time | relevance | path

Searched refs:FastStringKey (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/
H A Dutil-inl.h594 constexpr size_t FastStringKey::HashImpl(std::string_view str) { in HashImpl()
603 constexpr size_t FastStringKey::Hash::operator()( in operator ()()
604 const FastStringKey& key) const { in operator ()()
608 constexpr bool FastStringKey::operator==(const FastStringKey& other) const { in operator ==()
612 constexpr FastStringKey::FastStringKey(std::string_view name) in FastStringKey() function in node::FastStringKey
615 constexpr std::string_view FastStringKey::as_string_view() const { in as_string_view()
H A Dutil.h825 class FastStringKey { class
827 constexpr explicit FastStringKey(std::string_view name);
830 constexpr size_t operator()(const FastStringKey& key) const;
832 constexpr bool operator==(const FastStringKey& other) const;

Completed in 3 milliseconds