Home
last modified time | relevance | path

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

/external/chromium_org/tools/gn/
Dfunctions.h37 typedef Value (*GenericBlockFunction)(Scope* scope, typedef
328 FunctionInfo(GenericBlockFunction gbf,
342 GenericBlockFunction generic_block_runner;
Dfunctions.cc624 FunctionInfo::FunctionInfo(GenericBlockFunction gbf, in FunctionInfo()