Searched refs:mapsInfo (Results 1 – 1 of 1) sorted by relevance
42 MapsInfo mapsInfo; variable44 mapsInfo.GetMaps(0, mapsItems);46 mapsInfo.GetMaps(-1, mapsItems);49 mapsInfo.GetMaps(1, mapsItems);57 MapsInfo mapsInfo; variable58 ASSERT_FALSE(mapsInfo.IsCached(1));59 mapsInfo.CachePid(1);60 ASSERT_TRUE(mapsInfo.IsCached(1));61 mapsInfo.RemovePid(1);62 ASSERT_FALSE(mapsInfo.IsCached(1));[all …]