Home
last modified time | relevance | path

Searched refs:GetFunctionContext (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/trace_processor/sqlite/
Dsqlite_engine.cc148 void* SqliteEngine::GetFunctionContext(const std::string& name, int argc) { in GetFunctionContext() function in perfetto::trace_processor::SqliteEngine
Dsqlite_engine.h127 void* GetFunctionContext(const std::string& name, int argc);
/external/perfetto/src/trace_processor/prelude/functions/
Dcreate_function.cc215 engine->GetFunctionContext(prototype.function_name, created_argc); in Run()