Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/
H A Dtest.cpp1160 auto rtestarrayofstring = flatbuffers::piv( in ReflectionTest() local
1167 schema, 3, 0, *rtestarrayofstring, &resizingbuf); in ReflectionTest()
1178 rtestarrayofstring->MutateOffset(2, string_ptr); in ReflectionTest()
1179 TEST_EQ_STR(rtestarrayofstring->Get(0)->c_str(), "bob"); in ReflectionTest()
1180 TEST_EQ_STR(rtestarrayofstring->Get(2)->c_str(), "hank"); in ReflectionTest()