Home
last modified time | relevance | path

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

/external/flatbuffers/tests/union_vector/
Dunion_vector_generated.h356 const flatbuffers::Vector<uint8_t> *characters_type() const { in characters_type() function
374 verifier.VerifyVector(characters_type()) && in Verify()
377 VerifyCharacterVector(verifier, characters(), characters_type()) && in Verify()
394 void add_characters_type(flatbuffers::Offset<flatbuffers::Vector<uint8_t>> characters_type) { in add_characters_type()
395 fbb_.AddOffset(Movie::VT_CHARACTERS_TYPE, characters_type); in add_characters_type()
416 flatbuffers::Offset<flatbuffers::Vector<uint8_t>> characters_type = 0,
420 builder_.add_characters_type(characters_type);
430 const std::vector<uint8_t> *characters_type = nullptr,
432 auto characters_type__ = characters_type ? _fbb.CreateVector<uint8_t>(*characters_type) : 0;
481 …{ auto _e = characters_type(); if (_e) { _o->characters.resize(_e->size()); for (flatbuffers::uoff… in UnPackTo()
[all …]
DMovie.java23 …eCharactersType(int j, byte characters_type) { int o = __offset(8); if (o != 0) { bb.put(__vector(… in mutateCharactersType() argument
DMovie.php112 …e(FlatBufferBuilder $builder, $main_character_type, $main_character, $characters_type, $characters) argument
117 self::addCharactersType($builder, $characters_type);
/external/flatbuffers/tests/
Dtest.cpp2068 auto cts = movie->characters_type(); in UnionVectorTest()
2069 TEST_EQ(movie->characters_type()->size(), 5); in UnionVectorTest()