Lines Matching defs:string
22 #include <string>
103 // string. The output string is not null-terminated and may contain embedded
110 typedef std::string string;
135 // instructions_and_sizes_ string.
149 // Appends the size value to the string as a variable-length integer.
150 static void AppendSizeToString(size_t size, string* out);
152 // Appends the size value to the output string as a variable-length integer.
160 // None of the following 'string' objects are null-terminated.
165 string instructions_and_sizes_;
171 string *data_for_add_and_run_;
172 string separate_data_for_add_and_run_;
179 string *addresses_for_copy_;
180 string separate_addresses_for_copy_;