Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h370 bool IsUInt() const { in IsUInt() function
373 bool IsIntOrUint() const { return IsInt() || IsUInt(); } in IsIntOrUint()
524 } else if (IsUInt()) { in ToString()