Searched refs:m_StubMap (Results 1 – 2 of 2) sorted by relevance
81 return m_StubMap.numOfEntries(); in numOfStubs()88 StubMapType::iterator it = m_StubMap.find(key); in findStub()89 if (it != m_StubMap.end()) { in findStub()102 StubEntryType* entry = m_StubMap.insert(key, exist); in addStub()129 m_StubMap.insert(key, exist); in addStub()
168 StubMapType m_StubMap; variable