Searched refs:GetTokenCount (Results 1 – 2 of 2) sorted by relevance
1878 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);
347 size_t GetTokenCount() const { return tokenCount_; } in GetTokenCount() function