Searched refs:action_val (Results 1 – 1 of 1) sorted by relevance
360 const Json::Value& action_val = actions[act_idx]; in Load() local361 std::string action_name = action_val["Name"].asString(); in Load()362 const Json::Value& params_val = action_val["Params"]; in Load()