Home
last modified time | relevance | path

Searched refs:handle_class (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkdescriptorcache.c178 GstVulkanHandlePoolClass *handle_class = (GstVulkanHandlePoolClass *) klass; in gst_vulkan_descriptor_cache_class_init() local
182 handle_class->acquire = gst_vulkan_descriptor_cache_acquire_impl; in gst_vulkan_descriptor_cache_class_init()
183 handle_class->alloc = gst_vulkan_descriptor_cache_alloc_impl; in gst_vulkan_descriptor_cache_class_init()
184 handle_class->release = gst_vulkan_descriptor_cache_release_impl; in gst_vulkan_descriptor_cache_class_init()
185 handle_class->free = gst_vulkan_descriptor_cache_free_impl; in gst_vulkan_descriptor_cache_class_init()
Dgstvkfence.c269 GstVulkanHandlePoolClass *handle_class = (GstVulkanHandlePoolClass *) klass; in gst_vulkan_fence_cache_class_init() local
271 handle_class->acquire = gst_vulkan_fence_cache_acquire_impl; in gst_vulkan_fence_cache_class_init()
272 handle_class->alloc = gst_vulkan_fence_cache_alloc; in gst_vulkan_fence_cache_class_init()
273 handle_class->release = gst_vulkan_fence_cache_release_impl; in gst_vulkan_fence_cache_class_init()
274 handle_class->free = gst_vulkan_fence_cache_free; in gst_vulkan_fence_cache_class_init()
/third_party/googletest/googlemock/scripts/generator/cpp/
Dast.py1495 def handle_class(self): member in AstBuilder
/third_party/libabigail/
DChangeLog43589 (handle_class, handle_function_template_decl): Adjust.