Searched defs:Key (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLock.h | 36 struct Key struct 43 Key* key = nullptr; argument 67 struct Key {}; struct
|
D | tvgLottieParserHandler.h | 151 bool Key(const char *str, SizeType length, TVG_UNUSED bool) in Key() function
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | prettywriter.h | 132 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
|
D | writer.h | 225 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
|
D | schema.h | 367 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
|
D | reader.h | 215 …bool Key(const Ch* str, SizeType len, bool copy) { return static_cast<Override&>(*this).String(str… in Key() function
|