Home
last modified time | relevance | path

Searched defs:nextType (Results 1 – 12 of 12) sorted by relevance

/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterAlias.java277 char type, nextType; in io_stripASCIIForCompare() local
332 char type, nextType; in compareNames() local
/third_party/node/deps/icu-small/source/common/
Ducnv_io.cpp389 uint8_t type, nextType; in ucnv_io_stripASCIIForCompare() local
424 uint8_t type, nextType; in ucnv_io_stripEBCDICForCompare() local
480 uint8_t type, nextType; in ucnv_compareNames() local
/third_party/icu/icu4c/source/common/
Ducnv_io.cpp389 uint8_t type, nextType; in ucnv_io_stripASCIIForCompare() local
424 uint8_t type, nextType; in ucnv_io_stripEBCDICForCompare() local
480 uint8_t type, nextType; in ucnv_compareNames() local
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_io.cpp389 uint8_t type, nextType; in ucnv_io_stripASCIIForCompare() local
424 uint8_t type, nextType; in ucnv_io_stripEBCDICForCompare() local
480 uint8_t type, nextType; in ucnv_compareNames() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp260 const VkStructureType nextType = *reinterpret_cast<const VkStructureType*>(pNext); in checkSupportImageSamplingInstance() local
393 const VkStructureType nextType = *reinterpret_cast<const VkStructureType*>(pNext); in setup() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp262 const VkStructureType nextType = *reinterpret_cast<const VkStructureType*>(pNext); in checkSupportImageSamplingInstance() local
395 const VkStructureType nextType = *reinterpret_cast<const VkStructureType*>(pNext); in setup() local
/third_party/skia/src/gpu/
DGrResourceCache.cpp45 static std::atomic<int32_t> nextType{INHERITED::kInvalidDomain + 1}; in GenerateResourceType() local
/third_party/skia/src/utils/
DSkPolyUtils.cpp1661 TriangulationVertex::VertexType nextType = triangulationVertices[nextIndex].fVertexType; in SkTriangulateSimplePolygon() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp4092 const VkStructureType nextType = *reinterpret_cast<const VkStructureType*>(pNext); in mapVkSampler() local
/third_party/typescript/src/compiler/
Dchecker.ts39898 const { yieldType, returnType, nextType } = iterationTypes; constant
40035 … const { returnType, nextType } = getIterationTypesOfGlobalIterableType(globalType, resolver); constant
40043 const [yieldType, returnType, nextType] = getTypeArguments(type as GenericType); constant
40174 …const { returnType, nextType } = globalIterationTypes === noIterationTypes ? defaultIterationTypes… constant
40179 const [yieldType, returnType, nextType] = getTypeArguments(type as GenericType); constant
/third_party/typescript/lib/
DtypingsInstaller.js51480 get nextType() { return ts.Debug.fail("Not supported"); }, getter
81708 function createGeneratorReturnType(yieldType, returnType, nextType, isAsyncGenerator) { argument
86656 …ableOrPropertyDeclarationMustHaveSameType(firstDeclaration, firstType, nextDeclaration, nextType) { argument
87119 function createIterationTypes(yieldType, returnType, nextType) { argument
87136 … iterationTypes = { yieldType: yieldType, returnType: returnType, nextType: nextType }; property
Dtsc.js42453 get nextType() { return ts.Debug.fail("Not supported"); }, getter
68697 function createGeneratorReturnType(yieldType, returnType, nextType, isAsyncGenerator) { argument
72998 …ableOrPropertyDeclarationMustHaveSameType(firstDeclaration, firstType, nextDeclaration, nextType) { argument
73392 function createIterationTypes(yieldType, returnType, nextType) { argument
73402 … iterationTypes = { yieldType: yieldType, returnType: returnType, nextType: nextType }; property