Lines Matching defs:string
34 #include <string.h> // memcpy, memset
36 #include <string>
215 // delta window, because the input data string may have been changed or
318 typedef std::string string;
472 string* decoded_target() { return &decoded_target_; }
529 // This string will be used to store any unparsed bytes left over when
534 string unparsed_bytes_;
537 // used to fill the output string for DecodeChunk(), and will also be used to
542 string decoded_target_;
556 string custom_code_table_string_;
668 // RESULT_SUCCESS, and removes the header bytes from the data string.
791 OutputString<string> output_string(&custom_code_table_string_);
827 typedef std::string string;
829 explicit TrackNewOutputText(const string& decoded_target)
853 const string& decoded_target_;
1046 std::string* decoded_target = parent_->decoded_target();
1073 // Reserve enough space in the output string for the current target window.
1403 const string& encoding,