Searched refs:FastStringKey (Results 1 – 14 of 14) sorted by relevance
594 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 {612 constexpr FastStringKey::FastStringKey(std::string_view name) in FastStringKey() function615 constexpr std::string_view FastStringKey::as_string_view() const { in as_string_view()
23 using BindingDataStore = std::unordered_map<FastStringKey,25 FastStringKey::Hash>;
17 static constexpr FastStringKey type_name{"node::util::WeakReference"}; in SERIALIZABLE_OBJECT_METHODS()
26 static constexpr FastStringKey type_name{"node::v8::BindingData"}; in SERIALIZABLE_OBJECT_METHODS()
40 static constexpr FastStringKey type_name{"node::url::BindingData"}; in SERIALIZABLE_OBJECT_METHODS()
128 static constexpr FastStringKey type_name { "http2" }; in SET_MEMORY_INFO_NAME()
57 static constexpr FastStringKey type_name{"node::process::BindingData"}; in SERIALIZABLE_OBJECT_METHODS()
829 class FastStringKey {831 constexpr explicit FastStringKey(std::string_view name);834 constexpr size_t operator()(const FastStringKey& key) const;836 constexpr bool operator==(const FastStringKey& other) const;
150 static constexpr FastStringKey type_name{"node::BlobBindingData"}; in SERIALIZABLE_OBJECT_METHODS()
72 static constexpr FastStringKey type_name{"node::fs::BindingData"}; in SERIALIZABLE_OBJECT_METHODS()
98 static constexpr FastStringKey type_name { "http_parser" };
542 static constexpr FastStringKey type_name { "http_parser" };
1640 …b.com/nodejs/node/commit/9ca31cdba3)] - **src**: use string\_view for FastStringKey implementation…
3535 * \[[`e1bebf13db`](https://github.com/nodejs/node/commit/e1bebf13db)] - **src**: fix FastStringKey …