Home
last modified time | relevance | path

Searched refs:IsLong (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceFileWriter.cpp403 bool IsLong; in appendFile() local
404 stripQuotes(Filename, IsLong); in appendFile()
700 bool IsLong; in writeBitmapBody() local
701 stripQuotes(Filename, IsLong); in writeBitmapBody()
878 bool IsLong; in visitIconOrCursorResource() local
879 stripQuotes(FileStr, IsLong); in visitIconOrCursorResource()
DResourceScriptStmt.h38 RCInt(uint32_t Value, bool IsLong) : Val(Value), Long(IsLong) {} in RCInt() argument
/external/flatbuffers/include/flatbuffers/
Dreflection.h42 inline bool IsLong(reflection::BaseType t) { in IsLong() function
Didl.h121 inline bool IsLong (BaseType t) { return t == BASE_TYPE_LONG || in IsLong() function
/external/flatbuffers/src/
Didl_gen_js_ts.cpp1051 if (IsScalar(vectorType.base_type) && !IsLong(vectorType.base_type)) { in GenStruct()