Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:strm

28 OptionValueDictionary::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask)
34 strm.Printf ("(%s of %ss)", GetTypeAsCString(), GetBuiltinTypeAsCString(dict_type));
36 strm.Printf ("(%s)", GetTypeAsCString());
41 strm.PutCString (" =");
45 strm.IndentMore();
50 strm.EOL();
51 strm.Indent(pos->first.GetCString());
62 strm.PutChar (' ');
63 option_value->DumpValue(exe_ctx, strm, dump_mask | extra_dump_options);
75 strm.PutCString("=");
76 option_value->DumpValue(exe_ctx, strm, (dump_mask & (~eDumpOptionType)) | extra_dump_options);
80 strm.IndentLess();
92 StreamString strm;
93 strm.Printf("%s=", pos->first.GetCString());
94 pos->second->DumpValue(NULL, strm, eDumpOptionValue|eDumpOptionRaw);
95 args.AppendArgument(strm.GetString().c_str());
430 StreamString strm;
431 strm.Printf("%s=", pos->first.GetCString());