Home
last modified time | relevance | path

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

/ark/runtime_core/libpandabase/utils/
Dterminate.cpp31 char *replace = std::getenv("FUZZING_EXIT_ON_FAILED_ASSERT"); in Terminate() local
/ark/runtime_core/runtime/coretypes/
Dstring.cpp687 …auto replace = [old_c, new_c](uint16_t c) { return static_cast<uint8_t>((old_c != c) ? c : new_c);… in DoReplace() local
691 auto replace = [old_c, new_c](uint16_t c) { return (old_c != c) ? c : new_c; }; in DoReplace() local
697 …auto replace = [old_c, new_c](uint16_t c) { return static_cast<uint8_t>((old_c != c) ? c : new_c);… in DoReplace() local
701 auto replace = [old_c, new_c](uint16_t c) { return (old_c != c) ? c : new_c; }; in DoReplace() local