Searched refs:ResultList (Results 1 – 12 of 12) sorted by relevance
70 typedef std::vector< ResultListEntry* > ResultList; typedef81 ResultList m_aResults;102 ResultList::const_iterator it = m_aResults.begin(); in ~DataSupplier_Impl()103 ResultList::const_iterator end = m_aResults.end(); in ~DataSupplier_Impl()
68 typedef std::vector< ResultListEntry* > ResultList; typedef79 ResultList m_aResults;103 ResultList::const_iterator it = m_aResults.begin(); in ~DataSupplier_Impl()104 ResultList::const_iterator end = m_aResults.end(); in ~DataSupplier_Impl()
76 typedef std::vector< ResultListEntry* > ResultList; typedef87 ResultList m_aResults;108 ResultList::const_iterator it = m_aResults.begin(); in ~DataSupplier_Impl()109 ResultList::const_iterator end = m_aResults.end(); in ~DataSupplier_Impl()
93 typedef std::vector< ResultListEntry* > ResultList; typedef104 ResultList m_aResults;123 ResultList::const_iterator it = m_aResults.begin(); in ~DataSupplier_Impl()124 ResultList::const_iterator end = m_aResults.end(); in ~DataSupplier_Impl()
73 typedef std::vector< ResultListEntry* > ResultList; typedef84 ResultList m_aResults;106 ResultList::const_iterator it = m_aResults.begin(); in ~DataSupplier_Impl()107 ResultList::const_iterator end = m_aResults.end(); in ~DataSupplier_Impl()
69 typedef std::vector< ResultListEntry* > ResultList; typedef80 ResultList m_aResults;102 ResultList::const_iterator it = m_aResults.begin(); in ~DataSupplier_Impl()103 ResultList::const_iterator end = m_aResults.end(); in ~DataSupplier_Impl()
102 typedef std::vector< ResultListEntry* > ResultList; typedef113 ResultList m_aResults;127 ResultList::const_iterator it = m_aResults.begin(); in ~DataSupplier_Impl()128 ResultList::const_iterator end = m_aResults.end(); in ~DataSupplier_Impl()
74 typedef std::vector< ResultListEntry* > ResultList; typedef85 ResultList m_aResults;104 ResultList::const_iterator it = m_aResults.begin(); in ~DataSupplier_Impl()105 ResultList::const_iterator end = m_aResults.end(); in ~DataSupplier_Impl()
44 typedef std::vector< ResultListEntry* > ResultList; typedef95 ResultList::const_iterator it = maResults.begin(); in ~DataSupplier()96 ResultList::const_iterator end = maResults.end(); in ~DataSupplier()
55 typedef std::vector< ResultListEntry* > ResultList; typedef65 ResultList maResults;
650 String[] ResultList = new String[MainList.length + 1]; in combineListboxList() local651 System.arraycopy(FirstList, 0, ResultList, 0, 1); in combineListboxList()652 System.arraycopy(MainList, 0, ResultList, 1, MainList.length); in combineListboxList()653 return ResultList; in combineListboxList()
85 typedef ::std::vector< ResultListEntry > ResultList; typedef93 ResultList m_aResults;
Completed in 46 milliseconds