HomeSort by relevance Sort by last modified time
    Searched refs:ValidateType (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/slang/
slang_rs_check_ast.cpp 158 if (!RSExportType::ValidateType(Context, C, resultType, FD,
167 if (!RSExportType::ValidateType(Context, C, QT, PVD, PVD->getLocStart(),
263 !RSExportType::ValidateType(Context, C, E->getType(), NULL, E->getExprLoc(),
slang_rs_export_type.h 237 static bool ValidateType(slang::RSContext *Context, clang::ASTContext &C,
slang_rs_export_type.cpp 430 // Helper function for ValidateType(). We do a recursive descent on the
645 bool RSExportType::ValidateType(slang::RSContext *Context, clang::ASTContext &C,
661 return ValidateType(Context, VD->getASTContext(), VD->getType(), VD,
    [all...]
  /external/chromium_org/components/json_schema/
json_schema_validator.h 228 bool ValidateType(const base::Value* instance,
json_schema_validator.cc 494 if (!ValidateType(instance, type, path))
497 // These casts are safe because of checks in ValidateType().
811 bool JSONSchemaValidator::ValidateType(const base::Value* instance,

Completed in 364 milliseconds