Home
last modified time | relevance | path

Searched refs:type_count (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/
Dshell_dialogs_mac.mm313 size_t type_count = file_types->extensions.size();
314 for (size_t type = 0; type<type_count; ++type) {
/external/llvm/include/llvm/
DDebugInfo.h795 unsigned type_count() const { return TYs.size(); } in type_count() function