Home
last modified time | relevance | path

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

/tflite-micro-3.4.0-2.7.6/third_party_static/flatbuffers/include/flatbuffers/
Dflexbuffers.h403 bool IsKey() const { return type_ == FBT_KEY; } in IsKey() function
562 } else if (IsKey()) { in ToString()