Searched refs:profiles_val (Results 1 – 1 of 1) sorted by relevance
454 const Json::Value& profiles_val = root["Profiles"]; in Load() local455 for (Json::Value::ArrayIndex i = 0; i < profiles_val.size(); ++i) { in Load()456 const Json::Value& profile_val = profiles_val[i]; in Load()