Searched defs:Validator (Results 1 – 6 of 6) sorted by relevance
308 struct Validator { in computeType() struct309 Validator(const SkRRect* r) : fR(r) {} in computeType() argument310 ~Validator() { SkDEBUGCODE(fR->validate();) } in computeType()311 const SkRRect* fR; in computeType()
27 public interface Validator { interface
45 class Validator(object): class
1251 Regex Validator("^[a-zA-Z0-9_-]*$"); in ValidateCheckPrefix() local
923 auto Validator = llvm::make_unique<CastExpressionIdValidator>( in ParseCastExpression() local
1299 auto Validator = llvm::make_unique<DeclFilterCCC<ObjCIvarDecl>>(); in LookupMemberExpr() local