Home
last modified time | relevance | path

Searched defs:RootTable (Results 1 – 6 of 6) sorted by relevance

/external/flatbuffers/tests/rust_namer_test/rust_namer_test/
Droot_table_generated.rs15 pub struct RootTable<'a> { struct
19 impl<'a> flatbuffers::Follow<'a> for RootTable<'a> { argument
27 impl<'a> RootTable<'a> { impl
96 impl flatbuffers::Verifiable for RootTable<'_> { implementation
155 impl core::fmt::Debug for RootTable<'_> { implementation
/external/gmmlib/Source/GmmLib/TranslationTable/
DGmmUmdTranslationTable.h435 struct RootTable struct
443RootTable() : pGmmResInfo(NULL), L3Handle(NULL), GfxAddress(0), CPUAddress(0), NeedRegisterUpdate(… in RootTable() argument
/external/rust/android-crates-io/crates/aarch64-paging/src/
Dpaging.rs251 pub struct RootTable<T: Translation> { struct
259 impl<T: Translation> RootTable<T> { impl
462 impl<T: Translation> Debug for RootTable<T> { implementation
474 impl<T: Translation> Drop for RootTable<T> { implementation
/external/flatbuffers/python/flatbuffers/reflection/
DSchema.py96 def RootTable(self): member in Schema
/external/flatbuffers/src/
Dbinary_annotator.h182 RootTable = 3, enumerator
Dbinary_annotator.cpp1519 const reflection::Object *BinaryAnnotator::RootTable() const { in RootTable() function in flatbuffers::BinaryAnnotator