Lines Matching refs:ss

711   std::stringstream ss(label_str);  in ParseLabelStr()  local
714 while (ss.good()) { in ParseLabelStr()
716 getline(ss, label_name, '_'); in ParseLabelStr()
2059 std::stringstream ss(line); in parse_cache_config_file() local
2061 while (ss.good()) { in parse_cache_config_file()
2063 getline(ss, substr, ','); in parse_cache_config_file()
2098 std::stringstream ss(bucket_str); in parse_buckets() local
2099 while (ss.good()) { in parse_buckets()
2101 getline(ss, bucket, ','); in parse_buckets()
2181 std::stringstream ss(FLAGS_timeline_labels); in block_cache_trace_analyzer_tool() local
2182 while (ss.good()) { in block_cache_trace_analyzer_tool()
2184 getline(ss, label, ','); in block_cache_trace_analyzer_tool()
2199 std::stringstream ss(FLAGS_analyze_callers); in block_cache_trace_analyzer_tool() local
2200 while (ss.good()) { in block_cache_trace_analyzer_tool()
2202 getline(ss, caller, ','); in block_cache_trace_analyzer_tool()
2216 std::stringstream ss(FLAGS_reuse_distance_labels); in block_cache_trace_analyzer_tool() local
2217 while (ss.good()) { in block_cache_trace_analyzer_tool()
2219 getline(ss, label, ','); in block_cache_trace_analyzer_tool()
2227 std::stringstream ss(FLAGS_reuse_interval_labels); in block_cache_trace_analyzer_tool() local
2228 while (ss.good()) { in block_cache_trace_analyzer_tool()
2230 getline(ss, label, ','); in block_cache_trace_analyzer_tool()
2238 std::stringstream ss(FLAGS_reuse_lifetime_labels); in block_cache_trace_analyzer_tool() local
2239 while (ss.good()) { in block_cache_trace_analyzer_tool()
2241 getline(ss, label, ','); in block_cache_trace_analyzer_tool()
2264 std::stringstream ss(FLAGS_analyze_get_spatial_locality_labels); in block_cache_trace_analyzer_tool() local
2265 while (ss.good()) { in block_cache_trace_analyzer_tool()
2267 getline(ss, label, ','); in block_cache_trace_analyzer_tool()
2273 std::stringstream ss(FLAGS_analyze_correlation_coefficients_labels); in block_cache_trace_analyzer_tool() local
2274 while (ss.good()) { in block_cache_trace_analyzer_tool()
2276 getline(ss, label, ','); in block_cache_trace_analyzer_tool()
2286 std::stringstream ss(FLAGS_skew_labels); in block_cache_trace_analyzer_tool() local
2287 while (ss.good()) { in block_cache_trace_analyzer_tool()
2289 getline(ss, label, ','); in block_cache_trace_analyzer_tool()