Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/private_annotation_test/
H A Dgame_generated.rs48 pub fn unpack(&self) -> GameT { in unpack()
118 pub(crate) struct GameT { struct
121 impl Default for GameT { implementation
128 impl GameT { implementation
H A Dany_generated.rs134 pub fn take_game(&mut self) -> Option<Box<GameT>> { in take_game()
147 pub fn as_game(&self) -> Option<&GameT> { in as_game()
151 pub fn as_game_mut(&mut self) -> Option<&mut GameT> { in as_game_mut()