Searched refs:get_vtable (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/boost/dll/detail/ |
D | type_info.hpp | 37 …r** vtable_p = &lib.template get<RTTICompleteObjectLocator*>(storage.template get_vtable<Class>()); in load_type_info() 64 …r** vtable_p = &lib.template get<RTTICompleteObjectLocator*>(storage.template get_vtable<Class>());
|
/third_party/boost/boost/function/ |
D | function_template.hpp | 677 vtable_type* get_vtable() const { in get_vtable() function in boost::BOOST_FUNCTION_FUNCTION 763 return get_vtable()->invoker in operator ()() 872 get_vtable()->clear(this->functor); in clear() 915 get_vtable()->base.manager(f.functor, this->functor, in assign_to_own() 1013 get_vtable()->base.manager(f.functor, this->functor, in move_assign()
|
D | function_base.hpp | 615 get_vtable()->manager(functor, type, detail::function::get_functor_type_tag); in target_type() 628 get_vtable()->manager(functor, type_result, in target() 642 get_vtable()->manager(functor, type_result, in target() 684 detail::function::vtable_base* get_vtable() const { in get_vtable() function in boost::function_base
|
/third_party/glib/gio/ |
D | gdbusinterfaceskeleton.h | 72 GDBusInterfaceVTable *(*get_vtable) (GDBusInterfaceSkeleton *interface_); member
|
D | gdbusinterfaceskeleton.c | 353 ret = G_DBUS_INTERFACE_SKELETON_GET_CLASS (interface_)->get_vtable (interface_); in g_dbus_interface_skeleton_get_vtable()
|
D | xdp-dbus.c | 3650 skeleton_class->get_vtable = gxdp_documents_skeleton_dbus_interface_get_vtable; in gxdp_documents_skeleton_class_init() 5415 skeleton_class->get_vtable = gxdp_open_uri_skeleton_dbus_interface_get_vtable; in gxdp_open_uri_skeleton_class_init() 6642 skeleton_class->get_vtable = gxdp_proxy_resolver_skeleton_dbus_interface_get_vtable; in gxdp_proxy_resolver_skeleton_class_init() 7884 skeleton_class->get_vtable = gxdp_trash_skeleton_dbus_interface_get_vtable; in gxdp_trash_skeleton_class_init()
|
D | gdbus-daemon-generated.c | 4312 skeleton_class->get_vtable = _g_freedesktop_dbus_skeleton_dbus_interface_get_vtable; in _g_freedesktop_dbus_skeleton_class_init()
|
/third_party/boost/libs/dll/test/ |
D | cpp_mangle_test.cpp | 119 auto vtable = ms.get_vtable<override_class>(); in main()
|
/third_party/boost/boost/dll/detail/demangling/ |
D | msvc.hpp | 72 std::string get_vtable() const; 403 std::string mangled_storage_impl::get_vtable() const in get_vtable() function in boost::dll::detail::mangled_storage_impl
|
/third_party/glib/gio/tests/ |
D | gdbus-peer-object-manager.c | 165 skeleton_class->get_vtable = mock_interface_get_vtable; in mock_interface_class_init()
|
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 226 static const grpc_transport_vtable* get_vtable(void); 369 absl::StrFormat("%s %s", get_vtable()->name, t->peer_string)); in read_channel_args() 436 base.vtable = get_vtable(); in grpc_chttp2_transport() 3277 static const grpc_transport_vtable* get_vtable(void) { return &vtable; } in get_vtable() function
|