Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/diplomat_core/src/ast/
Dtypes.rs104 pub struct PathType { struct
109 impl PathType { argument
280 impl From<&syn::TypePath> for PathType { implementation
311 impl From<&syn::TraitBound> for PathType { implementation
342 impl From<Path> for PathType { implementation
1356 impl fmt::Display for PathType { implementation
Dmethods.rs45 self_path_type: PathType, in from_syn()
/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/json-schema-validator/src/main/java/com/networknt/schema/
DPathType.java9 public enum PathType { enum
82PathType(String rootToken, BiFunction<String, String, String> appendTokenFn, BiFunction<String, In… 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.h54 enum class PathType : uint8_t { enum
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DLogicalGrouping.java328 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