Home
last modified time | relevance | path

Searched defs:endIt (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_drawable.cpp281 auto endIt = drawableVec.begin() + static_cast<size_t>(end) + 1; variable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dsmall_vector.h554 auto endIt = end(); in erase() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dglslang_wrapper_utils.h163 Iterator(VariableNameToInfoMap::const_iterator beginIt, VariableNameToInfoMap::const_iterator endIt) Iterator() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_layout_algorithm.cpp406 auto endIt = info.gridMatrix_.upper_bound(std::max(info.endMainLineIndex_ + cacheLine, info.startMainLineIndex_)); in LayoutChildren() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.cpp868 auto endIt = lineHeightMap_.find(endMainLineIndex_ + 1); in GetTotalHeightOfItemsInView() local
991 auto endIt = lineHeightMap_.lower_bound(endLine); in GetHeightInRange() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DCommandBufferVk.cpp770 auto endIt = querySet->GetQueryAvailability().begin() + cmd->firstQuery + in RecordCommands() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dbounds_analysis.cpp1220 auto endIt = std::find(rpo.begin(), rpo.end(), updatePhiBlock); in VisitLoop() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DCommandBufferD3D12.cpp962 auto endIt = querySet->GetQueryAvailability().begin() + firstQuery + queryCount; in RecordCommands() local
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp10211 const auto endIt = std::remove_if(linkageSymbols.begin(), linkageSymbols.end(), in removeUnusedStructBufferCounters() local

Completed in 29 milliseconds