Searched refs:emplace_scalar_array (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/flatbuffers/tests/arrays_test/my_game/example/ |
H A D | nested_struct_generated.rs | 105 flatbuffers::emplace_scalar_array(&mut self.0, 0, items); 150 flatbuffers::emplace_scalar_array(&mut self.0, 16, items);
|
H A D | array_struct_generated.rs | 134 flatbuffers::emplace_scalar_array(&mut self.0, 4, items); 202 flatbuffers::emplace_scalar_array(&mut self.0, 144, items);
|
/aosp_15_r20/external/flatbuffers/rust/flatbuffers/src/ |
H A D | lib.rs | 49 pub use crate::array::{array_init, emplace_scalar_array, Array};
|
H A D | array.rs | 91 pub fn emplace_scalar_array<T: EndianScalar, const N: usize>( in emplace_scalar_array() function
|
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/tests/ |
H A D | arrays_test.rs | 278 flatbuffers::emplace_scalar_array(&mut test_buf, 0, &xs.0);
|