Home
last modified time | relevance | path

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

/external/flatbuffers/tests/union_vector/
Dunion_vector_generated.h698 inline const Movie *GetMovie(const void *buf) { in GetMovie() function
729 return flatbuffers::unique_ptr<MovieT>(GetMovie(buf)->UnPack(res));
/external/flatbuffers/tests/
Dtest.cpp1535 auto flat_movie = GetMovie(buf); in UnionVectorTest()
1580 auto repacked_movie = GetMovie(fbb.GetBufferPointer()); in UnionVectorTest()