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

  /external/qemu/android/
cmdline-option.h 17 typedef struct ParamList {
19 struct ParamList* next;
20 } ParamList;
25 #define OPT_LIST(n,t,d) ParamList* n;
  /external/clang/lib/Parse/
ParseTemplate.cpp 591 TemplateParameterList *ParamList =
614 ParamList, EllipsisLoc,
    [all...]

Completed in 1240 milliseconds