Searched defs:hasPath (Results 1 – 2 of 2) sorted by relevance
382 const bool hasPath = this->path() != nullptr; in flattenPath() local395 const bool hasPath = buffer.readBool(); in addPathFromBuffer() local
133 …public var hasPath: Bool { let o = _accessor.offset(VTOFFSET.path.v); return o == 0 ? false : true… variable