Home
last modified time | relevance | path

Searched defs:isPath (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/@npmcli/config/lib/
Dparse-field.js17 const isPath = typeList.has(typeDefs.path.type) constant
/third_party/skia/experimental/graphite/src/geom/
DShape.h62 bool isPath() const { return fType == Type::kPath; } in isPath() function
/third_party/skia/src/gpu/geometry/
DGrShape.h87 bool isPath() const { return this->type() == Type::kPath; } in isPath() function