Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAutomaton.h69 struct PathSegment { struct
71 PathSegment *Tail; argument
/third_party/rust/crates/syn/src/
Dpath.rs109 impl<T> From<T> for PathSegment implementation
476 impl Parse for PathSegment { implementation
482 impl PathSegment { impl
685 impl ToTokens for PathSegment { implementation
/third_party/skia/samplecode/
DSampleSimpleStroker.cpp93 struct PathSegment { struct in __anon008810f90111::SkPathStroker2
94 SkPath::Verb fVerb;
95 SkPoint fPoints[4];
DSampleVariableWidthStroker.cpp440 struct PathSegment { struct in __anona848f9350111::SkVarWidthStroker
441 SkPath::Verb fVerb;
442 std::array<SkPoint, 4> fPoints;
/third_party/rust/crates/clap/clap_derive/src/utils/
Dty.rs77 fn only_last_segment(mut ty: &syn::Type) -> Option<&PathSegment> { in only_last_segment()
/third_party/rust/crates/serde/serde_derive/src/
Dbound.rs189 fn visit_path_segment(&mut self, segment: &'ast syn::PathSegment) { in with_bound()
/third_party/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp195 class PathSegment { class
/third_party/rust/crates/syn/src/gen/
Deq.rs1558 impl Eq for PathSegment {} implementation
1561 impl PartialEq for PathSegment { implementation
Dclone.rs1627 impl Clone for PathSegment { implementation
Dhash.rs2078 impl Hash for PathSegment { implementation
Dfold.rs685 fn fold_path_segment(&mut self, i: PathSegment) -> PathSegment { in fold_path_segment()
Dvisit_mut.rs685 fn visit_path_segment_mut(&mut self, i: &mut PathSegment) { in visit_path_segment_mut()
Dvisit.rs684 fn visit_path_segment(&mut self, i: &'ast PathSegment) { in visit_path_segment()
Ddebug.rs2293 impl Debug for PathSegment { implementation