Searched refs:initialType (Results 1 – 5 of 5) sorted by relevance
| /third_party/icu/icu4c/source/tools/tzcode/ |
| D | tz2icu.cpp | 1290 ZoneType initialType = types[0]; in optimizeTypeList() local 1293 initialType = *i; in optimizeTypeList() 1298 SimplifiedZoneType initialSimplifiedType(initialType); in optimizeTypeList()
|
| /third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
| D | tz2icu.cpp | 1290 ZoneType initialType = types[0]; in optimizeTypeList() local 1293 initialType = *i; in optimizeTypeList() 1298 SimplifiedZoneType initialSimplifiedType(initialType); in optimizeTypeList()
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 9405 const initialType = prop?.valueDeclaration constant 9409 return getFlowTypeOfReference(reference, autoType, initialType); 23704 …function getFlowCacheKey(node: Node, declaredType: Type, initialType: Type, flowContainer: Node | … 23709 …etNodeId(flowContainer) : "-1"}|${getTypeId(declaredType)}|${getTypeId(initialType)}|${getSymbolId… 23713 …Container ? getNodeId(flowContainer) : "-1"}|${getTypeId(declaredType)}|${getTypeId(initialType)}`; 23716 …NonNullExpression | ParenthesizedExpression).expression, declaredType, initialType, flowContainer); 23718 …nst left = getFlowCacheKey((node as QualifiedName).left, declaredType, initialType, flowContainer); 23724 …= getFlowCacheKey((node as AccessExpression).expression, declaredType, initialType, flowContainer); 24833 …function getFlowTypeOfReference(reference: Node, declaredType: Type, initialType = declaredType, f… 24863 return key = getFlowCacheKey(reference, declaredType, initialType, flowContainer); [all …]
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 58906 var initialType = (prop === null || prop === void 0 ? void 0 : prop.valueDeclaration) 58910 return getFlowTypeOfReference(reference, autoType, initialType); 72374 function getFlowCacheKey(node, declaredType, initialType, flowContainer) { argument 72379 …er) : "-1", "|").concat(getTypeId(declaredType), "|").concat(getTypeId(initialType), "|").concat(g… 72383 …Id(flowContainer) : "-1", "|").concat(getTypeId(declaredType), "|").concat(getTypeId(initialType)); 72386 … return getFlowCacheKey(node.expression, declaredType, initialType, flowContainer); 72388 var left = getFlowCacheKey(node.left, declaredType, initialType, flowContainer); 72394 … var key = getFlowCacheKey(node.expression, declaredType, initialType, flowContainer); 73428 … function getFlowTypeOfReference(reference, declaredType, initialType, flowContainer, flowNode) { argument 73429 if (initialType === void 0) { initialType = declaredType; } [all …]
|
| D | tsc.js | 48881 var initialType = (prop === null || prop === void 0 ? void 0 : prop.valueDeclaration) 48885 return getFlowTypeOfReference(reference, autoType, initialType); 60606 function getFlowCacheKey(node, declaredType, initialType, flowContainer) { argument 60611 …er) : "-1", "|").concat(getTypeId(declaredType), "|").concat(getTypeId(initialType), "|").concat(g… 60614 …Id(flowContainer) : "-1", "|").concat(getTypeId(declaredType), "|").concat(getTypeId(initialType)); 60617 … return getFlowCacheKey(node.expression, declaredType, initialType, flowContainer); 60619 var left = getFlowCacheKey(node.left, declaredType, initialType, flowContainer); 60625 … var key = getFlowCacheKey(node.expression, declaredType, initialType, flowContainer); 61586 … function getFlowTypeOfReference(reference, declaredType, initialType, flowContainer, flowNode) { argument 61587 if (initialType === void 0) { initialType = declaredType; } [all …]
|