Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
DphpUnionVectorTest.php82 $assert->strictEqual($movie->getCharactersTypeLength(), count($charTypes));
83 $assert->strictEqual($movie->getCharactersLength(), $movie->getCharactersTypeLength());
/external/flatbuffers/tests/union_vector/
DMovie.php74 public function getCharactersTypeLength() function in Movie