Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAutomaton.h69 struct PathSegment { struct
71 PathSegment *Tail; argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DAutomaton.h69 struct PathSegment { struct
71 PathSegment *Tail; argument
/external/rust/crates/maybe-async/src/
Dvisit.rs22 pub fn replace_generic_type(item: &mut Item, generic_type: &'a str, arg_type: &'a PathSegment) { in replace_generic_type()
78 fn visit_path_segment_mut(&mut self, i: &mut PathSegment) { in visit_path_segment_mut()
168 ) -> Vec<(String, PathSegment)> { in search_trait_bound() argument
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/type/matcher/
Dmetadata.proto82 message PathSegment { message
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/type/matcher/v3/
Dstruct.proto74 message PathSegment { message
Dmetadata.proto85 message PathSegment { message
/external/rust/crates/syn-mid/src/
Dpath.rs12 fn parse_path_segment(input: ParseStream<'_>) -> Result<PathSegment> { in parse_path_segment()
/external/rust/crates/syn/src/
Dpath.rs109 impl<T> From<T> for PathSegment implementation
473 impl Parse for PathSegment { implementation
479 impl PathSegment { impl
682 impl ToTokens for PathSegment { implementation
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/type/metadata/v2/
Dmetadata.proto44 message PathSegment { message
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/type/metadata/v3/
Dmetadata.proto45 message PathSegment { message
/external/skia/tools/viewer/
DSimpleStrokerSlide.cpp96 struct PathSegment { struct in __anond9bb0fb30111::SkPathStroker2
97 SkPath::Verb fVerb;
98 SkPoint fPoints[4];
DVariableWidthStrokerSlide.cpp441 struct PathSegment { struct in __anon1c73294f0111::SkVarWidthStroker
442 SkPath::Verb fVerb;
443 std::array<SkPoint, 4> fPoints;
/external/rust/crates/clap_derive/src/utils/
Dty.rs77 fn only_last_segment(mut ty: &syn::Type) -> Option<&PathSegment> { in only_last_segment()
/external/rust/crates/prettyplease/src/
Dpath.rs31 pub fn path_segment(&mut self, segment: &PathSegment, kind: PathKind) { in path_segment()
/external/rust/crates/mockall_derive/src/
Dautomock.rs63 fn substitute_path_segment(&self, seg: &mut PathSegment, traitname: &Ident) in substitute_path_segment()
/external/rust/crates/serde_derive/src/
Dbound.rs192 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/ganesh/
DGrDistanceFieldGenFromVector.cpp198 class PathSegment { class
/external/rust/crates/syn/src/gen/
Deq.rs1561 impl Eq for PathSegment {} implementation
1564 impl PartialEq for PathSegment { implementation
Dclone.rs1630 impl Clone for PathSegment { implementation
Dhash.rs2081 impl Hash for PathSegment { implementation
Dvisit_mut.rs561 fn visit_path_segment_mut(&mut self, i: &mut PathSegment) { in visit_path_segment_mut()
Dfold.rs561 fn fold_path_segment(&mut self, i: PathSegment) -> PathSegment { in fold_path_segment()
Dvisit.rs560 fn visit_path_segment(&mut self, i: &'ast PathSegment) { in visit_path_segment()
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dtrafficdirector.v2.json610 "PathSegment": { object

12