Searched refs:hint_value (Results 1 – 1 of 1) sorted by relevance
638 const std::string &hint_value = actions[i]["Value"].asString(); in ParseActions() local639 LOG(VERBOSE) << "Action[" << i << "]'s Value: " << hint_value; in ParseActions()640 if (hint_value.empty()) { in ParseActions()646 actions_parsed[hint_type].hint_actions.emplace_back(action_type, hint_value, in ParseActions()