Home
last modified time | relevance | path

Searched refs:currItem (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp1287 StackItem& currItem = m_Stack.back(); in BeginValue() local
1288 if (currItem.type == COLLECTION_TYPE_OBJECT && currItem.valueCount % 2 == 0) in BeginValue()
1293 if (currItem.type == COLLECTION_TYPE_OBJECT && currItem.valueCount % 2 == 1) in BeginValue()
1297 else if (currItem.valueCount > 0) in BeginValue()
1306 ++currItem.valueCount; in BeginValue()
/third_party/icu/icu4c/source/common/
H A Ducurr.cpp2065 const struct CurrencyList *currItem = &gCurrencyList[myContext->listIdx++]; in ucurr_nextCurrencyList() local
2066 if (UCURR_MATCHES_BITMASK(currItem->currType, myContext->currType)) in ucurr_nextCurrencyList()
2071 return currItem->currency; in ucurr_nextCurrencyList()
/third_party/node/deps/icu-small/source/common/
H A Ducurr.cpp2091 const struct CurrencyList *currItem = &gCurrencyList[myContext->listIdx++]; in ucurr_nextCurrencyList() local
2092 if (UCURR_MATCHES_BITMASK(currItem->currType, myContext->currType)) in ucurr_nextCurrencyList()
2097 return currItem->currency; in ucurr_nextCurrencyList()
/third_party/skia/third_party/externals/icu/source/common/
H A Ducurr.cpp2039 const struct CurrencyList *currItem = &gCurrencyList[myContext->listIdx++]; in ucurr_nextCurrencyList() local
2040 if (UCURR_MATCHES_BITMASK(currItem->currType, myContext->currType)) in ucurr_nextCurrencyList()
2045 return currItem->currency; in ucurr_nextCurrencyList()
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h8428 StackItem& currItem = m_Stack.back(); in BeginValue() local
8429 if(currItem.type == COLLECTION_TYPE_OBJECT && in BeginValue()
8430 currItem.valueCount % 2 == 0) in BeginValue()
8435 if(currItem.type == COLLECTION_TYPE_OBJECT && in BeginValue()
8436 currItem.valueCount % 2 != 0) in BeginValue()
8440 else if(currItem.valueCount > 0) in BeginValue()
8449 ++currItem.valueCount; in BeginValue()

Completed in 46 milliseconds