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

  /external/flatbuffers/tests/union_vector/
Movie.php 112 public static function createMovie(FlatBufferBuilder $builder, $main_character_type, $main_character, $characters_type, $characters)
117 self::addCharactersType($builder, $characters_type);
union_vector_generated.h 280 const flatbuffers::Vector<uint8_t> *characters_type() const { function in struct:FLATBUFFERS_FINAL_CLASS
298 verifier.Verify(characters_type()) &&
301 VerifyCharacterVector(verifier, characters(), characters_type()) &&
318 void add_characters_type(flatbuffers::Offset<flatbuffers::Vector<uint8_t>> characters_type) {
319 fbb_.AddOffset(Movie::VT_CHARACTERS_TYPE, characters_type);
340 flatbuffers::Offset<flatbuffers::Vector<uint8_t>> characters_type = 0,
344 builder_.add_characters_type(characters_type);
354 const std::vector<uint8_t> *characters_type = nullptr,
360 characters_type ? _fbb.CreateVector<uint8_t>(*characters_type) : 0
    [all...]
  /external/flatbuffers/tests/
test.cpp     [all...]

Completed in 98 milliseconds