Searched refs:tmp_str (Results 1 – 3 of 3) sorted by relevance
114 std::string tmp_str; in GetThreadGroupInfo() local119 tmp_str = name_obj->ToModifiedUtf8(); in GetThreadGroupInfo()120 tmp_cstr = tmp_str.c_str(); in GetThreadGroupInfo()
133 string tmp_str = base::StringPrintf( in ParseRequest() local139 &tmp_str, "%jd (non-inclusive)", (intmax_t)request->end_offset); in ParseRequest()141 base::StringAppendF(&tmp_str, "unspecified"); in ParseRequest()142 LOG(INFO) << tmp_str; in ParseRequest()
1155 string tmp_str = base::StringPrintf("%jd+", it->first); in MultiTest() local1157 base::StringAppendF(&tmp_str, "%jd", it->second); in MultiTest()1160 base::StringAppendF(&tmp_str, "?"); in MultiTest()1163 LOG(INFO) << "added range: " << tmp_str; in MultiTest()