Home | History | Annotate | Download | only in Rewrite

Lines Matching full:tconst

6194   Result += "\tconst char *name;\n";
6195 Result += "\tconst char *attributes;\n";
6202 Result += "\tconst char *method_type;\n";
6208 Result += "\tconst char *protocol_name;\n";
6209 Result += "\tconst struct _protocol_list_t * protocol_list; // super protocols\n";
6210 Result += "\tconst struct method_list_t *instance_methods;\n";
6211 Result += "\tconst struct method_list_t *class_methods;\n";
6212 Result += "\tconst struct method_list_t *optionalInstanceMethods;\n";
6213 Result += "\tconst struct method_list_t *optionalClassMethods;\n";
6214 Result += "\tconst struct _prop_list_t * properties;\n";
6215 Result += "\tconst unsigned int size; // sizeof(struct _protocol_t)\n";
6216 Result += "\tconst unsigned int flags; // = 0\n";
6217 Result += "\tconst char ** extendedMethodTypes;\n";
6222 Result += "\tconst char *name;\n";
6223 Result += "\tconst char *type;\n";
6235 Result += "\tconst unsigned char *ivarLayout;\n";
6236 Result += "\tconst char *name;\n";
6237 Result += "\tconst struct _method_list_t *baseMethods;\n";
6238 Result += "\tconst struct _objc_protocol_list *baseProtocols;\n";
6239 Result += "\tconst struct _ivar_list_t *ivars;\n";
6240 tconst unsigned char *weakIvarLayout;\n";
6241 Result += "\tconst struct _prop_list_t *properties;\n";
6253 Result += "\tconst char *name;\n";
6255 Result += "\tconst struct _method_list_t *instance_methods;\n";
6256 Result += "\tconst struct _method_list_t *class_methods;\n";
6257 Result += "\tconst struct _protocol_list_t *protocols;\n";
6258 Result += "\tconst struct _prop_list_t *properties;\n";