Lines Matching refs:std
33 explicit String16(const std::basic_string<UChar>& impl);
34 explicit String16(std::basic_string<UChar>&& impl);
69 std::swap(hash_code, other.hash_code);
73 V8_EXPORT std::string utf8() const;
81 std::size_t hash() const {
113 std::basic_string<UChar> m_impl;
114 mutable std::size_t hash_code = 0;
145 std::vector<UChar> m_buffer;
159 namespace std {
162 std::size_t operator()(const v8_inspector::String16& string) const {
167 } // namespace std