Searched refs:pf_idx (Results 1 – 1 of 1) sorted by relevance
486 for (Json::Value::ArrayIndex pf_idx = 0; pf_idx < aggregateprofiles.size(); ++pf_idx) { in Load() local487 std::string profile_name = aggregateprofiles[pf_idx].asString(); in Load()