Home
last modified time | relevance | path

Searched refs:vector_of_longs (Results 1 – 9 of 9) sorted by relevance

/external/flatbuffers/tests/
Dlobstertest.lobster46 assert monster.vector_of_longs(i) == pow(10, i * 2)
85 let vector_of_longs = b.MyGame_Example_MonsterCreateVectorOfLongsVector(
100 b.MyGame_Example_MonsterAddVectorOfLongs(vector_of_longs)
Dmonsterdata_test.json22 vector_of_longs: [
Dmonster_test_generated.h1123 std::vector<int64_t> vector_of_longs;
1191 (lhs.vector_of_longs == rhs.vector_of_longs) &&
1477 const flatbuffers::Vector<int64_t> *vector_of_longs() const {
1643 verifier.VerifyVector(vector_of_longs()) &&
1798 void add_vector_of_longs(flatbuffers::Offset<flatbuffers::Vector<int64_t>> vector_of_longs) {
1799 fbb_.AddOffset(Monster::VT_VECTOR_OF_LONGS, vector_of_longs);
1892 flatbuffers::Offset<flatbuffers::Vector<int64_t>> vector_of_longs = 0,
1926 builder_.add_vector_of_longs(vector_of_longs);
1992 const std::vector<int64_t> *vector_of_longs = nullptr,
2019 auto vector_of_longs__ = vector_of_longs ? _fbb.CreateVector<int64_t>(*vector_of_longs) : 0;
[all …]
Dmonster_test.fbs89 vector_of_longs:[long] (id:32);
Dmonster_test_generated.lobster275 def vector_of_longs(i:int):
447 def MonsterAddVectorOfLongs(b_:flatbuffers_builder, vector_of_longs:int):
448 b_.PrependUOffsetTRelativeSlot(32, vector_of_longs, 0)
Dmonster_test_generated.rs965 if let Some(x) = args.vector_of_longs { builder.add_vector_of_longs(x); } in create()
1192 pub fn vector_of_longs(&self) -> Option<flatbuffers::Vector<'a, i64>> { in vector_of_longs() method
1379 pub vector_of_longs: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a , i64>>>, field
1431 vector_of_longs: None, in default()
1580 …pub fn add_vector_of_longs(&mut self, vector_of_longs: flatbuffers::WIPOffset<flatbuffers::Vector<… in add_vector_of_longs()
1581 …f.fbb_.push_slot_always::<flatbuffers::WIPOffset<_>>(Monster::VT_VECTOR_OF_LONGS, vector_of_longs); in add_vector_of_longs()
/external/flatbuffers/tests/MyGame/Example/
DMonster.php682 …stf3, $testarrayofstring2, $testarrayofsortedstruct, $flex, $test5, $vector_of_longs, $vector_of_d… argument
716 self::addVectorOfLongs($builder, $vector_of_longs);
DMonster.java111 …ectorOfLongs(int j, long vector_of_longs) { int o = __offset(68); if (o != 0) { bb.putLong(__vecto… in mutateVectorOfLongs() argument
DMonster.cs125 …fLongs(int j, long vector_of_longs) { int o = __p.__offset(68); if (o != 0) { __p.bb.PutLong(__p._… in MutateVectorOfLongs()