Searched refs:isTyEDIType (Results 1 – 2 of 2) sorted by relevance
527 bool SmartType::isTy(bool isTyType, bool isTyEDIType, const char* source) const { in isTy() argument528 bool check = (isTyType && isTyEDIType) || (!isTyType && !isTyEDIType); in isTy()
102 bool isTy(bool isTyType, bool isTyEDIType, const char* source) const;