Searched defs:vector_of_longs (Results 1 – 4 of 4) sorted by relevance
| /third_party/flatbuffers/tests/MyGame/Example/ |
| D | Monster.java | 133 …public boolean mutateVectorOfLongs(int j, long vector_of_longs) { int o = __offset(68); if (o != 0… in mutateVectorOfLongs()
|
| D | Monster.php | 745 …stf3, $testarrayofstring2, $testarrayofsortedstruct, $flex, $test5, $vector_of_longs, $vector_of_d…
|
| /third_party/flatbuffers/tests/ |
| D | monster_test.schema.json | 264 "vector_of_longs" : { object
|
| D | monster_test_generated.rs | 2271 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
|