Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.h58 static int16_t ToInt16(const std::string& string);
231 return Utils::ToInt16(String(index));
H A Drs_profiler_utils.cpp132 int16_t Utils::ToInt16(const std::string& string) in ToInt16() function in OHOS::Rosen::Utils
187 number = ToInt16(string); in ToNumber()