Home
last modified time | relevance | path

Searched defs:Key (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLock.h36 struct Key struct
43 Key* key = nullptr; argument
67 struct Key {}; struct
DtvgLottieParserHandler.h151 bool Key(const char *str, SizeType length, TVG_UNUSED bool) in Key() function
/lvgl-latest/src/libs/thorvg/rapidjson/
Dprettywriter.h132 bool Key(const std::basic_string<Ch>& str) { in Key() function
188 bool Key(const Ch* str) { return Key(str, internal::StrLen(str)); } in Key() function
Dwriter.h225 bool Key(const std::basic_string<Ch>& str) in Key() function
260 bool Key(const Ch* const& str) { return Key(str, internal::StrLen(str)); } in Key() function
Dschema.h367 bool Key(const Ch* str, SizeType len, bool copy) { return String(str, len, copy); } in Key() function
1108 bool Key(Context& context, const Ch* str, SizeType len, bool) const { in Key() function
Dreader.h215 …bool Key(const Ch* str, SizeType len, bool copy) { return static_cast<Override&>(*this).String(str… in Key() function