Home
last modified time | relevance | path

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

/external/flatbuffers/tests/private_annotation_test/
Dgame_generated.rs48 pub fn unpack(&self) -> GameT { in unpack() argument
50 GameT { in unpack()
118 pub(crate) struct GameT { struct
121 impl Default for GameT { argument
128 impl GameT { impl
Dany_generated.rs110 Game(Box<GameT>),
134 pub fn take_game(&mut self) -> Option<Box<GameT>> { in take_game() argument
147 pub fn as_game(&self) -> Option<&GameT> { in as_game() argument
151 pub fn as_game_mut(&mut self) -> Option<&mut GameT> { in as_game_mut() argument