Searched defs:replace (Results 1 – 2 of 2) sorted by relevance
31 char *replace = std::getenv("FUZZING_EXIT_ON_FAILED_ASSERT"); in Terminate() local
687 …auto replace = [old_c, new_c](uint16_t c) { return static_cast<uint8_t>((old_c != c) ? c : new_c);… in DoReplace() local691 auto replace = [old_c, new_c](uint16_t c) { return (old_c != c) ? c : new_c; }; in DoReplace() local697 …auto replace = [old_c, new_c](uint16_t c) { return static_cast<uint8_t>((old_c != c) ? c : new_c);… in DoReplace() local701 auto replace = [old_c, new_c](uint16_t c) { return (old_c != c) ? c : new_c; }; in DoReplace() local