Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/keyword_test/keyword_test/
Dkeywords_in_table_generated.rs54 pub fn unpack(&self) -> KeywordsInTableT { in unpack()
178 pub struct KeywordsInTableT { struct
184 impl Default for KeywordsInTableT { argument
194 impl KeywordsInTableT { implementation
Dkeywords_in_union_generated.rs132 pub fn take_static_(&mut self) -> Option<Box<KeywordsInTableT>> { in take_static_()
145 pub fn as_static_(&self) -> Option<&KeywordsInTableT> { in as_static_()
149 pub fn as_static__mut(&mut self) -> Option<&mut KeywordsInTableT> { in as_static__mut()
153 pub fn take_internal(&mut self) -> Option<Box<KeywordsInTableT>> { in take_internal()
166 pub fn as_internal(&self) -> Option<&KeywordsInTableT> { in as_internal()
170 pub fn as_internal_mut(&mut self) -> Option<&mut KeywordsInTableT> { in as_internal_mut()
/third_party/flatbuffers/tests/KeywordTest/
DKeywordsInTable.cs75 public class KeywordsInTableT class
86 public KeywordsInTableT() { in KeywordsInTableT() method in KeywordTest.KeywordsInTableT