Home
last modified time | relevance | path

Searched defs:replace (Results 1 - 12 of 12) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dstring_util.h99 FindAndReplaceOne( BASE_NS::string& source, const BASE_NS::string_view find, const BASE_NS::string_view replace) FindAndReplaceOne() argument
110 FindAndReplaceAll( BASE_NS::string& source, const BASE_NS::string_view find, const BASE_NS::string_view replace) FindAndReplaceAll() argument
/foundation/graphic/graphic_3d/lume/LumeEngine/src/util/
H A Dstring_util.h100 FindAndReplaceOne( BASE_NS::string& source, const BASE_NS::string_view find, const BASE_NS::string_view replace) FindAndReplaceOne() argument
111 FindAndReplaceAll( BASE_NS::string& source, const BASE_NS::string_view find, const BASE_NS::string_view replace) FindAndReplaceAll() argument
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/video_job_repository/
H A Dvideo_job_queue.cpp69 DeferredVideoJobPtr replace = heap_.back(); in Remove() local
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dfixed_string.h281 basic_fixed_string& replace(size_t first, size_t last, const basic_string_view<CharT>& str) in replace() function in basic_fixed_string
283 const auto replace = last - first; in replace() local
H A Dstring.h432 basic_string& replace(const_iterator first, const_iterator last, const string_view& str) in replace() function in basic_string
435 const auto replace = last - first; in replace() local
[all...]
/foundation/arkui/ace_engine/frameworks/base/log/
H A Dlog_wrapper.h262 static void ReplaceFormatString(const std::string& prefix, const std::string& replace, std::string& str) in ReplaceFormatString() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.cpp504 bool replace = false; in CreateSwapchainImpl() local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfContainerTest.cpp364 const auto replace = children[index]; in HWTEST_P() local
391 const auto replace = children[expectedCount / 2]; in HWTEST_P() local
479 const auto replace = interface_pointer_cast<IObject>(CreateTestType("NotThere")); in HWTEST_P() local
711 const auto replace = children[expectedCount / 2]; HWTEST_P() local
854 const auto replace = children[indexReplace]; HWTEST_F() local
881 const auto replace = children[indexReplace]; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/
H A Dgeometry_transition.cpp138 bool replace = true; in Build() local
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/
H A Dio_util.cpp294 void ReplaceTextInFilesImpl(CORE_NS::IFileManager& fileManager, BASE_NS::string_view folderUri, Work& replace) in ReplaceTextInFilesImpl() argument
317 void ReplaceTextInFileImpl(CORE_NS::IFileManager& fileManager, BASE_NS::string_view uri, Work& replace) in ReplaceTextInFileImpl() argument
341 auto replace = [&text, &replaceWith](BASE_NS::string& stringContents) { in ReplaceTextInFiles() local
354 auto replace = [&replacements](BASE_NS::string& stringContents) { in ReplaceTextInFiles() local
370 auto replace = [&replacements](BASE_NS::string& stringContents) { ReplaceTextInFile() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation_stack.cpp485 auto replace = dataSourceObj_->GetProperty("isReplace"); in GetReplaceValue() local
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.cpp1170 bool replace = false; in SetKeyFrameData() local

Completed in 13 milliseconds