[Extensions] Use rvalue references for SimpleFeature setters
Use rvalue references in SimpleFeature setters, rather than passing in a const reference. In the generated code these setters are used in, the values are all constructed in-place, so no copy is performed. This then allows us to use move assignment operaters in SimpleFeature, thus avoiding a copy. BUG=280286 Review-Url: https://codereview.chromium.org/2172353002 Cr-Commit-Position: refs/heads/master@{#407334}
Showing
Please register or sign in to comment