OLD | NEW |
1 // Copyright 2013 The Chromium Authors. All rights reserved. | 1 // Copyright 2013 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #include "mojo/public/bindings/sample/generated/sample_service.h" | 5 #include "mojom/sample_service.h" |
6 | 6 |
7 #include "mojo/public/bindings/lib/message_builder.h" | 7 #include "mojo/public/bindings/lib/message_builder.h" |
8 #include "mojo/public/bindings/sample/generated/sample_service_internal.h" | 8 #include "mojom/sample_service_internal.h" |
9 | 9 |
10 namespace sample { | 10 namespace sample { |
11 namespace { | 11 namespace { |
12 const uint32_t kService_Frobinate_Name = 1; | 12 const uint32_t kService_Frobinate_Name = 1; |
13 | 13 |
14 #pragma pack(push, 1) | 14 #pragma pack(push, 1) |
15 #if defined(__clang__) | 15 #if defined(__clang__) |
16 #pragma clang diagnostic push | 16 #pragma clang diagnostic push |
17 #pragma clang diagnostic ignored "-Wunused-private-field" | 17 #pragma clang diagnostic ignored "-Wunused-private-field" |
18 #endif | 18 #endif |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
330 | 330 |
331 static bool DecodePointersAndHandles( | 331 static bool DecodePointersAndHandles( |
332 sample::ServiceClient_DidFrobinate_Params* params, | 332 sample::ServiceClient_DidFrobinate_Params* params, |
333 const Message& message) { | 333 const Message& message) { |
334 return true; | 334 return true; |
335 } | 335 } |
336 }; | 336 }; |
337 | 337 |
338 } // namespace internal | 338 } // namespace internal |
339 } // namespace mojo | 339 } // namespace mojo |
OLD | NEW |