Lines Matching defs:def
40 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
42 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument
49 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
51 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument
58 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
60 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument
66 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
68 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument
73 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument
74 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument
122 #define DEFINE_bool(nam, def, cmt) FLAG(BOOL, bool, nam, def, cmt) argument
123 #define DEFINE_int(nam, def, cmt) FLAG(INT, int, nam, def, cmt) argument
124 #define DEFINE_float(nam, def, cmt) FLAG(FLOAT, double, nam, def, cmt) argument
125 #define DEFINE_string(nam, def, cmt) FLAG(STRING, const char*, nam, def, cmt) argument
126 #define DEFINE_args(nam, def, cmt) FLAG(ARGS, JSArguments, nam, def, cmt) argument