Lines Matching defs:result_str
1633 StreamString result_str;
1648 result_str.Printf("%s", alias_cmd_obj->GetCommandName().str().c_str());
1651 alias_result = std::string(result_str.GetString());
1662 result_str.Printf(" %s", value.c_str());
1666 result_str.Printf(" %s", option.c_str());
1671 result_str.Printf(" ");
1674 result_str.Printf("%s", value.c_str());
1706 result_str.Printf("%s", cmd_args.GetArgumentAtIndex(index));
1708 result_str.Printf("%c%s%c", quote_char, entry.c_str(), quote_char);
1712 alias_result = std::string(result_str.GetString());