Files
flutter/engine
Chris Bracken 83dcf51c7b Use string_view inputs for conversion functions (flutter/engine#26031)
This offers a small improvement in performance in cases where the input
is a raw char* or wchar_t* string due to not having to perform an
implicit conversion to std::string/std::wstring.

Code cleanup covered by existing tests, which already use raw C strings.
2021-05-08 11:17:41 -07:00
..