Searched refs:MAGIC_END (Results 1 – 6 of 6) sorted by relevance
37 static const unsigned int MAGIC_END = 0x0AC7600D; // for token guard variable41 unsigned int magicEnd_ = MAGIC_END;
53 static const unsigned int MAGIC_END = 0x0AC7600D; // for token guard variable60 unsigned int magicEnd_ = MAGIC_END;
30 bool isValid = (magicBegin_ == MAGIC_BEGIN && magicEnd_ == MAGIC_END); in CheckValid()
27 bool isValid = (magicBegin_ == MAGIC_BEGIN && magicEnd_ == MAGIC_END); in CheckValid()
76 static const unsigned int MAGIC_END = 0x0AC7600D; // for token guard variable81 unsigned int magicEnd_ = MAGIC_END;
41 return ((magicBegin_ == MAGIC_BEGIN) && (magicEnd_ == MAGIC_END)); in CheckValid()