Home
last modified time | relevance | path

Searched defs:max_matches (Results 1 – 16 of 16) sorted by relevance

/external/lldb/include/lldb/Core/
DRegularExpression.h41 Match (uint32_t max_matches) : in Match()
/external/lldb/source/Plugins/SymbolFile/Symtab/
DSymbolFileSymtab.cpp330 …ing &name, const ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, VariableLi… in FindGlobalVariables()
336 …:FindGlobalVariables(const RegularExpression& regex, bool append, uint32_t max_matches, VariableLi… in FindGlobalVariables()
388 uint32_t max_matches, in FindTypes()
/external/lldb/source/Symbol/
DSymbolVendor.cpp281 …ring &name, const ClangNamespaceDecl *namespace_decl, bool append, size_t max_matches, VariableLis… in FindGlobalVariables()
294 SymbolVendor::FindGlobalVariables (const RegularExpression& regex, bool append, size_t max_matches,… in FindGlobalVariables()
334 …ring &name, const ClangNamespaceDecl *namespace_decl, bool append, size_t max_matches, TypeList& t… in FindTypes()
/external/lldb/source/Interpreter/
DCommandObjectRegexCommand.cpp33 uint32_t max_matches, in CommandObjectRegexCommand()
/external/lldb/source/Core/
DModule.cpp543 size_t max_matches, in FindGlobalVariables()
555 size_t max_matches, in FindGlobalVariables()
760 size_t max_matches, in FindTypes_Impl()
777 size_t max_matches, in FindTypesInNamespace()
801 size_t max_matches, in FindTypes()
DModuleList.cpp481 size_t max_matches, in FindGlobalVariables()
498 size_t max_matches, in FindGlobalVariables()
609 …ontext& sc, const ConstString &name, bool name_is_fully_qualified, size_t max_matches, TypeList& t… in FindTypes()
/external/chromium_org/chrome/browser/history/
Din_memory_url_index.cc167 size_t max_matches) { in HistoryItemsForTerms()
Durl_index_private_data.cc152 size_t max_matches, in HistoryItemsForTerms()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp870 uint32_t max_matches, in PrivateFindGlobalVariables()
895 …ing &name, const ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, VariableLi… in FindGlobalVariables()
938 …FindGlobalVariables (const RegularExpression& regex, bool append, uint32_t max_matches, VariableLi… in FindGlobalVariables()
1235 uint32_t max_matches, in FindTypes()
DSymbolFileDWARF.cpp3084 …st lldb_private::ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, VariableLi… in FindGlobalVariables()
3207 …:FindGlobalVariables(const RegularExpression& regex, bool append, uint32_t max_matches, VariableLi… in FindGlobalVariables()
3897 uint32_t max_matches, in FindTypes()
4110 SymbolFileDWARF::FindTypes(std::vector<dw_offset_t> die_offsets, uint32_t max_matches, TypeList& ty… in FindTypes()
/external/lldb/source/Expression/
DClangASTSource.cpp736 uint32_t max_matches = 1; in FindExternalVisibleDecls() local
1164 uint32_t max_matches = 1; in FindObjCMethodDecls() local
1335 uint32_t max_matches = 1; in FindObjCPropertyAndIvarDecls() local
/external/lldb/source/Target/
DObjCLanguageRuntime.cpp118 const uint32_t max_matches = UINT32_MAX; in LookupInCompleteClassCache() local
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.cpp588 uint32_t max_matches, in FindTypes()
/external/lldb/source/API/
DSBModule.cpp457 SBModule::FindGlobalVariables (SBTarget &target, const char *name, uint32_t max_matches) in FindGlobalVariables()
DSBTarget.cpp2243 SBTarget::FindGlobalVariables (const char *name, uint32_t max_matches) in FindGlobalVariables()
/external/chromium_org/chrome/browser/autocomplete/
Dhistory_url_provider_unittest.cc1007 int max_matches; in TEST_F() local