Searched refs:ParseVector (Results 1 – 2 of 2) sorted by relevance
550 FLATBUFFERS_CHECKED_ERROR ParseVector(const Type &type, uoffset_t *ovalue);
802 ECHECK(ParseVector(val.type.VectorType(), &off)); in ParseAnyValue()954 CheckedError Parser::ParseVector(const Type &type, uoffset_t *ovalue) { in ParseVector() function in flatbuffers::Parser