Searched refs:firstParam (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/dawn/src/tests/ |
D | DawnTest.h | 260 #define DAWN_INSTANTIATE_TEST(testName, firstParam, ...) \ argument 261 const decltype(firstParam) testName##params[] = {firstParam, ##__VA_ARGS__}; \ 265 testName##params, sizeof(testName##params) / sizeof(firstParam))), \
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | Preprocessor.h | 20 #define DAWN_INTERNAL_PP_GET_HEAD(firstParam, ...) firstParam argument
|
/third_party/typescript/tests/baselines/reference/ |
D | typedefTagTypeResolution.types | 24 * @param {V} firstParam
|
D | typedefTagTypeResolution.errors.txt | 24 * @param {V} firstParam
|
D | typedefTagTypeResolution.symbols | 23 * @param {V} firstParam
|
/third_party/glslang/SPIRV/ |
D | spvIR.h | 324 Function(Id id, Id resultType, Id functionType, Id firstParam, Module& parent);
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cmsgtst.c | 97 static UBool returnsNullForType(int firstParam, ...) { in returnsNullForType() argument 100 va_start(marker, firstParam); in returnsNullForType()
|