Home
last modified time | relevance | path

Searched defs:StringPart (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/feature_support_util/
Dfeature_support_util.cpp129 class StringPart class
133 explicit StringPart(const std::string part) : mPart(part), mWildcard(false) {} in StringPart() function in angle::StringPart
/third_party/rust/rust/compiler/rustc_errors/src/
Ddiagnostic.rs201 pub enum StringPart { enum
206 impl StringPart { impl