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

  /external/chromium_org/components/json_schema/
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,
  /frameworks/compile/slang/
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...]

Completed in 51 milliseconds