Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Didl.h550 FLATBUFFERS_CHECKED_ERROR ParseVector(const Type &type, uoffset_t *ovalue);
/external/flatbuffers/src/
Didl_parser.cpp802 ECHECK(ParseVector(val.type.VectorType(), &off)); in ParseAnyValue()
954 CheckedError Parser::ParseVector(const Type &type, uoffset_t *ovalue) { in ParseVector() function in flatbuffers::Parser