Home | History | Annotate | Download | only in src

Lines Matching defs:string

22 #include <string>
108 // string. The output string is not null-terminated and may contain embedded
118 typedef std::string string;
136 // instructions_and_sizes_ string.
150 // Appends the size value to the string as a variable-length integer.
151 static void AppendSizeToString(size_t size, string* out);
153 // Appends the size value to the output string as a variable-length integer.
161 // None of the following 'string' objects are null-terminated.
166 string instructions_and_sizes_;
172 string *data_for_add_and_run_;
173 string separate_data_for_add_and_run_;
180 string *addresses_for_copy_;
181 string separate_addresses_for_copy_;