Home
last modified time | relevance | path

Searched refs:configObject (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/services/codefixes/
DfixModuleAndTargetOptions.ts29 const configObject = getTsConfigObjectLiteralExpression(configFile);
30 if (!configObject) return;
/third_party/typescript/src/testRunner/unittests/config/
DshowConfig.ts188 const configObject = optionValue && constant
190 … showTSConfigCorrectly(`Shows tsconfig for single option/${option.name}`, args, configObject);
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/
DDeckLinkAPI.h15368 /* [out] */ IDeckLinkConfiguration_v7_6 **configObject) = 0;
15480 /* [out] */ IDeckLinkConfiguration_v7_6 **configObject);
15619 #define IDeckLinkConfiguration_v7_6_GetConfigurationValidator(This,configObject) \ argument
15620 ( (This)->lpVtbl -> GetConfigurationValidator(This,configObject) )