Home
last modified time | relevance | path

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

/third_party/node/src/
Dutil-inl.h532 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() function
559 constexpr const char* FastStringKey::c_str() const { in c_str()
Dnode_v8.h19 static constexpr FastStringKey type_name{"node::v8::BindingData"};
Dutil.h779 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;
Dnode_http2_state.h130 static constexpr FastStringKey type_name { "http2" }; in SET_MEMORY_INFO_NAME()
Dnode_v8.cc117 constexpr FastStringKey BindingData::type_name;
Dnode_http_parser.cc91 static constexpr FastStringKey type_name { "http_parser" };
104 constexpr FastStringKey BindingData::type_name;
Dnode_file.h30 static constexpr FastStringKey type_name { "fs" };
Denv.h909 FastStringKey,
911 FastStringKey::Hash> BindingDataStore;
Dnode_file.cc2399 constexpr FastStringKey BindingData::type_name;
DREADME.md485 static constexpr FastStringKey type_name { "http_parser" };
Dnode_http2.cc3048 constexpr FastStringKey Http2State::type_name;
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md3721 * [[`e1bebf13db`](https://github.com/nodejs/node/commit/e1bebf13db)] - **src**: fix FastStringKey e…