Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h274 static Vector EmptyVector() { in EmptyVector() function
278 bool IsTheEmptyVector() const { return data_ == EmptyVector().data_; } in IsTheEmptyVector()
612 return Vector::EmptyVector(); in AsVector()
/external/llvm-project/llvm/unittests/ADT/
DBitVectorTest.cpp1112 TYPED_TEST(BitVectorTest, EmptyVector) { in TYPED_TEST() argument