Searched defs:targetProp (Results 1 – 4 of 4) sorted by relevance
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fProgramInterfaceQueryTests.cpp | 3442 …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/ |
| D | checker.ts | 18151 …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/ |
| D | tsc.js | 58155 …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
|
| D | typingsInstaller.js | 69510 …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
|