Searched defs:isPath (Results 1 – 5 of 5) sorted by relevance
62 bool isPath() const { return fType == Type::kPath; } in isPath() function
70 bool isPath() const { return fType == Type::kPath; } in isPath() function
88 bool isPath() const { return this->type() == Type::kPath; } in isPath() function
87 bool isPath() const { return this->type() == Type::kPath; } in isPath() function
904 …pPair(CStdOutStream &so, const char *name, const wchar_t *val, bool multiLine, bool isPath = false) in PrintPropPair()