Home
last modified time | relevance | path

Searched refs:ThrowRepeatOperationError (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_builder.cpp499 ThrowRepeatOperationError(operation.index); in OperateAdd()
521 ThrowRepeatOperationError(i); in OperateDelete()
525 ThrowRepeatOperationError(operation.index); in OperateDelete()
554 ThrowRepeatOperationError(operation.index); in OperateChange()
575 ThrowRepeatOperationError(operation.coupleIndex.first); in OperateMove()
597 ThrowRepeatOperationError(operation.coupleIndex.second); in OperateMove()
629 ThrowRepeatOperationError(operation.coupleIndex.first); in OperateExchange()
648 ThrowRepeatOperationError(operation.coupleIndex.second); in OperateExchange()
674 void LazyForEachBuilder::ThrowRepeatOperationError(int32_t index) in ThrowRepeatOperationError() function in OHOS::Ace::NG::LazyForEachBuilder
H A Dlazy_for_each_builder.h133 void ThrowRepeatOperationError(int32_t index);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Dlazy_for_each_builder_syntax_test_ng.cpp556 lazyForEachBuilder->ThrowRepeatOperationError(INDEX_0);