Searched refs:GetFunctionContext (Results 1 – 3 of 3) sorted by relevance
148 void* SqliteEngine::GetFunctionContext(const std::string& name, int argc) { in GetFunctionContext() function in perfetto::trace_processor::SqliteEngine
127 void* GetFunctionContext(const std::string& name, int argc);
215 engine->GetFunctionContext(prototype.function_name, created_argc); in Run()