Searched defs:ParameterCount (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dcode.h20 class ParameterCount BASE_EMBEDDED {
22 explicit ParameterCount(Register reg) function in class:v8::internal::BASE_EMBEDDED
24 explicit ParameterCount(int immediate) function in class:v8::internal::BASE_EMBEDDED
26 explicit ParameterCount(Handle<JSFunction> f) function in class:v8::internal::BASE_EMBEDDED
45 DISALLOW_IMPLICIT_CONSTRUCTORS(ParameterCount);
/external/clang/lib/Format/
H A DFormatToken.h107 ParameterCount(0), BlockParameterCount(0),
194 unsigned ParameterCount; member in struct:clang::format::FormatToken
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2_plugin.h330 cmsUInt32Number ParameterCount[MAX_TYPES_IN_LCMS_PLUGIN]; // Number of parameters for each function member in struct:__anon28651
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsgamma.c50 int ParameterCount[MAX_TYPES_IN_LCMS_PLUGIN]; // Number of parameters for each function member in struct:_cmsParametricCurvesCollection_st
152 memmove(fl->ParameterCount, Plugin ->ParameterCount, fl->nFunctions * sizeof(cmsUInt32Number));
733 size = c->ParameterCount[Pos] * sizeof(cmsFloat64Number);

Completed in 105 milliseconds