Home
last modified time | relevance | path

Searched refs:SetImplementation (Results 1 – 25 of 98) sorted by relevance

1234

/dports/multimedia/kodi-addon-pvr.hts/pvr.hts-19.0.4-Matrix/src/tvheadend/utilities/
H A DLogger.cpp17 SetImplementation([](LogLevel level, const char* message) {}); in Logger()
38 void Logger::SetImplementation(LoggerImplementation implementation) in SetImplementation() function in Logger
H A DLogger.h62 void SetImplementation(LoggerImplementation implementation);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/exo/wayland/
H A Dwl_seat.cc81 SetImplementation( in seat_get_pointer()
100 SetImplementation(keyboard_resource, &keyboard_implementation, in seat_get_keyboard()
113 SetImplementation( in seat_get_touch()
H A Dzwp_pointer_constraints.cc130 SetImplementation( in pointer_constraints_lock_pointer()
146 SetImplementation<WaylandPointerConstraintDelegate>( in pointer_constraints_confine_pointer()
H A Dwl_compositor.cc110 SetImplementation(callback_resource, nullptr, std::move(cancelable_callback)); in surface_frame()
241 SetImplementation(surface_resource, &surface_implementation, in compositor_create_surface()
251 SetImplementation(region_resource, &region_implementation, in compositor_create_region()
H A Dwl_shm.cc81 SetImplementation(buffer_resource, &buffer_implementation, std::move(buffer)); in shm_pool_create_buffer()
126 SetImplementation(shm_pool_resource, &shm_pool_implementation, in shm_create_pool()
H A Dzcr_notification_shell.cc152 SetImplementation(notification_resource, &notification_implementation, in notification_shell_create_notification()
179 SetImplementation(resource, &zcr_notification_shell_v1_implementation, in bind_notification_shell()
H A Dzcr_extended_drag.cc152 SetImplementation(extended_drag_source_resource, in extended_drag_get_extended_drag_source()
169 SetImplementation( in extended_drag_get_extended_drag_offer()
H A Dzcr_stylus.cc157 SetImplementation( in stylus_get_touch_stylus()
178 SetImplementation( in stylus_get_pointer_stylus()
/dports/multimedia/kodi-addon-pvr.iptvsimple/pvr.iptvsimple-19.0.3-Matrix/src/iptvsimple/utilities/
H A DLogger.cpp21 SetImplementation([](LogLevel level, const char* message) in Logger()
53 void Logger::SetImplementation(LoggerImplementation implementation) in SetImplementation() function in Logger
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/exo/wayland/
H A Dwl_seat.cc81 SetImplementation( in seat_get_pointer()
102 SetImplementation(keyboard_resource, &keyboard_implementation, in seat_get_keyboard()
122 SetImplementation( in seat_get_touch()
H A Dwl_compositor.cc107 SetImplementation(callback_resource, nullptr, std::move(cancelable_callback)); in surface_frame()
214 SetImplementation(surface_resource, &surface_implementation, in compositor_create_surface()
224 SetImplementation(region_resource, &region_implementation, in compositor_create_region()
H A Dzwp_pointer_constraints.cc130 SetImplementation( in pointer_constraints_lock_pointer()
146 SetImplementation<WaylandPointerConstraintDelegate>( in pointer_constraints_confine_pointer()
H A Dzcr_notification_shell.cc152 SetImplementation(notification_resource, &notification_implementation, in notification_shell_create_notification()
179 SetImplementation(resource, &zcr_notification_shell_v1_implementation, in bind_notification_shell()
H A Dwl_shm.cc81 SetImplementation(buffer_resource, &buffer_implementation, std::move(buffer)); in shm_pool_create_buffer()
126 SetImplementation(shm_pool_resource, &shm_pool_implementation, in shm_create_pool()
H A Dzwp_linux_dmabuf.cc184 SetImplementation(buffer_resource, &buffer_implementation, std::move(buffer)); in linux_buffer_params_create()
248 SetImplementation(buffer_resource, &buffer_implementation, std::move(buffer)); in linux_buffer_params_create_immed()
273 SetImplementation(linux_buffer_params_resource, in linux_dmabuf_create_params()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkMappedUnstructuredGrid.h185 void SetImplementation(ImplementationType *impl);
222 this->SetImplementation(i); \
243 this->SetImplementation(i); \
H A DvtkMappedUnstructuredGrid.txx45 this->SetImplementation(grid->GetImplementation()); in CopyStructure()
58 this->SetImplementation(grid->GetImplementation()); in ShallowCopy()
221 ::SetImplementation(Implementation *impl) in SetImplementation() function in vtkMappedUnstructuredGrid
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkMappedUnstructuredGrid.h177 void SetImplementation(ImplementationType *impl);
220 this->SetImplementation(i); \
241 this->SetImplementation(i); \
H A DvtkMappedUnstructuredGrid.txx45 this->SetImplementation(grid->GetImplementation()); in CopyStructure()
58 this->SetImplementation(grid->GetImplementation()); in ShallowCopy()
221 ::SetImplementation(Implementation *impl) in SetImplementation() function in vtkMappedUnstructuredGrid
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkMappedUnstructuredGrid.h177 void SetImplementation(ImplementationType* impl);
219 this->SetImplementation(i); \
241 this->SetImplementation(i); \
H A DvtkMappedUnstructuredGrid.txx44 this->SetImplementation(grid->GetImplementation()); in CopyStructure()
56 this->SetImplementation(grid->GetImplementation()); in ShallowCopy()
205 void vtkMappedUnstructuredGrid<Implementation, CellIterator>::SetImplementation( in SetImplementation() function in vtkMappedUnstructuredGrid
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/ozone/platform/wayland/test/
H A Dserver_object.h59 void SetImplementation(wl_resource* resource, in SetImplementation() function
78 SetImplementation(resource, implementation, in CreateResourceWithImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/platform/wayland/test/
H A Dserver_object.h59 void SetImplementation(wl_resource* resource, in SetImplementation() function
78 SetImplementation(resource, implementation, in CreateResourceWithImpl()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/app/webrtc/
H A Dmediastreamproxy.cc131 audio_tracks_->SetImplementation(tracklists.audio_tracks_); in MediaStreamProxy()
132 video_tracks_->SetImplementation(tracklists.video_tracks_); in MediaStreamProxy()
261 void MediaStreamProxy::MediaStreamTrackListProxy<T>::SetImplementation( in SetImplementation() function in webrtc::MediaStreamProxy::MediaStreamTrackListProxy

1234