Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/
Dio_util.cpp331 BASE_NS::string stringContents; in ReplaceTextInFileImpl() local
351 auto replace = [&text, &replaceWith](BASE_NS::string& stringContents) { in ReplaceTextInFiles()
367 auto replace = [&replacements](BASE_NS::string& stringContents) { in ReplaceTextInFiles()
385 auto replace = [&replacements](BASE_NS::string& stringContents) { in ReplaceTextInFile()
430 BASE_NS::string stringContents; in InsertInFileBoilerplate() local
446 …string& search, BASE_NS::string& insertion, InsertType type, BASE_NS::string& stringContents, size… in InsertIntoString()
490 auto func = [&search, &insertion, &type](BASE_NS::string& stringContents, size_t len) { in InsertInFile()
499 auto func = [&insertions](BASE_NS::string& stringContents, size_t len) { in InsertInFile()