Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h373 bool IsIntOrUint() const { return IsInt() || IsUInt(); } in IsIntOrUint() function
377 bool IsNumeric() const { return IsIntOrUint() || IsFloat(); } in IsNumeric()