Home
last modified time | relevance | path

Searched defs:PathType (Results 1 – 5 of 5) sorted by relevance

/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DPathType.java38 public abstract class PathType { class
77 protected PathType(boolean allowsMultipleRoots, char separator, char... otherSeparators) { in PathType() method in PathType
/external/swiftshader/third_party/subzero/src/
DIceTimerTree.h35 using PathType = llvm::SmallVector<TTindex, 8>; variable
/external/skia/include/private/
DSkPathRef.h63 enum class PathType : uint8_t { enum
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DLogicalGrouping.java329 public enum PathType { enum in LogicalGrouping
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DDFAJumpThreading.cpp354 typedef std::deque<BasicBlock *> PathType; typedef