Home | History | Annotate | Download | only in processor

Lines Matching refs:RangeMap

30 // range_map_unittest.cc: Unit tests for RangeMap
49 using google_breakpad::RangeMap;
71 typedef RangeMap< AddressType, linked_ptr<CountedObject> > TestMap;
92 // sequence on the same RangeMap.
103 // test RangeMap. It returns true if the expected result occurred, and
125 // test RangeMap. If it retrieves the expected value (which can be no
412 // three stores because AddressType is signed for these tests, so RangeMap
471 // the RangeMap with data for the RetrieveRange test.
485 // stored in the RangeMap.
495 // The RangeMap's own count of objects should also match.
523 // Test that all stored objects are freed when the RangeMap is cleared