Lines Matching defs:string
34 #include <string.h> // memcpy, memset
36 #include <string>
208 // delta window, because the input data string may have been changed or
311 typedef std::string string;
465 string* decoded_target() { return &decoded_target_; }
531 // This string will be used to store any unparsed bytes left over when
536 string unparsed_bytes_;
539 // used to fill the output string for DecodeChunk(), and will also be used to
544 string decoded_target_;
558 string custom_code_table_string_;
669 // RESULT_SUCCESS, and removes the header bytes from the data string.
792 OutputString<string> output_string(&custom_code_table_string_);
1049 std::string* decoded_target = parent_->decoded_target();
1076 // Reserve enough space in the output string for the current target window.
1404 const string& encoding,