Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/grammar/semantics/evaluators/
Dparse-number-eval.h62 if (flatbuffers::IsLong(type)) { in Apply()
/external/llvm-project/llvm/tools/llvm-rc/
DResourceFileWriter.cpp403 bool IsLong; in appendFile() local
404 stripQuotes(Filename, IsLong); in appendFile()
705 bool IsLong; in writeBitmapBody() local
706 stripQuotes(Filename, IsLong); in writeBitmapBody()
883 bool IsLong; in visitIconOrCursorResource() local
884 stripQuotes(FileStr, IsLong); in visitIconOrCursorResource()
DResourceScriptStmt.h37 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.h136 inline bool IsLong (BaseType t) { return t == BASE_TYPE_LONG || in IsLong() function
/external/flatbuffers/src/
Didl_gen_js_ts.cpp1096 if (IsScalar(vectorType.base_type) && !IsLong(vectorType.base_type)) { in GenStruct()