Searched refs:hasChildrenInFlags (Results 1 – 3 of 3) sorted by relevance
157 const bool hasChildren = PatriciaTrieReadingUtils::hasChildrenInFlags(flags); in getCodePointsAndProbabilityAndReturnCodePointCount()231 if (PatriciaTrieReadingUtils::hasChildrenInFlags(flags)) { in getCodePointsAndProbabilityAndReturnCodePointCount()254 if (PatriciaTrieReadingUtils::hasChildrenInFlags(flags)) { in getCodePointsAndProbabilityAndReturnCodePointCount()
81 static AK_FORCE_INLINE bool hasChildrenInFlags(const NodeFlags flags) { in hasChildrenInFlags() function
149 *outChildrenPos = hasChildrenInFlags(flags) ? in readPtNodeInfo()