Home
last modified time | relevance | path

Searched refs:ToInt8 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.h57 static int8_t ToInt8(const std::string& string);
226 return Utils::ToInt8(String(index));
H A Drs_profiler_utils.cpp127 int8_t Utils::ToInt8(const std::string& string) in ToInt8() function in OHOS::Rosen::Utils
182 number = ToInt8(string); in ToNumber()