Searched refs:follow_cast_ref (Results 1 – 7 of 7) sorted by relevance
/external/flatbuffers/rust/flatbuffers/src/ |
D | lib.rs | 49 pub use vector::{follow_cast_ref, SafeSliceAccess, Vector, VectorIter};
|
D | vector.rs | 113 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/ |
D | include_test2_generated.rs | 106 flatbuffers::follow_cast_ref::<Unused>(buf, loc) in follow()
|
/external/flatbuffers/tests/namespace_test/ |
D | namespace_test1_generated.rs | 110 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 | 541 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/ |
D | integration_test.rs | 1856 flatbuffers::follow_cast_ref::<FooStruct>(buf, loc) in follow()
|