Searched refs:follow_cast_ref (Results 1 – 6 of 6) sorted by relevance
/external/flatbuffers/rust/flatbuffers/src/ |
D | lib.rs | 47 pub use vector::{SafeSliceAccess, Vector, follow_cast_ref};
|
D | vector.rs | 90 pub fn follow_cast_ref<'a, T: Sized + 'a>(buf: &'a [u8], loc: usize) -> &'a T { in follow_cast_ref() function
|
/external/flatbuffers/tests/namespace_test/ |
D | namespace_test1_generated.rs | 114 flatbuffers::follow_cast_ref::<StructInNestedNS>(buf, loc) in follow()
|
/external/flatbuffers/samples/ |
D | monster_generated.rs | 168 flatbuffers::follow_cast_ref::<Vec3>(buf, loc) in follow()
|
/external/flatbuffers/tests/ |
D | monster_test_generated.rs | 460 flatbuffers::follow_cast_ref::<Test>(buf, loc) in follow() 529 flatbuffers::follow_cast_ref::<Vec3>(buf, loc) in follow() 609 flatbuffers::follow_cast_ref::<Ability>(buf, loc) in follow()
|
/external/flatbuffers/tests/rust_usage_test/tests/ |
D | integration_test.rs | 1713 flatbuffers::follow_cast_ref::<FooStruct>(buf, loc) in to_struct() 1744 flatbuffers::follow_cast_ref::<FooStruct>(buf, loc) in to_slice_of_struct_elements() 1766 flatbuffers::follow_cast_ref::<FooStruct>(buf, loc) in to_vector_of_struct_elements()
|