HomeSort by relevance Sort by last modified time
    Searched refs:found_function (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/gn/
functions.cc 585 FunctionInfoMap::const_iterator found_function = local
587 if (found_function == function_map.end()) {
603 if (found_function->second.self_evaluating_args_runner) {
604 return found_function->second.self_evaluating_args_runner(
613 if (found_function->second.generic_block_runner) {
618 return found_function->second.generic_block_runner(
622 if (found_function->second.executed_block_runner) {
632 return found_function->second.executed_block_runner(
637 return found_function->second.no_block_runner(scope, function,
command_help.cc 123 functions::FunctionInfoMap::const_iterator found_function = local
125 if (found_function != function_map.end()) {
126 PrintLongHelp(found_function->second.help);

Completed in 1306 milliseconds