Home
last modified time | relevance | path

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

/third_party/tex-hyphen/ohos/src/hyphen-build/
Dhyphen_pattern.h43 enum class PathType : uint8_t { enum
Dhyphen_pattern_processor.cpp227 enum class PathType : uint8_t { PATTERN = 0, LINEAR = 1, PAIRS = 2, DIRECT = 3 }; enum
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTimerTree.h35 using PathType = llvm::SmallVector<TTindex, 8>; variable
/third_party/skia/modules/skparagraph/include/
DHyphenator.h40 enum class PathType : uint8_t { enum
/third_party/skia/m133/modules/skparagraph/include/
DHyphenator.h40 enum class PathType : uint8_t { enum
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dreplace_named_generic_with_impl.rs102 ) -> Option<PathType> { in find_path_type()
/third_party/skia/m133/include/private/
DSkPathRef.h54 enum class PathType : uint8_t { enum
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dnode_ext.rs647 PathType(ast::PathType), enumerator
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/generated/
Dnodes.rs62 pub fn path_type(&self) -> Option<PathType> { support::child(&self.syntax) } in path_type()
101 pub struct PathType { struct
104 impl PathType { argument
1534 PathType(PathType), enumerator
1815 impl AstNode for PathType { implementation
4313 impl std::fmt::Display for PathType { implementation