Home
last modified time | relevance | path

Searched refs:RetrieveRangeAtIndex (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/processor/
Drange_map_unittest.cc281 if (!range_map->RetrieveRangeAtIndex(object_index, &object, &base, in RetrieveIndexTest()
322 if (range_map->RetrieveRangeAtIndex(object_count, &object, NULL /* base */, in RetrieveIndexTest()
352 if (!range_map->RetrieveRangeAtIndex(object_index, &object, &base, in RetriveAtIndexTest2()
Dstatic_range_map_unittest.cc319 ASSERT_TRUE(range_map->RetrieveRangeAtIndex(object_index, in RetrieveIndexTest()
345 ASSERT_FALSE(range_map->RetrieveRangeAtIndex( in RetrieveIndexTest()
Dstatic_range_map.h77 bool RetrieveRangeAtIndex(int index, const EntryType *&entry,
Dstatic_range_map-inl.h105 bool StaticRangeMap<AddressType, EntryType>::RetrieveRangeAtIndex( in RetrieveRangeAtIndex() function
Drange_map.h113 bool RetrieveRangeAtIndex(int index, EntryType *entry,
Dbasic_code_modules.cc125 if (!map_.RetrieveRangeAtIndex(sequence, &module, NULL /* base */, in GetModuleAtSequence()
Drange_map-inl.h247 bool RangeMap<AddressType, EntryType>::RetrieveRangeAtIndex( in RetrieveRangeAtIndex() function
Dminidump.cc2895 if (!range_map_->RetrieveRangeAtIndex(sequence, &module_index, in GetModuleAtSequence()
4012 if (!range_map_->RetrieveRangeAtIndex(sequence, &module_index, in GetModuleAtSequence()