Home
last modified time | relevance | path

Searched defs:KeywordsInTableT (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/keyword_test/keyword_test/
H A Dkeywords_in_table_generated.rs54 pub fn unpack(&self) -> KeywordsInTableT { in unpack()
166 pub struct KeywordsInTableT { struct
172 impl Default for KeywordsInTableT { implementation
182 impl KeywordsInTableT { impl
H A Dkeywords_in_union_generated.rs134 pub fn take_static_(&mut self) -> Option<Box<KeywordsInTableT>> { in take_static_()
147 pub fn as_static_(&self) -> Option<&KeywordsInTableT> { in as_static_()
151 pub fn as_static__mut(&mut self) -> Option<&mut KeywordsInTableT> { in as_static__mut()
155 pub fn take_internal(&mut self) -> Option<Box<KeywordsInTableT>> { in take_internal()
168 pub fn as_internal(&self) -> Option<&KeywordsInTableT> { in as_internal()
172 pub fn as_internal_mut(&mut self) -> Option<&mut KeywordsInTableT> { in as_internal_mut()
/aosp_15_r20/external/flatbuffers/tests/KeywordTest/
H A DKeywordsInTable.cs75 public class KeywordsInTableT class
86 public KeywordsInTableT() { in KeywordsInTableT() method in KeywordTest.KeywordsInTableT