Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dtest.cpp783 std::vector<uint8_t> resizingbuf(flatbuf, flatbuf + length); in ReflectionTest() local
790 flatbuffers::GetAnyRoot(flatbuffers::vector_data(resizingbuf)), in ReflectionTest()
791 resizingbuf); in ReflectionTest()
793 &resizingbuf); in ReflectionTest()
799 flatbuffers::GetFieldV<uint8_t>(**rroot, inventory_field), resizingbuf); in ReflectionTest()
801 &resizingbuf); in ReflectionTest()
815 resizingbuf); in ReflectionTest()
819 schema, 3, 0, *rtestarrayofstring, &resizingbuf); in ReflectionTest()
828 resizingbuf, stringfbb.GetBufferPointer(), stringfbb.GetSize()); in ReflectionTest()
835 reinterpret_cast<const uint8_t *>(flatbuffers::vector_data(resizingbuf)), in ReflectionTest()
[all …]