DescriptionMojo typemap config: support "copyable_pass_by_value" attribute.
This attribute is used with copyable TrivialStruct which should be passed by
value. It is not transitive. std::vector<TrivialStruct> will be passed by const
ref, for example.
It is added because people think it is useful to make base::Time* pass by value
to be more consistent with our style requirements.
BUG=624136
Committed: https://crrev.com/955bec3b94a157ed7235df10b1fe9d474ccd193f
Cr-Commit-Position: refs/heads/master@{#406084}
Patch Set 1 #Patch Set 2 : Merge remote-tracking branch 'refs/remotes/origin/master' into 71_add_pass_by_value_copyable #Patch Set 3 : . #Messages
Total messages: 24 (12 generated)
|