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