Searched refs:IsLong (Results 1 – 5 of 5) sorted by relevance
403 bool IsLong; in appendFile() local404 stripQuotes(Filename, IsLong); in appendFile()700 bool IsLong; in writeBitmapBody() local701 stripQuotes(Filename, IsLong); in writeBitmapBody()878 bool IsLong; in visitIconOrCursorResource() local879 stripQuotes(FileStr, IsLong); in visitIconOrCursorResource()
38 RCInt(uint32_t Value, bool IsLong) : Val(Value), Long(IsLong) {} in RCInt() argument
42 inline bool IsLong(reflection::BaseType t) { in IsLong() function
121 inline bool IsLong (BaseType t) { return t == BASE_TYPE_LONG || in IsLong() function
1051 if (IsScalar(vectorType.base_type) && !IsLong(vectorType.base_type)) { in GenStruct()