Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Dschema.h1878 if (pointer.GetTokenCount() == 0) {
2273 for (SizeType i = 0; i < relPointer.GetTokenCount(); i++)
3088 ((parent && instancePointer.GetTokenCount() > 0)
3089 ? PointerType(instancePointer.GetTokens(), instancePointer.GetTokenCount() - 1)
3100 if (schema.GetTokenCount()) schema.StringifyUriFragment(sb);
Dpointer.h347 size_t GetTokenCount() const { return tokenCount_; } in GetTokenCount() function