Lines Matching full:options
133 StringPrinter::ReadStringAndDumpToStreamOptions options(valobj);
134 options.SetPrefixToken(prefix.str());
135 options.SetSuffixToken(suffix.str());
143 options.SetLocation(location);
144 options.SetTargetSP(valobj.GetTargetSP());
145 options.SetStream(&stream);
146 options.SetQuote('"');
147 options.SetSourceSize(explicit_length);
148 options.SetHasSourceSize(has_explicit_length);
149 options.SetNeedsZeroTermination(false);
150 options.SetIgnoreMaxLength(summary_options.GetCapping() ==
152 options.SetBinaryZeroIsTerminator(false);
154 StringPrinter::StringElementType::UTF16>(options);
156 options.SetLocation(location + 1);
157 options.SetTargetSP(valobj.GetTargetSP());
158 options.SetStream(&stream);
159 options.SetSourceSize(explicit_length);
160 options.SetHasSourceSize(has_explicit_length);
161 options.SetNeedsZeroTermination(false);
162 options.SetIgnoreMaxLength(summary_options.GetCapping() ==
164 options.SetBinaryZeroIsTerminator(false);
166 StringPrinter::StringElementType::ASCII>(options);
172 options.SetLocation(location);
173 options.SetTargetSP(valobj.GetTargetSP());
174 options.SetStream(&stream);
175 options.SetQuote('"');
176 options.SetSourceSize(explicit_length);
177 options.SetHasSourceSize(has_explicit_length);
178 options.SetIgnoreMaxLength(summary_options.GetCapping() ==
181 StringPrinter::StringElementType::ASCII>(options);
194 options.SetLocation(location);
195 options.SetTargetSP(valobj.GetTargetSP());
196 options.SetStream(&stream);
197 options.SetQuote('"');
198 options.SetSourceSize(explicit_length);
199 options.SetHasSourceSize(has_explicit_length);
200 options.SetNeedsZeroTermination(!has_explicit_length);
201 options.SetIgnoreMaxLength(summary_options.GetCapping() ==
203 options.SetBinaryZeroIsTerminator(!has_explicit_length);
205 StringPrinter::StringElementType::UTF16>(options);
220 options.SetLocation(location);
221 options.SetTargetSP(valobj.GetTargetSP());
222 options.SetStream(&stream);
223 options.SetQuote('"');
224 options.SetSourceSize(explicit_length);
225 options.SetHasSourceSize(has_explicit_length);
226 options.SetNeedsZeroTermination(!has_explicit_length);
227 options.SetIgnoreMaxLength(summary_options.GetCapping() ==
229 options.SetBinaryZeroIsTerminator(!has_explicit_length);
231 StringPrinter::StringElementType::UTF16>(options);
243 options.SetLocation(location);
244 options.SetTargetSP(valobj.GetTargetSP());
245 options.SetStream(&stream);
246 options.SetSourceSize(explicit_length);
247 options.SetHasSourceSize(has_explicit_length);
248 options.SetNeedsZeroTermination(!has_explicit_length);
249 options.SetIgnoreMaxLength(summary_options.GetCapping() ==
251 options.SetBinaryZeroIsTerminator(!has_explicit_length);
254 StringPrinter::StringElementType::UTF8>(options);
257 StringPrinter::StringElementType::ASCII>(options);
266 options.SetLocation(location);
267 options.SetTargetSP(valobj.GetTargetSP());
268 options.SetStream(&stream);
269 options.SetSourceSize(explicit_length);
270 options.SetHasSourceSize(has_explicit_length);
271 options.SetIgnoreMaxLength(summary_options.GetCapping() ==
274 StringPrinter::StringElementType::ASCII>(options);
279 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
303 return NSStringSummaryProvider(*child_sp, stream, options);
308 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
309 return NSAttributedStringSummaryProvider(valobj, stream, options);