Home
last modified time | relevance | path

Searched defs:klass (Results 51 – 75 of 24382) sorted by relevance

12345678910>>...976

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/runtime/InvocationTests/shared/
H A DChecker.java45 Class klass = dynamicTargetClass; in Checker() local
59 protected Method getMethodInHierarchy (Class klass) { in getMethodInHierarchy()
63 protected Method getMethodInHierarchy (Class klass, String name) { in getMethodInHierarchy()
86 protected Method getMethod (Class klass) { in getMethod()
90 protected Method getDeclaredMethod (Class klass) { in getDeclaredMethod()
94 static protected Method getMethod (Class klass, String name) { in getMethod()
98 static protected Method getDeclaredMethod (Class klass, String name) { in getDeclaredMethod()
112 static public String getClassPackageName(Class klass) { in getClassPackageName()
141 protected boolean checkAccess(Class klass, Class callerClass) { in checkAccess()
154 protected boolean checkAccess(int modifiers, Class klass, Class callerClass) { in checkAccess()
/dports/sysutils/brasero/brasero-3.12.3/libbrasero-burn/
H A Dburn-task-item.c69 BraseroTaskItemIFace *klass; in brasero_task_item_link() local
88 BraseroTaskItemIFace *klass; in brasero_task_item_previous() local
102 BraseroTaskItemIFace *klass; in brasero_task_item_next() local
116 BraseroTaskItemIFace *klass; in brasero_task_item_is_active() local
132 BraseroTaskItemIFace *klass; in brasero_task_item_activate() local
147 BraseroTaskItemIFace *klass; in brasero_task_item_start() local
163 BraseroTaskItemIFace *klass; in brasero_task_item_clock_tick() local
179 BraseroTaskItemIFace *klass; in brasero_task_item_stop() local
/dports/lang/mono/mono-5.10.1.57/samples/embed/
H A Dtest-metadata.c14 output_desc (MonoClass* klass) { in output_desc()
20 output_ifaces (MonoClass* klass) { in output_ifaces()
32 output_nested (MonoClass* klass) { in output_nested()
44 output_fields (MonoClass* klass) { in output_fields()
55 output_methods (MonoClass* klass) { in output_methods()
68 output_properties (MonoClass* klass) { in output_properties()
79 output_events (MonoClass* klass) { in output_events()
92 MonoClass *klass; in main() local
/dports/devel/libgee06/libgee-0.6.8/tests/
H A Dtestmain.c37 #define GEE_IS_TEST_CASE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GEE_TYPE_TEST_CASE)) argument
47 #define IS_COLLECTION_TESTS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_COLLECTION_TESTS)) argument
57 #define IS_LIST_TESTS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_LIST_TESTS)) argument
86 #define MAP_TESTS_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_MAP_TESTS, MapTestsClass)) argument
88 #define IS_MAP_TESTS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_MAP_TESTS)) argument
98 #define IS_HASH_MAP_TESTS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_HASH_MAP_TESTS)) argument
108 #define IS_MULTI_MAP_TESTS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_MULTI_MAP_TESTS)) argument
148 #define IS_SET_TESTS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_SET_TESTS)) argument
158 #define IS_HASH_SET_TESTS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_HASH_SET_TESTS)) argument
178 #define IS_QUEUE_TESTS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), TYPE_QUEUE_TESTS)) argument
[all …]
/dports/www/mod_webkit/w4py-1.2.3/MiddleKit/Tests/MKDelete.mkmodel/
H A DTestEmpty.py43 def testOther(store, klass, expectedResult): argument
58 def testSelf(store, klass, expectedResult): argument
73 def testSelfList(store, klass, expectedResult): argument
88 def testListUpdate(store, klass, expectedResult): argument
106 def setupTest(store, klass): argument
130 def setupListTest(store, klass): argument
148 def runTest(store, klass, objectToDelete, expectedResult): argument
184 def cleanupTest(store, klass): argument
/dports/devel/libvirt/libvirt-7.10.0/scripts/
H A Dgenaclperms.py34 klass = obj.lower() variable
36 klass = re.sub(r'''(^\w|_\w)''', lambda a: a.group(1).upper(), klass) variable
37 klass = klass.replace("_", "") variable
38 klass = klass.replace("Nwfilter", "NWFilter") variable
39 klass = "vir" + klass + "Ptr" variable
89 klass = classes[obj] variable
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/gst-libs/gst/player/
H A Dgstplayer-media-info.h33 #define GST_PLAYER_STREAM_INFO_CLASS(klass) \ argument
37 #define GST_IS_PLAYER_STREAM_INFO_CLASS(klass) \ argument
72 #define GST_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
76 #define GST_IS_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
116 #define GST_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
120 #define GST_IS_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
153 #define GST_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
157 #define GST_IS_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
178 #define GST_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
182 #define GST_IS_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/gst-libs/gst/player/
H A Dgstplayer-media-info.h33 #define GST_PLAYER_STREAM_INFO_CLASS(klass) \ argument
37 #define GST_IS_PLAYER_STREAM_INFO_CLASS(klass) \ argument
72 #define GST_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
76 #define GST_IS_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
116 #define GST_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
120 #define GST_IS_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
153 #define GST_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
157 #define GST_IS_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
178 #define GST_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
182 #define GST_IS_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/gst-libs/gst/player/
H A Dgstplayer-media-info.h33 #define GST_PLAYER_STREAM_INFO_CLASS(klass) \ argument
37 #define GST_IS_PLAYER_STREAM_INFO_CLASS(klass) \ argument
72 #define GST_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
76 #define GST_IS_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
116 #define GST_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
120 #define GST_IS_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
153 #define GST_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
157 #define GST_IS_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
178 #define GST_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
182 #define GST_IS_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/gst-libs/gst/player/
H A Dgstplayer-media-info.h33 #define GST_PLAYER_STREAM_INFO_CLASS(klass) \ argument
37 #define GST_IS_PLAYER_STREAM_INFO_CLASS(klass) \ argument
72 #define GST_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
76 #define GST_IS_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
116 #define GST_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
120 #define GST_IS_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
153 #define GST_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
157 #define GST_IS_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
178 #define GST_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
182 #define GST_IS_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/gst-libs/gst/player/
H A Dgstplayer-media-info.h33 #define GST_PLAYER_STREAM_INFO_CLASS(klass) \ argument
37 #define GST_IS_PLAYER_STREAM_INFO_CLASS(klass) \ argument
72 #define GST_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
76 #define GST_IS_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
116 #define GST_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
120 #define GST_IS_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
153 #define GST_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
157 #define GST_IS_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
178 #define GST_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
182 #define GST_IS_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/gst-libs/gst/player/
H A Dgstplayer-media-info.h33 #define GST_PLAYER_STREAM_INFO_CLASS(klass) \ argument
37 #define GST_IS_PLAYER_STREAM_INFO_CLASS(klass) \ argument
72 #define GST_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
76 #define GST_IS_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
116 #define GST_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
120 #define GST_IS_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
153 #define GST_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
157 #define GST_IS_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
178 #define GST_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
182 #define GST_IS_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/gst-libs/gst/player/
H A Dgstplayer-media-info.h33 #define GST_PLAYER_STREAM_INFO_CLASS(klass) \ argument
37 #define GST_IS_PLAYER_STREAM_INFO_CLASS(klass) \ argument
72 #define GST_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
76 #define GST_IS_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
116 #define GST_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
120 #define GST_IS_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
153 #define GST_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
157 #define GST_IS_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
178 #define GST_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
182 #define GST_IS_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/gst-libs/gst/player/
H A Dgstplayer-media-info.h33 #define GST_PLAYER_STREAM_INFO_CLASS(klass) \ argument
37 #define GST_IS_PLAYER_STREAM_INFO_CLASS(klass) \ argument
72 #define GST_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
76 #define GST_IS_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
116 #define GST_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
120 #define GST_IS_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
153 #define GST_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
157 #define GST_IS_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
178 #define GST_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
182 #define GST_IS_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/gst-libs/gst/player/
H A Dgstplayer-media-info.h33 #define GST_PLAYER_STREAM_INFO_CLASS(klass) \ argument
37 #define GST_IS_PLAYER_STREAM_INFO_CLASS(klass) \ argument
72 #define GST_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
76 #define GST_IS_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
116 #define GST_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
120 #define GST_IS_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
153 #define GST_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
157 #define GST_IS_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
178 #define GST_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
182 #define GST_IS_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/gst-libs/gst/player/
H A Dgstplayer-media-info.h33 #define GST_PLAYER_STREAM_INFO_CLASS(klass) \ argument
37 #define GST_IS_PLAYER_STREAM_INFO_CLASS(klass) \ argument
72 #define GST_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
76 #define GST_IS_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
116 #define GST_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
120 #define GST_IS_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
153 #define GST_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
157 #define GST_IS_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
178 #define GST_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
182 #define GST_IS_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/gst-libs/gst/player/
H A Dgstplayer-media-info.h33 #define GST_PLAYER_STREAM_INFO_CLASS(klass) \ argument
37 #define GST_IS_PLAYER_STREAM_INFO_CLASS(klass) \ argument
72 #define GST_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
76 #define GST_IS_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
116 #define GST_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
120 #define GST_IS_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
153 #define GST_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
157 #define GST_IS_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
178 #define GST_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
182 #define GST_IS_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/gst-libs/gst/player/
H A Dgstplayer-media-info.h33 #define GST_PLAYER_STREAM_INFO_CLASS(klass) \ argument
37 #define GST_IS_PLAYER_STREAM_INFO_CLASS(klass) \ argument
72 #define GST_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
76 #define GST_IS_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
116 #define GST_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
120 #define GST_IS_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
153 #define GST_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
157 #define GST_IS_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
178 #define GST_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
182 #define GST_IS_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/gst-libs/gst/player/
H A Dgstplayer-media-info.h33 #define GST_PLAYER_STREAM_INFO_CLASS(klass) \ argument
37 #define GST_IS_PLAYER_STREAM_INFO_CLASS(klass) \ argument
72 #define GST_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
76 #define GST_IS_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
116 #define GST_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
120 #define GST_IS_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
153 #define GST_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
157 #define GST_IS_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
178 #define GST_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
182 #define GST_IS_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/gst-libs/gst/player/
H A Dgstplayer-media-info.h33 #define GST_PLAYER_STREAM_INFO_CLASS(klass) \ argument
37 #define GST_IS_PLAYER_STREAM_INFO_CLASS(klass) \ argument
72 #define GST_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
76 #define GST_IS_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
116 #define GST_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
120 #define GST_IS_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
153 #define GST_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
157 #define GST_IS_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
178 #define GST_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
182 #define GST_IS_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
/dports/multimedia/gstreamer1-plugins-mpeg2enc/gst-plugins-bad-1.16.2/gst-libs/gst/player/
H A Dgstplayer-media-info.h33 #define GST_PLAYER_STREAM_INFO_CLASS(klass) \ argument
37 #define GST_IS_PLAYER_STREAM_INFO_CLASS(klass) \ argument
72 #define GST_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
76 #define GST_IS_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
116 #define GST_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
120 #define GST_IS_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
153 #define GST_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
157 #define GST_IS_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
178 #define GST_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
182 #define GST_IS_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/gst-libs/gst/player/
H A Dgstplayer-media-info.h33 #define GST_PLAYER_STREAM_INFO_CLASS(klass) \ argument
37 #define GST_IS_PLAYER_STREAM_INFO_CLASS(klass) \ argument
72 #define GST_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
76 #define GST_IS_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
116 #define GST_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
120 #define GST_IS_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
153 #define GST_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
157 #define GST_IS_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
178 #define GST_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
182 #define GST_IS_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/gst-libs/gst/player/
H A Dgstplayer-media-info.h33 #define GST_PLAYER_STREAM_INFO_CLASS(klass) \ argument
37 #define GST_IS_PLAYER_STREAM_INFO_CLASS(klass) \ argument
72 #define GST_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
76 #define GST_IS_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
116 #define GST_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
120 #define GST_IS_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
153 #define GST_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
157 #define GST_IS_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
178 #define GST_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
182 #define GST_IS_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
/dports/audio/gstreamer1-plugins-faac/gst-plugins-bad-1.16.2/gst-libs/gst/player/
H A Dgstplayer-media-info.h33 #define GST_PLAYER_STREAM_INFO_CLASS(klass) \ argument
37 #define GST_IS_PLAYER_STREAM_INFO_CLASS(klass) \ argument
72 #define GST_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
76 #define GST_IS_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
116 #define GST_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
120 #define GST_IS_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
153 #define GST_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
157 #define GST_IS_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
178 #define GST_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
182 #define GST_IS_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
/dports/audio/gstreamer1-plugins-sndfile/gst-plugins-bad-1.16.2/gst-libs/gst/player/
H A Dgstplayer-media-info.h33 #define GST_PLAYER_STREAM_INFO_CLASS(klass) \ argument
37 #define GST_IS_PLAYER_STREAM_INFO_CLASS(klass) \ argument
72 #define GST_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
76 #define GST_IS_PLAYER_VIDEO_INFO_CLASS(klass) \ argument
116 #define GST_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
120 #define GST_IS_PLAYER_AUDIO_INFO_CLASS(klass) \ argument
153 #define GST_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
157 #define GST_IS_PLAYER_SUBTITLE_INFO_CLASS(klass) \ argument
178 #define GST_PLAYER_MEDIA_INFO_CLASS(klass) \ argument
182 #define GST_IS_PLAYER_MEDIA_INFO_CLASS(klass) \ argument

12345678910>>...976