Searched refs:normal_operand_errors (Results 1 – 1 of 1) sorted by relevance
3952 std::vector<std::string> normal_operand_errors; in ParseOperands() local3953 std::swap(error_, normal_operand_errors); in ParseOperands()3976 std::make_move_iterator(normal_operand_errors.begin()), in ParseOperands()3977 std::make_move_iterator(normal_operand_errors.end())); in ParseOperands()