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

Side by Side Diff: mojo/public/bindings/generators/cpp_templates/template_declaration

Issue 66353002: Mojo: RemotePtr<S> + bindings changes for Peer attribute. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase + fix error in sample_service.h Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 template <> 1 template <>
2 class ObjectTraits<sample::internal::$CLASS> { 2 class ObjectTraits<$NAMESPACE::internal::$CLASS> {
3 public: 3 public:
4 static void EncodePointersAndHandles( 4 static void EncodePointersAndHandles(
5 sample::internal::$CLASS* params, 5 $NAMESPACE::internal::$CLASS* params,
6 std::vector<mojo::Handle>* handles); 6 std::vector<mojo::Handle>* handles);
7 static bool DecodePointersAndHandles( 7 static bool DecodePointersAndHandles(
8 sample::internal::$CLASS* params, 8 $NAMESPACE::internal::$CLASS* params,
9 const mojo::Message& message); 9 const mojo::Message& message);
10 }; 10 };
OLDNEW
« no previous file with comments | « mojo/public/bindings/generators/cpp_templates/params_serialization ('k') | mojo/public/bindings/generators/mojom.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698