Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp96 inline bool IsRealType(reflection::BaseType inType) in IsRealType() function
103 return IsIntegerType(inType) || IsRealType(inType); in IsScalarType()