Home
last modified time | relevance | path

Searched defs:PathSegment (Results 1 – 16 of 16) 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.rs42 impl<T> From<T> for PathSegment implementation
398 impl Parse for PathSegment { implementation
404 impl PathSegment { impl
702 impl ToTokens for PathSegment { implementation
Dattr.rs167 fn clone_ident_segment(segment: &PathSegment) -> PathSegment { in parse_meta()
/third_party/skia/samplecode/
DSampleSimpleStroker.cpp93 struct PathSegment { struct in __anon8fce6b8b0111::SkPathStroker2
94 SkPath::Verb fVerb;
95 SkPoint fPoints[4];
DSampleVariableWidthStroker.cpp440 struct PathSegment { struct in __anon6f317b870111::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.rs194 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/flutter/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp211 class PathSegment { class
/third_party/rust/crates/syn/src/gen/
Deq.rs1605 impl Eq for PathSegment {} implementation
1608 impl PartialEq for PathSegment { implementation
Dclone.rs1679 impl Clone for PathSegment { implementation
Dhash.rs2142 impl Hash for PathSegment { implementation
Dfold.rs580 fn fold_path_segment(&mut self, i: PathSegment) -> PathSegment { in fold_path_segment()
Dvisit_mut.rs580 fn visit_path_segment_mut(&mut self, i: &mut PathSegment) { in visit_path_segment_mut()
Ddebug.rs2299 impl Debug for PathSegment { implementation
Dvisit.rs579 fn visit_path_segment(&mut self, i: &'ast PathSegment) { in visit_path_segment()