Home
last modified time | relevance | path

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

/external/chromium_org/tools/gn/
Dfunctions.cc728 FunctionInfoMap::const_iterator found_function = in RunFunction() local
730 if (found_function == function_map.end()) { in RunFunction()
745 if (found_function->second.self_evaluating_args_runner) { in RunFunction()
746 return found_function->second.self_evaluating_args_runner( in RunFunction()
755 if (found_function->second.generic_block_runner) { in RunFunction()
760 return found_function->second.generic_block_runner( in RunFunction()
764 if (found_function->second.executed_block_runner) { in RunFunction()
775 Value result = found_function->second.executed_block_runner( in RunFunction()
786 return found_function->second.no_block_runner(scope, function, in RunFunction()
Dcommand_help.cc129 functions::FunctionInfoMap::const_iterator found_function = in RunHelp() local
131 if (found_function != function_map.end()) { in RunHelp()
132 PrintLongHelp(found_function->second.help); in RunHelp()