Searched defs:SqliteAggregateContext (Results 1 – 1 of 1) sorted by relevance
29 struct SqliteAggregateContext { struct30 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()