Home
last modified time | relevance | path

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

/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h355 bool IsTheEmptyMap() const { return data_ == EmptyMap().data_; } in IsTheEmptyMap() function
/third_party/flatbuffers/tests/
Dtest.cpp3799 TEST_ASSERT(!root.AsMap().IsTheEmptyMap()); in ParseFlexbuffersFromJsonWithNullTest()