Searched refs:ParamList (Results 1 - 9 of 9) sorted by relevance

/external/qemu/android/
H A Dcmdline-option.h21 typedef struct ParamList { struct
23 struct ParamList* next;
24 } ParamList; typedef in typeref:struct:ParamList
29 #define OPT_LIST(n,t,d) ParamList* n;
H A Dcmdline-option.c170 ParamList** head = (ParamList**)field;
171 ParamList* pl;
215 ParamList** head = (ParamList**)((char*)opt + oo->var_offset);
216 ParamList* prev = NULL;
217 ParamList* cur = *head;
220 ParamList* next = cur->next;
H A Dmain.c1041 ParamList* pl = opts->prop;
/external/chromium_org/mojo/nacl/generator/
H A Dinterface_dsl.py34 def ParamList(self): member in class:Function
39 return ', '.join(self.ParamList())
H A Dgenerate_nacl_bindings.py108 for line in Wrap('%s %s(' % (f.return_type, f.name), f.ParamList(), ') {'):
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_decode.cpp289 CFX_PtrArray ParamList; local
299 ParamList.Add(((CPDF_Array*)pParams)->GetDict(i));
301 ParamList.Add(NULL);
306 ParamList.Add(pParams->GetDict());
313 CPDF_Dictionary* pParam = (CPDF_Dictionary*)ParamList[i];
/external/clang/lib/Parse/
H A DParseTemplate.cpp602 TemplateParameterList *ParamList = local
625 ParamList, EllipsisLoc,
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1939 const TemplateArgumentList &ParamList,
1944 ParamList.data(), ParamList.size(),
1937 DeduceTemplateArguments(Sema &S, TemplateParameterList *TemplateParams, const TemplateArgumentList &ParamList, const TemplateArgumentList &ArgList, TemplateDeductionInfo &Info, SmallVectorImpl<DeducedTemplateArgument> &Deduced) argument
H A DSemaDeclCXX.cpp8553 TemplateParameterList *ParamList = FTD->getTemplateParameters(); local
8555 if (S.TemplateParameterListsAreEqual(ParamList, Templates[I].first,
8558 Templates.push_back(std::make_pair(ParamList, InheritingConstructor()));

Completed in 261 milliseconds