Home
last modified time | relevance | path

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

/external/flatbuffers/rust/flatbuffers/src/
Dlib.rs49 pub use vector::{follow_cast_ref, SafeSliceAccess, Vector, VectorIter};
Dvector.rs113 pub fn follow_cast_ref<'a, T: Sized + 'a>(buf: &'a [u8], loc: usize) -> &'a T { in follow_cast_ref() function
/external/flatbuffers/tests/include_test/sub/
Dinclude_test2_generated.rs106 flatbuffers::follow_cast_ref::<Unused>(buf, loc) in follow()
/external/flatbuffers/tests/namespace_test/
Dnamespace_test1_generated.rs110 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.rs541 flatbuffers::follow_cast_ref::<Test>(buf, loc) in follow()
614 flatbuffers::follow_cast_ref::<Vec3>(buf, loc) in follow()
698 flatbuffers::follow_cast_ref::<Ability>(buf, loc) in follow()
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs1856 flatbuffers::follow_cast_ref::<FooStruct>(buf, loc) in follow()