Searched refs:typedef (Results 1 – 20 of 20) sorted by relevance
33 % for typedef in metadata.types:34 <typedef name="${typedef.name}">35 % for (language, klass) in typedef.languages.iteritems():38 </typedef>119 % if prop.typedef is not None:120 typedef="${prop.typedef.name}"
158 if entry.typedef is None:161 typeName = entry.typedef.name187 (entry.name, entry.type, entry.typedef)406 typedef = entry.typedef425 name = typedef.languages['java']464 if entry.typedef:529 if entry.typedef:754 if entry.units and not (entry.typedef and entry.typedef.name == 'string'):756 if entry.enum and not (entry.typedef and entry.typedef.languages.get('java')):763 if entry.enum and not (entry.typedef and entry.typedef.languages.get('java')):
67 and not (entry.typedef and entry.typedef.languages.get('java')) \77 and not (entry.typedef and entry.typedef.languages.get('java')) \
50 typedef enum camera_metadata_section {63 typedef enum camera_metadata_section_start {76 typedef enum camera_metadata_tag {99 typedef enum camera_metadata_enum_${csym(entry.name).lower()} {
58 typedef enum acamera_metadata_section {70 typedef enum acamera_metadata_section_start {80 typedef enum acamera_metadata_tag {141 typedef enum acamera_metadata_enum_${csym(ndk(entry.name)).lower()} {
46 % if entry.enum and not (entry.typedef and entry.typedef.languages.get('java')):
282 …type_visibility"> [${prop.applied_visibility}${" as %s" %prop.typedef.name if prop.typedef else ""…
1337 def typedef(self): member in Entry
18 typedef A B;19 typedef B A;
18 typedef S SS;
228 // ignore that it is a typedef, for our purposes it doesn't matter233 // ignore that it is a typedef, for our purposes it doesn't matter236 | TYPEDEF param ';' /* looks like 'typedef const int8_t store;' */
197 "typedef" { return TYPEDEF; }
124 typedef struct {140 typedef struct {216 typedef struct alarm_t alarm_t;217 typedef struct list_t list_t;
113 "typedef" { return token::TYPEDEF; }
126 "package", "import", "typedef", "generates", "oneway", "extends",140 "typedef", "typeid", "typename", "union", "unsigned", "using", "virtual", "void",249 %token<void> TYPEDEF "keyword `typedef`"
356 # with only public data fields or simple typedef fields will be shown inline in365 # When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or366 # enum is documented as struct, union, or enum with the name of the typedef. So367 # typedef struct TypeS {} TypeT, will appear in the documentation as a struct368 # with name TypeT. When disabled the typedef will appear as a member of a file,371 # types are typedef'ed and only the typedef is referenced, never the tag name.
415 # with only public data fields or simple typedef fields will be shown inline in424 # When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or425 # enum is documented as struct, union, or enum with the name of the typedef. So426 # typedef struct TypeS {} TypeT, will appear in the documentation as a struct427 # with name TypeT. When disabled the typedef will appear as a member of a file,430 # types are typedef'ed and only the typedef is referenced, never the tag name.
374 # with only public data fields or simple typedef fields will be shown inline in383 # When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or384 # enum is documented as struct, union, or enum with the name of the typedef. So385 # typedef struct TypeS {} TypeT, will appear in the documentation as a struct386 # with name TypeT. When disabled the typedef will appear as a member of a file,389 # types are typedef'ed and only the typedef is referenced, never the tag name.