Home
last modified time | relevance | path

Searched refs:iMethod (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/test/SemaObjC/
Dsuper.m7 - iMethod; method
24 [super iMethod]; // expected-warning{{'A' may not respond to 'iMethod'}}
38 [ super.superClassMethod iMethod],
/external/clang/test/SemaObjC/
Dsuper.m7 - iMethod; method
24 [super iMethod]; // expected-warning{{'A' may not respond to 'iMethod'}}
38 [ super.superClassMethod iMethod],
/external/skqp/tools/bookmaker/
Dbookmaker.cpp377 void NameMap::setParams(Definition* bmhDef, Definition* iMethod) { in setParams() argument
384 fName = parentName + iMethod->fName; in setParams()
385 TextParser methParams(iMethod); in setParams()
386 for (auto& param : iMethod->fTokens) { in setParams()
Dbookmaker.h211 void setParams(Definition* bmhDef, Definition* iMethod);
DmdOut.cpp1525 Definition* iMethod = fIncludeParser.findMethod(*def); in markTypeOut() local
1526 if (iMethod) { in markTypeOut()
1527 fMethod = iMethod; in markTypeOut()
1529 paramMap.setParams(def, iMethod); in markTypeOut()
1670 Definition* iMethod = fIncludeParser.findMethod(*parent); in markTypeOut() local
1671 … if (!iMethod) { // deprecated or 'in progress' functions should not include populate in markTypeOut()
1676 SkASSERT(fMethod == iMethod); in markTypeOut()
1677 for (auto& entry : iMethod->fTokens) { in markTypeOut()
DincludeParser.cpp1833 const auto& iMethod = std::find_if(iTokens.begin(), iTokens.end(), in findMethod() local
1839 if (iTokens.end() != iMethod) { in findMethod()
1840 return &*iMethod; in findMethod()
/external/sqlite/dist/
Dshell.c5930 int iMethod = 0; /* Compression method for new entry */ in zipfileUpdate() local
5984 iMethod = sqlite3_value_int(apVal[8]); in zipfileUpdate()
5988 if( iMethod!=0 && iMethod!=8 ){ in zipfileUpdate()
5989 zipfileTableErr(pTab, "unknown compression method: %d", iMethod); in zipfileUpdate()
5992 if( bAuto || iMethod ){ in zipfileUpdate()
5996 if( iMethod || nCmp<nIn ){ in zipfileUpdate()
5997 iMethod = 8; in zipfileUpdate()
6070 pNew->cds.iCompression = (u16)iMethod; in zipfileUpdate()
6333 int iMethod = -1; /* Compression method to use (0 or 8) */ in zipfileStep() local
6380 iMethod = (int)sqlite3_value_int64(pMethod); in zipfileStep()
[all …]
/external/sqlite/dist/orig/
Dshell.c5925 int iMethod = 0; /* Compression method for new entry */ in zipfileUpdate() local
5979 iMethod = sqlite3_value_int(apVal[8]); in zipfileUpdate()
5983 if( iMethod!=0 && iMethod!=8 ){ in zipfileUpdate()
5984 zipfileTableErr(pTab, "unknown compression method: %d", iMethod); in zipfileUpdate()
5987 if( bAuto || iMethod ){ in zipfileUpdate()
5991 if( iMethod || nCmp<nIn ){ in zipfileUpdate()
5992 iMethod = 8; in zipfileUpdate()
6065 pNew->cds.iCompression = (u16)iMethod; in zipfileUpdate()
6328 int iMethod = -1; /* Compression method to use (0 or 8) */ in zipfileStep() local
6375 iMethod = (int)sqlite3_value_int64(pMethod); in zipfileStep()
[all …]