HomeSort by relevance Sort by last modified time
    Searched refs:GetValuePtr (Results 1 - 8 of 8) sorted by null

  /external/google-breakpad/src/processor/
static_address_map-inl.h 61 entry = iterator.GetValuePtr();
static_range_map-inl.h 58 const Range *range = iterator.GetValuePtr();
94 const Range *range = iterator.GetValuePtr();
116 const Range *range = iterator.GetValuePtr();
static_contained_range_map-inl.h 74 reinterpret_cast<const char*>(iterator.GetValuePtr());
static_map_iterator.h 33 // use GetKeyPtr(), GetKey(), GetValuePtr() interfaces to retrieve data or
50 // User should use GetKey(), GetKeyPtr(), GetValuePtr() instead;
74 inline const Value* GetValuePtr() const {
module_comparer.cc 99 string tmp(iter2.GetValuePtr());
117 ASSERT_TRUE(iter1->second.base() == iter2.GetValuePtr()->base());
119 iter1->second.entry().get(), iter2.GetValuePtr()->entryptr()));
137 iter1->second.get(), iter2.GetValuePtr()));
160 ASSERT_TRUE(iter1->second.base() == iter2.GetValuePtr()->base());
161 string tmp(iter2.GetValuePtr()->entryptr());
179 string tmp(iter2.GetValuePtr());
207 ASSERT_TRUE(iter1->second.base() == iter2.GetValuePtr()->base());
209 iter2.GetValuePtr()->entryptr()));
289 reinterpret_cast<const char*>(iter2.GetValuePtr()));
    [all...]
static_map_unittest.cc 196 ASSERT_EQ(*(iter_test.GetValuePtr()), iter_std->second);
209 ASSERT_EQ(*(iter_test.GetValuePtr()), iter_std->second);
220 ASSERT_EQ(*(iter_test.GetValuePtr()), iter_std->second);
236 ASSERT_EQ(*(iter_test.GetValuePtr()), iter_std->second);
fast_source_line_resolver.cc 96 files_.find(line->source_file_id).GetValuePtr();
268 ParseCFIRuleSet(delta.GetValuePtr(), rules.get());
  /art/libartbase/base/
variant_map.h 222 return GetValuePtr(key);
229 return GetValuePtr(key);
286 // Clone the value first, to protect against &value == GetValuePtr(key).
433 TValue* GetValuePtr(const TKey<TValue>& key) {
438 const TValue* GetValuePtr(const TKey<TValue>& key) const {

Completed in 343 milliseconds