Home
last modified time | relevance | path

Searched refs:follow_cast_ref (Results 1 – 6 of 6) sorted by relevance

/external/flatbuffers/rust/flatbuffers/src/
Dlib.rs47 pub use vector::{SafeSliceAccess, Vector, follow_cast_ref};
Dvector.rs90 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/
Dnamespace_test1_generated.rs114 flatbuffers::follow_cast_ref::<StructInNestedNS>(buf, loc) in follow()
/external/flatbuffers/samples/
Dmonster_generated.rs168 flatbuffers::follow_cast_ref::<Vec3>(buf, loc) in follow()
/external/flatbuffers/tests/
Dmonster_test_generated.rs460 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/
Dintegration_test.rs1713 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()