Home
last modified time | relevance | path

Searched refs:FastStringKey (Results 1 – 14 of 14) sorted by relevance

/third_party/node/src/
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 {
612 constexpr FastStringKey::FastStringKey(std::string_view name) in FastStringKey() function
615 constexpr std::string_view FastStringKey::as_string_view() const { in as_string_view()
Dnode_realm.h23 using BindingDataStore = std::unordered_map<FastStringKey,
25 FastStringKey::Hash>;
Dnode_util.h17 static constexpr FastStringKey type_name{"node::util::WeakReference"}; in SERIALIZABLE_OBJECT_METHODS()
Dnode_v8.h26 static constexpr FastStringKey type_name{"node::v8::BindingData"}; in SERIALIZABLE_OBJECT_METHODS()
Dnode_url.h40 static constexpr FastStringKey type_name{"node::url::BindingData"}; in SERIALIZABLE_OBJECT_METHODS()
Dnode_http2_state.h128 static constexpr FastStringKey type_name { "http2" }; in SET_MEMORY_INFO_NAME()
Dnode_process.h57 static constexpr FastStringKey type_name{"node::process::BindingData"}; in SERIALIZABLE_OBJECT_METHODS()
Dutil.h829 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;
Dnode_blob.h150 static constexpr FastStringKey type_name{"node::BlobBindingData"}; in SERIALIZABLE_OBJECT_METHODS()
Dnode_file.h72 static constexpr FastStringKey type_name{"node::fs::BindingData"}; in SERIALIZABLE_OBJECT_METHODS()
Dnode_http_parser.cc98 static constexpr FastStringKey type_name { "http_parser" };
DREADME.md542 static constexpr FastStringKey type_name { "http_parser" };
/third_party/node/doc/changelogs/
DCHANGELOG_V18.md1640 …b.com/nodejs/node/commit/9ca31cdba3)] - **src**: use string\_view for FastStringKey implementation…
DCHANGELOG_V14.md3535 * \[[`e1bebf13db`](https://github.com/nodejs/node/commit/e1bebf13db)] - **src**: fix FastStringKey