Lines Matching refs:TypeInfo
52 static const TypeInfo my_device_info = {
65 In the above example, we create a simple type that is described by #TypeInfo.
66 #TypeInfo describes information about the type including what it inherits
80 static const TypeInfo device_types_info[] = {
140 Once all of the parent classes have been initialized, #TypeInfo::class_init
156 static const TypeInfo my_device_info = {
164 struct and to add a .class_size member to the #TypeInfo. Each method
179 static const TypeInfo my_device_info = {
222 #TypeInfo.class_init of a subclass leads to any user of the class obtained
259 static const TypeInfo my_type_info = {
291 static const TypeInfo derived_type_info = {
369 static const TypeInfo my_device_info = {