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

  /external/chromium_org/tools/gn/
function_process_file_template.cc 79 const Value& template_arg = args[1]; local
80 if (template_arg.type() == Value::STRING) {
84 list.push_back(template_arg.string_value());
85 if (!subst.Parse(list, template_arg.origin(), err))
87 } else if (template_arg.type() == Value::LIST) {
88 if (!subst.Parse(template_arg, err))
91 *err = Err(template_arg, "Not a string or a list.");
  /external/lldb/source/Symbol/
ClangASTType.cpp 3992 const TemplateArgument &template_arg = template_decl->getTemplateArgs()[arg_idx]; local
    [all...]

Completed in 204 milliseconds