Home
last modified time | relevance | path

Searched defs:testarrayofstringVector (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonster.java49 …public StringVector testarrayofstringVector() { return testarrayofstringVector(new StringVector())… in testarrayofstringVector() method in Monster
50 …public StringVector testarrayofstringVector(StringVector obj) { int o = __offset(24); return o != … in testarrayofstringVector() method in Monster
/aosp_15_r20/external/flatbuffers/tests/
H A DJavaTest.java191 StringVector testarrayofstringVector = monster.testarrayofstringVector(); in TestBuffer() local