Home
last modified time | relevance | path

Searched defs:IsVector (Results 1 – 4 of 4) sorted by relevance

/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
Didl.h444 inline bool IsVector(const Type &type) { in IsVector() function
Dflexbuffers.h404 bool IsVector() const { return type_ == FBT_VECTOR || type_ == FBT_MAP; } in IsVector() function
/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
Didl.h475 inline bool IsVector(const Type &type) { in IsVector() function
Dflexbuffers.h405 bool IsVector() const { return type_ == FBT_VECTOR || type_ == FBT_MAP; } in IsVector() function