Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/sqlite/bindings/
H A Dsqlite_aggregate_function.h29 struct SqliteAggregateContext { struct
30 static int ScopedDestructor(Impl* impl) { in ScopedDestructor()
36 using ScopedContext = base::ScopedResource<Impl*, ScopedDestructor, nullptr>;
39 static Impl& GetOrCreateContextForStep(sqlite3_context* ctx) { in GetOrCreateContextForStep()
55 static ScopedContext GetContextOrNullForFinal(sqlite3_context* ctx) { in GetContextOrNullForFinal()