HomeSort by relevance Sort by last modified time
    Searched refs:getCharactersTypeLength (Results 1 - 2 of 2) sorted by null

  /external/flatbuffers/tests/
phpUnionVectorTest.php 82 $assert->strictEqual($movie->getCharactersTypeLength(), count($charTypes));
83 $assert->strictEqual($movie->getCharactersLength(), $movie->getCharactersTypeLength());
  /external/flatbuffers/tests/union_vector/
Movie.php 74 public function getCharactersTypeLength()

Completed in 230 milliseconds