Home
last modified time | relevance | path

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

/tflite-micro-3.4.0-2.7.6/third_party_static/flatbuffers/include/flatbuffers/
Dflexbuffers.h394 bool IsUInt() const { in IsUInt() function
397 bool IsIntOrUint() const { return IsInt() || IsUInt(); } in IsIntOrUint()
571 } else if (IsUInt()) { in ToString()