Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1006)

Side by Side Diff: mojo/public/tools/bindings/generators/cpp_templates/union_serialization_declaration.tmpl

Issue 1830613002: Add newlines to EOF in C++ .tmpl files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « mojo/public/tools/bindings/generators/cpp_templates/struct_serialization_declaration.tmpl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 size_t GetSerializedSize_(const {{union.name}}Ptr& input, bool inlined); 1 size_t GetSerializedSize_(const {{union.name}}Ptr& input, bool inlined);
2 mojo::internal::ValidationError SerializeUnion_( 2 mojo::internal::ValidationError SerializeUnion_(
3 {{union.name}}* input, 3 {{union.name}}* input,
4 mojo::internal::Buffer* buffer, 4 mojo::internal::Buffer* buffer,
5 internal::{{union.name}}_Data** output, bool inlined); 5 internal::{{union.name}}_Data** output, bool inlined);
6 void Deserialize_(internal::{{union.name}}_Data* input, 6 void Deserialize_(internal::{{union.name}}_Data* input,
7 {{union.name}}* output); 7 {{union.name}}* output);
OLDNEW
« no previous file with comments | « mojo/public/tools/bindings/generators/cpp_templates/struct_serialization_declaration.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698