Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dtest.cpp583 auto rtestarrayofstring = flatbuffers::piv( in ReflectionTest() local
590 schema, 3, 0, *rtestarrayofstring, &resizingbuf); in ReflectionTest()
602 rtestarrayofstring->MutateOffset(2, string_ptr); in ReflectionTest()
603 TEST_EQ_STR(rtestarrayofstring->Get(0)->c_str(), "bob"); in ReflectionTest()
604 TEST_EQ_STR(rtestarrayofstring->Get(2)->c_str(), "hank"); in ReflectionTest()