Searched defs:RootTable (Results 1 – 6 of 6) sorted by relevance
15 pub struct RootTable<'a> { struct19 impl<'a> flatbuffers::Follow<'a> for RootTable<'a> { argument27 impl<'a> RootTable<'a> { impl96 impl flatbuffers::Verifiable for RootTable<'_> { implementation155 impl core::fmt::Debug for RootTable<'_> { implementation
435 struct RootTable struct443 …RootTable() : pGmmResInfo(NULL), L3Handle(NULL), GfxAddress(0), CPUAddress(0), NeedRegisterUpdate(… in RootTable() argument
251 pub struct RootTable<T: Translation> { struct259 impl<T: Translation> RootTable<T> { impl462 impl<T: Translation> Debug for RootTable<T> { implementation474 impl<T: Translation> Drop for RootTable<T> { implementation
96 def RootTable(self): member in Schema
182 RootTable = 3, enumerator
1519 const reflection::Object *BinaryAnnotator::RootTable() const { in RootTable() function in flatbuffers::BinaryAnnotator