Searched defs:EtmDecodeTraceVtable (Results 1 – 1 of 1) sorted by relevance
28 struct EtmDecodeTraceVtable : sqlite::Module<EtmDecodeTraceVtable> { struct30 struct Vtab : sqlite::Module<EtmDecodeTraceVtable>::Vtab { argument34 class Cursor;35 static constexpr auto kType = kEponymousOnly;36 static constexpr bool kSupportsWrites = false;37 static constexpr bool kDoesOverloadFunctions = false;64 static constexpr sqlite3_module kModule = CreateModule();