Searched defs:getNumberOfMethods (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp259 Func_GetNumberOfMethods getNumberOfMethods = (Func_GetNumberOfMethods)lib.Lib.GetProc("GetNumberOfMethods"); local
260 if (getNumberOfMethods)
262 RINOK(getNumberOfMethods(&numMethods));
/external/r8/src/main/java/com/android/tools/r8/dex/
H A DVirtualFile.java174 return isFull(transaction.getNumberOfMethods(), transaction.getNumberOfFields(), MAX_ENTRIES);
179 transaction.getNumberOfMethods(),
506 public int getNumberOfMethods() { method in class:VirtualFile.VirtualFileIndexedItemCollection
611 int getNumberOfMethods() { method in class:VirtualFile.IndexedItemTransaction
612 return methods.size() + base.getNumberOfMethods();

Completed in 88 milliseconds