Searched refs:FastStringKey (Results 1 – 12 of 12) sorted by relevance
532 constexpr size_t FastStringKey::HashImpl(const char* str) { in HashImpl()541 constexpr size_t FastStringKey::Hash::operator()( in operator()542 const FastStringKey& key) const { in operator()546 constexpr bool FastStringKey::operator==(const FastStringKey& other) const {556 constexpr FastStringKey::FastStringKey(const char* name) in FastStringKey() function559 constexpr const char* FastStringKey::c_str() const { in c_str()
19 static constexpr FastStringKey type_name{"node::v8::BindingData"};
779 class FastStringKey {781 constexpr explicit FastStringKey(const char* name);784 constexpr size_t operator()(const FastStringKey& key) const;786 constexpr bool operator==(const FastStringKey& other) const;
130 static constexpr FastStringKey type_name { "http2" }; in SET_MEMORY_INFO_NAME()
117 constexpr FastStringKey BindingData::type_name;
91 static constexpr FastStringKey type_name { "http_parser" };104 constexpr FastStringKey BindingData::type_name;
30 static constexpr FastStringKey type_name { "fs" };
909 FastStringKey,911 FastStringKey::Hash> BindingDataStore;
2399 constexpr FastStringKey BindingData::type_name;
485 static constexpr FastStringKey type_name { "http_parser" };
3048 constexpr FastStringKey Http2State::type_name;
3721 * [[`e1bebf13db`](https://github.com/nodejs/node/commit/e1bebf13db)] - **src**: fix FastStringKey e…