Searched refs:docList (Results 1 – 2 of 2) sorted by relevance
1710 docList.push_back(doc1); in TEST()1711 docList.push_back(doc2); in TEST()1715 yout << docList; in TEST()1778 std::vector<MyDouble> docList; in TEST() local1781 yin >> docList; in TEST()1783 EXPECT_EQ(docList.size(), 2UL); in TEST()1798 std::vector<MyDouble> docList; in TEST() local1799 docList.push_back(a); in TEST()1800 docList.push_back(b); in TEST()1804 yout << docList; in TEST()[all …]
991 void dumpMyMapDoc(const MyDocListType &docList) {993 yout << docList;