Home
last modified time | relevance | path

Searched refs:unitType (Results 1 – 6 of 6) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DlinkValidate.cpp637 …TMergeBlockTraverser(const TIntermSymbol* newSym, const glslang::TType* unitType, glslang::TInterm… in mergeBlockDefinitions() argument
639 …: TIntermTraverser(false, true), newSymbol(newSym), newType(unitType), unit(unit), memberIndexUpda… in mergeBlockDefinitions()
825 void TIntermediate::mergeImplicitArraySizes(TType& type, const TType& unitType) in mergeImplicitArraySizes() argument
828 if (unitType.isUnsizedArray()) { in mergeImplicitArraySizes()
829 type.updateImplicitArraySize(unitType.getImplicitArraySize()); in mergeImplicitArraySizes()
830 if (unitType.isArrayVariablyIndexed()) in mergeImplicitArraySizes()
832 } else if (unitType.isSizedArray()) in mergeImplicitArraySizes()
833 type.changeOuterArraySize(unitType.getOuterArraySize()); in mergeImplicitArraySizes()
837 …if (! type.isStruct() || ! unitType.isStruct() || type.getStruct()->size() != unitType.getStruct()… in mergeImplicitArraySizes()
841 mergeImplicitArraySizes(*(*type.getStruct())[i].type, *(*unitType.getStruct())[i].type); in mergeImplicitArraySizes()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DMeasureUnit.java309 String unitType = key.toString(); in put() local
313 internalGetInstance(unitType, unitName); in put()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMeasureUnit.java796 String unitType = key.toString(); in put() local
800 internalGetInstance(unitType, unitName); in put()
/third_party/typescript/tests/lib/
Dlib.d.ts12544 unitType: number; property
12548 convertToSpecifiedUnits(unitType: number): void;
12549 newValueSpecifiedUnits(unitType: number, valueInSpecifiedUnits: number): void;
13315 unitType: number; property
13319 convertToSpecifiedUnits(unitType: number): void;
13320 newValueSpecifiedUnits(unitType: number, valueInSpecifiedUnits: number): void;
/third_party/typescript/src/lib/
Ddom.generated.d.ts11787 readonly unitType: number; property
11791 convertToSpecifiedUnits(unitType: number): void;
11792 newValueSpecifiedUnits(unitType: number, valueInSpecifiedUnits: number): void;
12768 readonly unitType: number; property
12772 convertToSpecifiedUnits(unitType: number): void;
12773 newValueSpecifiedUnits(unitType: number, valueInSpecifiedUnits: number): void;
/third_party/typescript/lib/
Dlib.dom.d.ts11807 readonly unitType: number; property
11811 convertToSpecifiedUnits(unitType: number): void;
11812 newValueSpecifiedUnits(unitType: number, valueInSpecifiedUnits: number): void;
12788 readonly unitType: number; property
12792 convertToSpecifiedUnits(unitType: number): void;
12793 newValueSpecifiedUnits(unitType: number, valueInSpecifiedUnits: number): void;