Lines Matching defs:std
147 typedef std::u16string StringType;
152 typedef std::string StringType;
156 using StringViewType = std::basic_string_view<CharType>;
164 // std::size(kSeparators).
215 void GetComponents(std::vector<FilePath::StringType>* components) const;
287 std::string_view suffix) const;
308 // Although Windows StringType is std::u16string, since the encoding it uses
314 [[nodiscard]] FilePath AppendASCII(std::string_view component) const;
340 // want to stuff a std::u16string into some other API.
341 std::u16string LossyDisplayName() const;
346 std::string MaybeAsASCII() const;
349 std::string As8Bit() const;
379 namespace std {
384 typedef std::size_t result_type;
390 } // namespace std