Searched refs:IsLong (Results 1 – 2 of 2) sorted by relevance
403 bool IsLong; in appendFile() local404 stripQuotes(Filename, IsLong); in appendFile()705 bool IsLong; in writeBitmapBody() local706 stripQuotes(Filename, IsLong); in writeBitmapBody()883 bool IsLong; in visitIconOrCursorResource() local884 stripQuotes(FileStr, IsLong); in visitIconOrCursorResource()
38 RCInt(uint32_t Value, bool IsLong) : Val(Value), Long(IsLong) {} in RCInt() argument