Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dtest.cpp554 std::vector<uint8_t> resizingbuf(flatbuf, flatbuf + length); in ReflectionTest() local
560 auto rroot = flatbuffers::piv(flatbuffers::GetAnyRoot(resizingbuf.data()), in ReflectionTest()
561 resizingbuf); in ReflectionTest()
563 &resizingbuf); in ReflectionTest()
570 resizingbuf); in ReflectionTest()
572 &resizingbuf); in ReflectionTest()
586 resizingbuf); in ReflectionTest()
590 schema, 3, 0, *rtestarrayofstring, &resizingbuf); in ReflectionTest()
598 auto string_ptr = flatbuffers::AddFlatBuffer(resizingbuf, in ReflectionTest()
607 reinterpret_cast<const uint8_t *>(resizingbuf.data()), in ReflectionTest()
[all …]