Home
last modified time | relevance | path

Searched defs:vector_of_longs (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/tests/MyGame/Example/
DMonster.java133 …public boolean mutateVectorOfLongs(int j, long vector_of_longs) { int o = __offset(68); if (o != 0… in mutateVectorOfLongs()
DMonster.php745 …stf3, $testarrayofstring2, $testarrayofsortedstruct, $flex, $test5, $vector_of_longs, $vector_of_d…
/third_party/flatbuffers/tests/
Dmonster_test.schema.json264 "vector_of_longs" : { object
Dmonster_test_generated.rs2271 let vector_of_longs = self.vector_of_longs().map(|x| { in unpack() localVariable
2590 pub fn vector_of_longs(&self) -> Option<flatbuffers::Vector<'a, i64>> { in vector_of_longs() method
2874 pub vector_of_longs: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, i64>>>, field
3339 pub vector_of_longs: Option<Vec<i64>>, field
3474 let vector_of_longs = self.vector_of_longs.as_ref().map(|x|{ in pack() localVariable