blob: ea5741451e5d325a55df7ceb8868b05ff6653e64 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen_llcpp.
#include <fidl/test.handles/cpp/natural_messaging.h>
#ifdef __Fuchsia__
#endif // __Fuchsia__
#ifdef __Fuchsia__
#endif // __Fuchsia__
#ifdef __Fuchsia__
::fidl::Status fidl::SyncEventHandler<::test_handles::SomeProtocol>::HandleOneEvent(
::fidl::UnownedClientEnd<::test_handles::SomeProtocol> client_end) {
::fidl::internal::IncomingEventsStorage<::test_handles::SomeProtocol> event_storage;
fidl::internal::NaturalEventDispatcher<::test_handles::SomeProtocol> dispatcher{this};
return HandleOneEventImpl_(client_end.channel(), event_storage.view(), dispatcher);
}
#endif // __Fuchsia__
#ifdef __Fuchsia__
#endif // __Fuchsia__
#ifdef __Fuchsia__
constexpr ::fidl::internal::MethodEntry fidl::internal::NaturalServerDispatcher<::test_handles::SomeProtocol>::entries_[] = {};
const ::fidl::internal::MethodEntry* fidl::internal::NaturalServerDispatcher<::test_handles::SomeProtocol>::entries_end_ =
&entries_[0];
void fidl::internal::NaturalServerDispatcher<::test_handles::SomeProtocol>::Dispatch(::fidl::Server<::test_handles::SomeProtocol>* impl, ::fidl::IncomingMessage&& msg,
internal::MessageStorageViewBase* storage_view, ::fidl::Transaction* txn) {
::fidl::internal::Dispatch(impl, msg, storage_view, txn, entries_, entries_end_);
}
void fidl::Server<::test_handles::SomeProtocol>::dispatch_message(
::fidl::IncomingMessage&& msg, ::fidl::Transaction* txn,
::fidl::internal::MessageStorageViewBase* storage_view) {
::fidl::internal::NaturalServerDispatcher<::test_handles::SomeProtocol>::Dispatch(this, std::move(msg), storage_view, txn);
}
#endif // __Fuchsia__