Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/event_resample/src/
H A Devent_resample.cpp154 Batch& batch = batches_.at(batchIndex); in UpdateBatch()
167 batches_.push_back(std::move(batch)); in UpdateBatch()
238 for (size_t i = batches_.size(); i > 0;) { in ConsumeBatch()
240 Batch& batch = batches_.at(i); in ConsumeBatch()
243 batches_.erase(batches_.begin() + i); in ConsumeBatch()
259 batches_.erase(batches_.begin() + i); in ConsumeBatch()
339 batches_.erase(batches_ in UpdateTouchState()
[all...]
/foundation/multimodalinput/input/service/event_resample/include/
H A Devent_resample.h149 std::vector<Batch> batches_; member in OHOS::MMI::final
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.h339 BASE_NS::unordered_map<CORE_NS::Entity, BatchDataVector> batches_; member in final
H A Drender_system.cpp1545 batches_[renderMeshBatch].push_back({ row->entity, renderMeshComponent.mesh, layerMask, row->components[RQ_JM],
1689 for (const auto& batchRef : batches_) {
1744 DestroyBatchData(batches_);
/foundation/multimodalinput/input/service/event_resample/test/
H A Devent_resample_test.cpp911 EventResampleHdr->batches_.push_back(batch); in HWTEST_F()

Completed in 8 milliseconds