Home
last modified time | relevance | path

Searched defs:PathSegment (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/llvm/include/llvm/Support/
DAutomaton.h69 struct PathSegment { struct
71 PathSegment *Tail; argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAutomaton.h69 struct PathSegment { struct
71 PathSegment *Tail; argument
/external/rust/crates/syn/src/
Dpath.rs42 impl<T> From<T> for PathSegment implementation
356 impl Parse for PathSegment { implementation
362 impl PathSegment { implementation
660 impl ToTokens for PathSegment { implementation
Dattr.rs166 fn clone_ident_segment(segment: &PathSegment) -> PathSegment { in parse_meta()
/external/rust/crates/syn-mid/src/
Dpath.rs8 fn parse_path_segment(input: ParseStream<'_>) -> Result<PathSegment> { in parse_path_segment()
/external/skia/samplecode/
DSampleSimpleStroker.cpp93 struct PathSegment { struct in __anon22ae24220111::SkPathStroker2
94 SkPath::Verb fVerb;
95 SkPoint fPoints[4];
DSampleVariableWidthStroker.cpp440 struct PathSegment { struct in __anondd06c43e0111::SkVarWidthStroker
441 SkPath::Verb fVerb;
442 std::array<SkPoint, 4> fPoints;
/external/rust/crates/structopt-derive/src/
Dty.rs47 fn only_last_segment(ty: &syn::Type) -> Option<&PathSegment> { in only_last_segment()
/external/rust/crates/serde_derive/src/
Dbound.rs194 fn visit_path_segment(&mut self, segment: &'ast syn::PathSegment) { in with_bound()
/external/clang/lib/Driver/
DMSVCToolChain.cpp414 for (StringRef PathSegment : PathSegments) { in getVisualStudioBinariesFolder() local
/external/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp182 class PathSegment { class
/external/skqp/src/gpu/
DGrDistanceFieldGenFromVector.cpp211 class PathSegment { class
/external/rust/crates/syn/src/gen/
Deq.rs1685 impl Eq for PathSegment {} implementation
1688 impl PartialEq for PathSegment { implementation
Dclone.rs1672 impl Clone for PathSegment { implementation
Dhash.rs2137 impl Hash for PathSegment { implementation
Dvisit_mut.rs577 fn visit_path_segment_mut(&mut self, i: &mut PathSegment) { in visit_path_segment_mut()
Dfold.rs577 fn fold_path_segment(&mut self, i: PathSegment) -> PathSegment { in fold_path_segment()
Ddebug.rs2294 impl Debug for PathSegment { implementation
Dvisit.rs573 fn visit_path_segment(&mut self, i: &'ast PathSegment) { in visit_path_segment()