Searched defs:VALIDATE (Results 1 – 11 of 11) sorted by relevance
14 #define VALIDATE() this->validate() macro16 #define VALIDATE() do {} while(false) macro
11 #define VALIDATE this->validate() macro13 #define VALIDATE macro
22 #define VALIDATE validate macro24 static void VALIDATE(bool = false) {} in VALIDATE() function
16 #define VALIDATE() this->validate() macro18 #define VALIDATE() do {} while(false) macro
28 #define VALIDATE(s) if (!(s)) {printf("Test %s FAILED\n", #s); fail=1;} macro
16 #define VALIDATE this->validate() macro18 #define VALIDATE macro
83 #define VALIDATE() AutoValidate av(this) macro85 #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