Searched refs:dump_options (Results 1 – 5 of 5) sorted by relevance
262 const StringPrinter::ReadBufferAndDumpToStreamOptions &dump_options) { in DumpEncodedBufferToStream() argument263 assert(dump_options.GetStream() && "need a Stream to print the string to"); in DumpEncodedBufferToStream()264 Stream &stream(*dump_options.GetStream()); in DumpEncodedBufferToStream()265 if (dump_options.GetPrefixToken() != nullptr) in DumpEncodedBufferToStream()266 stream.Printf("%s", dump_options.GetPrefixToken()); in DumpEncodedBufferToStream()267 if (dump_options.GetQuote() != 0) in DumpEncodedBufferToStream()268 stream.Printf("%c", dump_options.GetQuote()); in DumpEncodedBufferToStream()269 auto data(dump_options.GetData()); in DumpEncodedBufferToStream()270 auto source_size(dump_options.GetSourceSize()); in DumpEncodedBufferToStream()273 if (dump_options.GetSourceSize() == 0) { in DumpEncodedBufferToStream()[all …]
675 static const struct dump_option_value_info dump_options[] = variable770 for (option_ptr = dump_options; option_ptr->name;
12094 (dump_options): New array.
775 static const struct dump_option_value_info dump_options[] = variable1017 for (option_ptr = dump_options; option_ptr->name; option_ptr++) in dump_switch_p_1()
1573 my %dump_options = (1578 return _dump_hash(\%dump_options, @_);