Home
last modified time | relevance | path

Searched defs:isCopy (Results 1 – 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
Dmask_cmd_list.cpp28 std::shared_ptr<MaskCmdList> MaskCmdList::CreateFromData(const CmdListData& data, bool isCopy) in CreateFromData()
Ddraw_cmd_list.cpp30 std::shared_ptr<DrawCmdList> DrawCmdList::CreateFromData(const CmdListData& data, bool isCopy) in CreateFromData()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/
Drsmarshallinghelper_fuzzer.cpp224 bool isCopy = GetData<bool>(); in DoMarshallingHelper003() local
440 bool isCopy = GetData<bool>(); in DoMarshallingHelper011() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
Drs_canvas_drawing_render_node_drawable_test.cpp313 bool isCopy = false; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_storage_executor.cpp928 int SQLiteSingleVerStorageExecutor::GetNextEntryFromResultSet(Key &key, Value &value, bool isCopy) in GetNextEntryFromResultSet()