Searched defs:isPath (Results 1 – 4 of 4) sorted by relevance
63 bool isPath() const { return fType == Type::kPath; } in isPath() function
88 bool isPath() const { return this->type() == Type::kPath; } in isPath() function
255 boolean isPath; field in DefaultDataContext.LocalVariable
904 …pPair(CStdOutStream &so, const char *name, const wchar_t *val, bool multiLine, bool isPath = false) in PrintPropPair()