Searched refs:hasPathPtr (Results 1 – 1 of 1) sorted by relevance
95 if (hasPathPtr()) in resizePath()98 if (hasPathPtr()) in resizePath()105 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath()107 return hasPathPtr() ? PathPtr : Path; in getPath()133 if (hasPathPtr()) in resizePath()136 if (hasPathPtr()) in resizePath()140 bool hasPathPtr() const { return PathLength > InlinePathSpace; } in hasPathPtr() function142 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath()144 return hasPathPtr() ? PathPtr : Path; in getPath()284 return reinterpret_cast<const LV *>(Data.buffer)->hasPathPtr(); in needsCleanup()[all …]