Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dtest.cpp729 auto rtestarrayofstring = flatbuffers::piv( in ReflectionTest() local
736 schema, 3, 0, *rtestarrayofstring, &resizingbuf); in ReflectionTest()
748 rtestarrayofstring->MutateOffset(2, string_ptr); in ReflectionTest()
749 TEST_EQ_STR(rtestarrayofstring->Get(0)->c_str(), "bob"); in ReflectionTest()
750 TEST_EQ_STR(rtestarrayofstring->Get(2)->c_str(), "hank"); in ReflectionTest()