Home
last modified time | relevance | path

Searched defs:AnnotationsT (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/private_annotation_test/
H A Dannotations_generated.rs48 pub fn unpack(&self) -> AnnotationsT { in unpack()
118 pub(crate) struct AnnotationsT { struct
121 impl Default for AnnotationsT { implementation
128 impl AnnotationsT { implementation
H A Dany_generated.rs155 pub fn take_annotations(&mut self) -> Option<Box<AnnotationsT>> { in take_annotations()
168 pub fn as_annotations(&self) -> Option<&AnnotationsT> { in as_annotations()
172 pub fn as_annotations_mut(&mut self) -> Option<&mut AnnotationsT> { in as_annotations_mut()