Searched refs:resizingbuf (Results 1 – 1 of 1) sorted by relevance
/external/flatbuffers/tests/ |
D | test.cpp | 965 std::vector<uint8_t> resizingbuf(flatbuf, flatbuf + length); in ReflectionTest() local 972 flatbuffers::GetAnyRoot(flatbuffers::vector_data(resizingbuf)), in ReflectionTest() 973 resizingbuf); in ReflectionTest() 975 &resizingbuf); in ReflectionTest() 981 flatbuffers::GetFieldV<uint8_t>(**rroot, inventory_field), resizingbuf); in ReflectionTest() 983 &resizingbuf); in ReflectionTest() 997 resizingbuf); in ReflectionTest() 1001 schema, 3, 0, *rtestarrayofstring, &resizingbuf); in ReflectionTest() 1010 resizingbuf, stringfbb.GetBufferPointer(), stringfbb.GetSize()); in ReflectionTest() 1017 reinterpret_cast<const uint8_t *>(flatbuffers::vector_data(resizingbuf)), in ReflectionTest() [all …]
|