Flutter Engine
The Flutter Engine
|
Functions | |
constexpr bool | starts_with (std::string_view str, std::string_view prefix) |
constexpr bool | starts_with (std::string_view str, std::string_view::value_type c) |
constexpr bool | ends_with (std::string_view str, std::string_view suffix) |
constexpr bool | ends_with (std::string_view str, std::string_view::value_type c) |
constexpr bool | contains (std::string_view str, std::string_view needle) |
constexpr bool | contains (std::string_view str, std::string_view::value_type c) |
std::string | to_string (float value) |
std::string | to_string (double value) |
|
inlineconstexpr |
Definition at line 41 of file SkStringView.h.
|
inlineconstexpr |
Definition at line 45 of file SkStringView.h.
|
inlineconstexpr |
Definition at line 28 of file SkStringView.h.
|
inlineconstexpr |
Definition at line 36 of file SkStringView.h.
|
inlineconstexpr |
Definition at line 17 of file SkStringView.h.
|
inlineconstexpr |
Definition at line 24 of file SkStringView.h.
std::string skstd::to_string | ( | double | value | ) |
Definition at line 54 of file SkSLString.cpp.
std::string skstd::to_string | ( | float | value | ) |
Definition at line 50 of file SkSLString.cpp.