Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
Dtest.cpp994 auto rtestarrayofstring = flatbuffers::piv( in ReflectionTest() local
1001 schema, 3, 0, *rtestarrayofstring, &resizingbuf); in ReflectionTest()
1012 rtestarrayofstring->MutateOffset(2, string_ptr); in ReflectionTest()
1013 TEST_EQ_STR(rtestarrayofstring->Get(0)->c_str(), "bob"); in ReflectionTest()
1014 TEST_EQ_STR(rtestarrayofstring->Get(2)->c_str(), "hank"); in ReflectionTest()