Home
last modified time | relevance | path

Searched defs:targetProp (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp3442 …tCaseGroup* const targetGroup, ProgramInterface interface, ProgramResourcePropFlags targetProp, gl… in generateBufferBackedVariableAggregateTypeCases()
6500 …r& parentStructure, tcu::TestCaseGroup* const targetGroup, ProgramResourcePropFlags targetProp, bo… in generateBufferVariableArraySizeSubCases()
6651 …::SharedPtr& parentStructure, tcu::TestCaseGroup* targetGroup, ProgramResourcePropFlags targetProp) in generateBufferVariableMatrixVariableBasicTypeCases()
6677 …::SharedPtr& parentStructure, tcu::TestCaseGroup* targetGroup, ProgramResourcePropFlags targetProp) in generateBufferVariableMatrixVariableCases()
/third_party/typescript/src/compiler/
Dchecker.ts18151 …const targetProp = propertyName !== undefined ? getPropertyOfType(target, propertyName) : undefine… constant
20778 for (const targetProp of excludeProperties(properties, excludedProperties)) { constant
20805 const targetProp = getPropertyOfObjectType(target, sourceProp.escapedName); constant
21147 const targetProp = getUnionOrIntersectionProperty(target, propertyName); constant
22569 for (const targetProp of properties) { constant
23472 for (const targetProp of properties) { constant
/third_party/typescript/lib/
Dtsc.js58155 …function isPropertySymbolTypeRelated(sourceProp, targetProp, getTypeOfSourceProperty, reportErrors… argument
58161 …function propertyRelatedTo(source, target, sourceProp, targetProp, getTypeOfSourceProperty, report… argument
58675 ….filter(function (targetProp) { return isExactOptionalPropertyMismatch(getTypeOfPropertyOfType(sou… argument
58681 …return getPropertiesOfType(type).filter(function (targetProp) { return containsMissingType(getType… argument
58906 function isValidOverrideOf(sourceProp, targetProp) { argument
58961 function isPropertyIdenticalTo(sourceProp, targetProp) { argument
58964 function compareProperties(sourceProp, targetProp, compareTypes) { argument
DtypingsInstaller.js69510 …function isPropertySymbolTypeRelated(sourceProp, targetProp, getTypeOfSourceProperty, reportErrors… argument
69516 …function propertyRelatedTo(source, target, sourceProp, targetProp, getTypeOfSourceProperty, report… argument
70075 ….filter(function (targetProp) { return isExactOptionalPropertyMismatch(getTypeOfPropertyOfType(sou… argument
70081 …return getPropertiesOfType(type).filter(function (targetProp) { return containsMissingType(getType… argument
70343 function isValidOverrideOf(sourceProp, targetProp) { argument
70429 function isPropertyIdenticalTo(sourceProp, targetProp) { argument
70432 function compareProperties(sourceProp, targetProp, compareTypes) { argument