Home
last modified time | relevance | path

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

/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py709 def IsKey(self): member in Ref
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h403 bool IsKey() const { return type_ == FBT_KEY; } in IsKey() function