Lines Matching refs:string
12 #include <string>
98 std::string path_in_original_encoding;
164 // string until it finishes extracting files.
165 bool OpenFromString(const std::string& data);
173 void SetEncoding(std::string encoding) { encoding_ = std::move(encoding); }
177 void SetPassword(std::string password) { password_ = std::move(password); }
241 // directory, |*output| is set to the empty string. If the current entry is a
256 std::string* output) const;
258 bool ExtractCurrentEntryToString(std::string* output) const {
282 // Normalizes the given path passed as UTF-16 string piece. Sets entry_.path,
309 std::string encoding_;
310 std::string password_;