Lines Matching defs:string
20 #include <string>
28 // Those elements are provided as string members and can be modified or
32 typedef std::string string;
81 // Assuming the length of the given string can be expressed as a VarintBE
86 // Assuming the length of the given string can be expressed as a one-byte
92 // Assuming the length of the given string can be expressed as a two-byte
98 // Assuming the length of the given string can be expressed as a two-byte
108 string delta_file_;
110 // This string is not populated during setup, but is used to receive the
112 string output_;
117 string dictionary_;
118 string expected_target_;
121 string delta_file_header_;
122 string delta_window_header_;
123 string delta_window_body_;