Searched refs:ExpectedType (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/json_schema/
H A Djson_schema_validator.cc49 struct ExpectedType { struct in namespace:__anon6563
55 bool CompareToString(const ExpectedType& entry, const std::string& key) {
76 static const ExpectedType kExpectedTypes[] = {
161 const ExpectedType* end = kExpectedTypes + arraysize(kExpectedTypes);
162 const ExpectedType* entry = std::lower_bound(
/external/llvm/unittests/IR/
H A DValueMapTest.cpp117 template<typename ExpectedType, typename VarType>
119 static_assert(std::is_same<ExpectedType, VarType>::value,
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscgats.c2715 int CMSEXPORT cmsIT8SetTableByLabel(cmsHANDLE hIT8, const char* cSet, const char* cField, const char* ExpectedType) argument
2735 if (ExpectedType != NULL && *ExpectedType == 0)
2736 ExpectedType = NULL;
2738 if (ExpectedType) {
2740 if (cmsstrcasecmp(Type, ExpectedType) != 0) return -1;
/external/clang/include/clang/Sema/
H A DAttributeList.h838 ExpectedType, enumerator in enum:clang::AttributeDeclKind
/external/clang/lib/Sema/
H A DSemaLookup.cpp740 QualType ExpectedType local
746 if (R.getSema().DeduceTemplateArguments(ConvTemplate, nullptr, ExpectedType,
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2.h1845 CMSAPI int CMSEXPORT cmsIT8SetTableByLabel(cmsHANDLE hIT8, const char* cSet, const char* cField, const char* ExpectedType);

Completed in 262 milliseconds