Home
last modified time | relevance | path

Searched refs:GetValuePtr (Results 1 – 7 of 7) sorted by relevance

/external/google-breakpad/src/processor/
Dmodule_comparer.cc99 string tmp(iter2.GetValuePtr()); in CompareModule()
117 ASSERT_TRUE(iter1->second.base() == iter2.GetValuePtr()->base()); in CompareModule()
119 iter1->second.entry().get(), iter2.GetValuePtr()->entryptr())); in CompareModule()
137 iter1->second.get(), iter2.GetValuePtr())); in CompareModule()
160 ASSERT_TRUE(iter1->second.base() == iter2.GetValuePtr()->base()); in CompareModule()
161 string tmp(iter2.GetValuePtr()->entryptr()); in CompareModule()
179 string tmp(iter2.GetValuePtr()); in CompareModule()
207 ASSERT_TRUE(iter1->second.base() == iter2.GetValuePtr()->base()); in CompareFunction()
209 iter2.GetValuePtr()->entryptr())); in CompareFunction()
289 reinterpret_cast<const char*>(iter2.GetValuePtr())); in CompareCRM()
Dstatic_range_map-inl.h58 const Range *range = iterator.GetValuePtr(); in RetrieveRange()
94 const Range *range = iterator.GetValuePtr(); in RetrieveNearestRange()
116 const Range *range = iterator.GetValuePtr(); in RetrieveRangeAtIndex()
Dstatic_map_unittest.cc196 ASSERT_EQ(*(iter_test.GetValuePtr()), iter_std->second); in IteratorTester()
209 ASSERT_EQ(*(iter_test.GetValuePtr()), iter_std->second); in IteratorTester()
220 ASSERT_EQ(*(iter_test.GetValuePtr()), iter_std->second); in IteratorTester()
236 ASSERT_EQ(*(iter_test.GetValuePtr()), iter_std->second); in CompareLookupResult()
Dstatic_address_map-inl.h61 entry = iterator.GetValuePtr(); in Retrieve()
Dfast_source_line_resolver.cc96 files_.find(line->source_file_id).GetValuePtr(); in LookupAddress()
268 ParseCFIRuleSet(delta.GetValuePtr(), rules.get()); in FindCFIFrameInfo()
Dstatic_contained_range_map-inl.h74 reinterpret_cast<const char*>(iterator.GetValuePtr()); in RetrieveRange()
Dstatic_map_iterator.h74 inline const Value* GetValuePtr() const { in GetValuePtr() function