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

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

Completed in 162 milliseconds