Flutter Engine
The Flutter Engine
|
#include "include/core/SkTypes.h"
#include "src/base/SkNoDestructor.h"
#include "src/sksl/SkSLDefines.h"
#include <stdarg.h>
#include <string>
#include <string_view>
Go to the source code of this file.
Namespaces | |
namespace | SkSL |
namespace | SkSL::String |
namespace | skstd |
Functions | |
bool | SkSL::stod (std::string_view s, SKSL_FLOAT *value) |
bool | SkSL::stoi (std::string_view s, SKSL_INT *value) |
std::string | SkSL::String::printf (const char *fmt,...) SK_PRINTF_LIKE(1 |
std::string void | SkSL::String::appendf (std::string *str, const char *fmt,...) SK_PRINTF_LIKE(2 |
std::string void void | SkSL::String::vappendf (std::string *str, const char *fmt, va_list va) SK_PRINTF_LIKE(2 |
std::string void void auto | SkSL::String::Separator () |
std::string | skstd::to_string (float value) |
std::string | skstd::to_string (double value) |