Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dfunctions.h50 using NoBlockFunction = Value (*)(Scope* scope, variable
436 FunctionInfo(NoBlockFunction nbf,
444 NoBlockFunction no_block_runner;
Dfunctions.cc1344 FunctionInfo::FunctionInfo(NoBlockFunction nbf, in FunctionInfo()