Home
last modified time | relevance | path

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

/external/flatbuffers/tests/union_vector/
Dunion_vector_generated.h393 const flatbuffers::Vector<uint8_t> *characters_type() const { in characters_type() function
411 verifier.VerifyVector(characters_type()) && in Verify()
414 VerifyCharacterVector(verifier, characters(), characters_type()) && in Verify()
432 void add_characters_type(flatbuffers::Offset<flatbuffers::Vector<uint8_t>> characters_type) { in add_characters_type()
433 fbb_.AddOffset(Movie::VT_CHARACTERS_TYPE, characters_type); in add_characters_type()
454 flatbuffers::Offset<flatbuffers::Vector<uint8_t>> characters_type = 0,
458 builder_.add_characters_type(characters_type);
468 const std::vector<uint8_t> *characters_type = nullptr,
470 auto characters_type__ = characters_type ? _fbb.CreateVector<uint8_t>(*characters_type) : 0;
519 …{ auto _e = characters_type(); if (_e) { _o->characters.resize(_e->size()); for (flatbuffers::uoff… in UnPackTo()
[all …]
DMovie.php112 …e(FlatBufferBuilder $builder, $main_character_type, $main_character, $characters_type, $characters) argument
117 self::addCharactersType($builder, $characters_type);
/external/flatbuffers/tests/
Dtest.cpp2570 auto cts = movie->characters_type(); in UnionVectorTest()
2571 TEST_EQ(movie->characters_type()->size(), 5); in UnionVectorTest()