Searched defs:VALIDATE (Results 1 – 11 of 11) sorted by relevance
13 #define VALIDATE this->validate() macro15 #define VALIDATE macro
20 #define VALIDATE validate macro22 static void VALIDATE(bool = false) {} in VALIDATE() function
28 #define VALIDATE(s) if (!(s)) {printf("Test %s FAILED\n", #s); fail=1;} macro
16 #define VALIDATE() this->validate() macro18 #define VALIDATE() do {} while(false) macro
18 #define VALIDATE this->validate() macro20 #define VALIDATE macro
26 #define VALIDATE() this->validate() macro28 #define VALIDATE() do {} while(false) macro
68 #define VALIDATE() AutoValidate av(this) macro70 #define VALIDATE() macro
50 #define VALIDATE \ macro
158 private final static int VALIDATE = 0x1 << 12; field in LSSerializerImpl
178 private final static int VALIDATE = 0x1 << 12; field in DOM3TreeWalker
46 #define VALIDATE 0 macro