Searched refs:rtestarrayofstring (Results 1 – 1 of 1) sorted by relevance
812 auto rtestarrayofstring = flatbuffers::piv( in ReflectionTest() local819 schema, 3, 0, *rtestarrayofstring, &resizingbuf); in ReflectionTest()830 rtestarrayofstring->MutateOffset(2, string_ptr); in ReflectionTest()831 TEST_EQ_STR(rtestarrayofstring->Get(0)->c_str(), "bob"); in ReflectionTest()832 TEST_EQ_STR(rtestarrayofstring->Get(2)->c_str(), "hank"); in ReflectionTest()