Searched refs:aggregateprofiles (Results 1 – 2 of 2) sorted by relevance
25 repeated AggregateProfiles aggregateprofiles = 3 [json_name = "AggregateProfiles"]; field
482 const Json::Value& aggregateprofiles = aggregateprofile_val["Profiles"]; in Load() local486 for (Json::Value::ArrayIndex pf_idx = 0; pf_idx < aggregateprofiles.size(); ++pf_idx) { in Load()487 std::string profile_name = aggregateprofiles[pf_idx].asString(); in Load()