/external/llvm-project/llvm/include/llvm/Support/ |
D | Automaton.h | 69 struct PathSegment { struct 71 PathSegment *Tail; argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Automaton.h | 69 struct PathSegment { struct 71 PathSegment *Tail; argument
|
/external/rust/crates/syn/src/ |
D | path.rs | 42 impl<T> From<T> for PathSegment implementation 356 impl Parse for PathSegment { implementation 362 impl PathSegment { implementation 660 impl ToTokens for PathSegment { implementation
|
D | attr.rs | 166 fn clone_ident_segment(segment: &PathSegment) -> PathSegment { in parse_meta()
|
/external/rust/crates/syn-mid/src/ |
D | path.rs | 8 fn parse_path_segment(input: ParseStream<'_>) -> Result<PathSegment> { in parse_path_segment()
|
/external/skia/samplecode/ |
D | SampleSimpleStroker.cpp | 93 struct PathSegment { struct in __anon22ae24220111::SkPathStroker2 94 SkPath::Verb fVerb; 95 SkPoint fPoints[4];
|
D | SampleVariableWidthStroker.cpp | 440 struct PathSegment { struct in __anondd06c43e0111::SkVarWidthStroker 441 SkPath::Verb fVerb; 442 std::array<SkPoint, 4> fPoints;
|
/external/rust/crates/structopt-derive/src/ |
D | ty.rs | 47 fn only_last_segment(ty: &syn::Type) -> Option<&PathSegment> { in only_last_segment()
|
/external/rust/crates/serde_derive/src/ |
D | bound.rs | 194 fn visit_path_segment(&mut self, segment: &'ast syn::PathSegment) { in with_bound()
|
/external/clang/lib/Driver/ |
D | MSVCToolChain.cpp | 414 for (StringRef PathSegment : PathSegments) { in getVisualStudioBinariesFolder() local
|
/external/skia/src/gpu/ |
D | GrDistanceFieldGenFromVector.cpp | 182 class PathSegment { class
|
/external/skqp/src/gpu/ |
D | GrDistanceFieldGenFromVector.cpp | 211 class PathSegment { class
|
/external/rust/crates/syn/src/gen/ |
D | eq.rs | 1685 impl Eq for PathSegment {} implementation 1688 impl PartialEq for PathSegment { implementation
|
D | clone.rs | 1672 impl Clone for PathSegment { implementation
|
D | hash.rs | 2137 impl Hash for PathSegment { implementation
|
D | visit_mut.rs | 577 fn visit_path_segment_mut(&mut self, i: &mut PathSegment) { in visit_path_segment_mut()
|
D | fold.rs | 577 fn fold_path_segment(&mut self, i: PathSegment) -> PathSegment { in fold_path_segment()
|
D | debug.rs | 2294 impl Debug for PathSegment { implementation
|
D | visit.rs | 573 fn visit_path_segment(&mut self, i: &'ast PathSegment) { in visit_path_segment()
|