Home
last modified time | relevance | path

Searched refs:vector_of_co_owning_references (Results 1 – 8 of 8) sorted by relevance

/external/flatbuffers/tests/
Dmonster_test_generated.h1188 std::vector<flatbuffers::unique_ptr<ReferrableT>> vector_of_co_owning_references;
1258 (lhs.vector_of_co_owning_references == rhs.vector_of_co_owning_references) &&
1584 const flatbuffers::Vector<uint64_t> *vector_of_co_owning_references() const {
1718 verifier.VerifyVector(vector_of_co_owning_references()) &&
1883 …ing_references(flatbuffers::Offset<flatbuffers::Vector<uint64_t>> vector_of_co_owning_references) {
1884 fbb_.AddOffset(Monster::VT_VECTOR_OF_CO_OWNING_REFERENCES, vector_of_co_owning_references);
1964 flatbuffers::Offset<flatbuffers::Vector<uint64_t>> vector_of_co_owning_references = 0,
1985 builder_.add_vector_of_co_owning_references(vector_of_co_owning_references);
2066 const std::vector<uint64_t> *vector_of_co_owning_references = nullptr,
2091 …r_of_co_owning_references__ = vector_of_co_owning_references ? _fbb.CreateVector<uint64_t>(*vector…
[all …]
Dmonster_test.fbs112vector_of_co_owning_references:[ulong](id:40, hash:"fnv1a_64", cpp_type:"ReferrableT", cpp_ptr_typ…
Dmonster_test_generated.lobster331 def vector_of_co_owning_references(i:int):
488 def add_vector_of_co_owning_references(vector_of_co_owning_references:flatbuffers_offset):
489 b_.PrependUOffsetTRelativeSlot(40, vector_of_co_owning_references)
Dmonster_test_generated.rs1073 …if let Some(x) = args.vector_of_co_owning_references { builder.add_vector_of_co_owning_references(… in create()
1340 pub fn vector_of_co_owning_references(&self) -> Option<flatbuffers::Vector<'a, u64>> { in vector_of_co_owning_references() method
1507 …pub vector_of_co_owning_references: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a , u64>>>, field
1560 vector_of_co_owning_references: None, in default()
1734 …pub fn add_vector_of_co_owning_references(&mut self, vector_of_co_owning_references: flatbuffers::… in add_vector_of_co_owning_references()
1735 …buffers::WIPOffset<_>>(Monster::VT_VECTOR_OF_CO_OWNING_REFERENCES, vector_of_co_owning_references); in add_vector_of_co_owning_references()
/external/flatbuffers/tests/cpp17/generated_cpp17/
Dmonster_test_generated.h1016 std::vector<std::unique_ptr<ReferrableT>> vector_of_co_owning_references;
1359 const flatbuffers::Vector<uint64_t> *vector_of_co_owning_references() const {
1493 verifier.VerifyVector(vector_of_co_owning_references()) &&
1658 …ing_references(flatbuffers::Offset<flatbuffers::Vector<uint64_t>> vector_of_co_owning_references) {
1659 fbb_.AddOffset(Monster::VT_VECTOR_OF_CO_OWNING_REFERENCES, vector_of_co_owning_references);
1739 flatbuffers::Offset<flatbuffers::Vector<uint64_t>> vector_of_co_owning_references = 0,
1760 builder_.add_vector_of_co_owning_references(vector_of_co_owning_references);
1846 const std::vector<uint64_t> *vector_of_co_owning_references = nullptr,
1871 …r_of_co_owning_references__ = vector_of_co_owning_references ? _fbb.CreateVector<uint64_t>(*vector…
2383 …{ auto _e = vector_of_co_owning_references(); if (_e) { _o->vector_of_co_owning_references.resize(…
[all …]
/external/flatbuffers/tests/MyGame/Example/
DMonster.php699 …ences, $vector_of_strong_referrables, $co_owning_reference, $vector_of_co_owning_references, $non_… argument
741 self::addVectorOfCoOwningReferences($builder, $vector_of_co_owning_references);
DMonster.java174 …t j, long vector_of_co_owning_references) { int o = __offset(84); if (o != 0) { bb.putLong(__vecto… in mutateVectorOfCoOwningReferences() argument
DMonster.cs164 …ong vector_of_co_owning_references) { int o = __p.__offset(84); if (o != 0) { __p.bb.PutUlong(__p.… in MutateVectorOfCoOwningReferences()