Home
last modified time | relevance | path

Searched defs:VerifyVector (Results 1 – 3 of 3) sorted by relevance

/third_party/flatbuffers/include/flatbuffers/
Dverifier.h121 bool VerifyVector(const Vector<T, LenT> *const vec) const { in VerifyVector() function
128 bool VerifyVector(const Vector<const T *, LenT> *const vec) const { in VerifyVector() function
Dflexbuffers.h1785 bool VerifyVector(Reference r, const uint8_t *p, Type elem_type) { in VerifyVector() function
/third_party/flatbuffers/src/
Dreflection.cpp90 static bool VerifyVector(flatbuffers::Verifier &v, in VerifyVector() function