Searched refs:StoreSearch (Results 1 – 18 of 18) sorted by relevance
15 class StoreSearch : public RefCountable19 StoreSearch() {} in StoreSearch() function21 StoreSearch(StoreSearch const &); /* no implementation - trigger link failures */22 virtual ~StoreSearch() {} in ~StoreSearch()43 typedef RefCount<StoreSearch> StoreSearchPointer;
459 StoreSearch.h \
307 StoreMetaVary.cc StoreMetaVary.h StoreSearch.h StoreStats.cc \
20 class LocalSearch : public StoreSearch43 StoreSearch *
15 StoreSearch *NewLocalSearch();
31 class StoreSearch; variable
131 StoreSearch *search();
204 StoreSearch *
20 class StoreSearchUFS : public StoreSearch
76 virtual StoreSearch *search();
77 StoreSearch *
111 StoreSearch *Store::Controller::search() STUB_RETVAL(NULL)
91 case Command::StoreSearch: in operator <<()187 … case_label(Search) case_label(SearchResult) case_label(StoreSearch) in toJson()265 … SearchResultResponse) case_commandlabel(StoreSearch, StoreSearchCommand, StoreSearchResponse) in toJson()388 registerType<Command::StoreSearch, StoreSearchCommand, StoreSearchResponse>(); in FactoryPrivate()
95 StoreSearch, enumerator
147 if (response->isResponse() && response->type() == Protocol::Command::StoreSearch) { in doHandleResponse()
67 MAKE_CMD_ROW(Protocol::Command::StoreSearch, SearchCreateHandler) in addAuthCommands()
115 case Protocol::Command::StoreSearch: in findHandlerForCommandAuthenticated()
65 QTest::newRow("storeSearch cmd") << Command::StoreSearch << false << true; in testFactory_data()66 QTest::newRow("storeSearch resp") << Command::StoreSearch << true << true; in testFactory_data()