Home
last modified time | relevance | path

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

/tflite-micro-3.4.0-2.7.6/third_party_static/flatbuffers/include/flatbuffers/
Dflexbuffers.h413 bool IsMap() const { return type_ == FBT_MAP; } in IsMap() function
579 } else if (IsMap()) { in ToString()