Home
last modified time | relevance | path

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

/external/perfetto/ui/src/plugins/dev.perfetto.SqlModules/
Dsql_modules_impl.ts199 this.args = docs.args.map((json) => new StdlibFunctionArgImpl(json));
214 this.args = docs.args.map((json) => new StdlibFunctionArgImpl(json));
233 this.args = docs.args.map((json) => new StdlibFunctionArgImpl(json));
321 class StdlibFunctionArgImpl implements SqlArgument { class