Searched refs:aggregateprofiles_val (Results 1 – 1 of 1) sorted by relevance
545 const Json::Value& aggregateprofiles_val = root["AggregateProfiles"]; in Load() local546 for (Json::Value::ArrayIndex i = 0; i < aggregateprofiles_val.size(); ++i) { in Load()547 const Json::Value& aggregateprofile_val = aggregateprofiles_val[i]; in Load()