Searched refs:IsLong (Results 1 – 6 of 6) sorted by relevance
62 if (flatbuffers::IsLong(type)) { in Apply()
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()
37 RCInt(uint32_t Value, bool IsLong) : Val(Value), Long(IsLong) {} in RCInt() argument
42 inline bool IsLong(reflection::BaseType t) { in IsLong() function
136 inline bool IsLong (BaseType t) { return t == BASE_TYPE_LONG || in IsLong() function
1096 if (IsScalar(vectorType.base_type) && !IsLong(vectorType.base_type)) { in GenStruct()