Searched defs:isPath (Results 1 – 3 of 3) sorted by relevance
17 const isPath = typeList.has(typeDefs.path.type) constant
62 bool isPath() const { return fType == Type::kPath; } in isPath() function
87 bool isPath() const { return this->type() == Type::kPath; } in isPath() function