HomeSort by relevance Sort by last modified time
    Searched refs:GetIterator (Results 1 - 25 of 56) sorted by null

1 2 3

  /art/runtime/
dex_method_iterator.h 70 while (GetIterator().HasNextStaticField()) {
71 GetIterator().Next();
73 while (GetIterator().HasNextInstanceField()) {
74 GetIterator().Next();
78 if (direct_method_ && GetIterator().HasNextDirectMethod()) {
84 if (GetIterator().HasNextVirtualMethod()) {
90 DCHECK(!GetIterator().HasNext());
102 GetIterator().Next();
113 return GetIterator().GetMemberIndex();
119 return GetIterator().GetMethodInvokeType(*class_def_)
    [all...]
  /external/chromium_org/content/public/browser/
browser_child_process_host_iterator.cc 17 iterator_ = BrowserChildProcessHostImpl::GetIterator()->begin();
27 iterator_ = BrowserChildProcessHostImpl::GetIterator()->begin();
52 return iterator_ == BrowserChildProcessHostImpl::GetIterator()->end();
  /external/chromium_org/chrome/browser/chromeos/drive/
remove_stale_cache_files.cc 17 scoped_ptr<ResourceMetadata::Iterator> it = resource_metadata->GetIterator();
resource_metadata.h 97 scoped_ptr<Iterator> GetIterator();
resource_metadata_storage.h 121 scoped_ptr<Iterator> GetIterator();
debug_info_collector.cc 21 scoped_ptr<internal::ResourceMetadata::Iterator> it = metadata->GetIterator();
  /external/chromium_org/base/
callback_list.h 177 Iterator GetIterator() {
221 this->GetIterator();
242 this->GetIterator();
264 this->GetIterator();
287 this->GetIterator();
311 this->GetIterator();
336 this->GetIterator();
364 this->GetIterator();
393 this->GetIterator();
  /external/chromium_org/content/browser/
browser_child_process_host_impl.h 93 static BrowserChildProcessList* GetIterator();
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format1.h 48 CALLER_ATTACH virtual BitmapGlyphInfoIterator* GetIterator();
index_sub_table_format2.h 48 CALLER_ATTACH virtual BitmapGlyphInfoIterator* GetIterator();
index_sub_table_format3.h 47 CALLER_ATTACH virtual BitmapGlyphInfoIterator* GetIterator();
index_sub_table_format4.h 73 CALLER_ATTACH virtual BitmapGlyphInfoIterator* GetIterator();
index_sub_table_format5.h 47 CALLER_ATTACH virtual BitmapGlyphInfoIterator* GetIterator();
bitmap_size_table.cc 367 BitmapSizeTable::Builder::GetIterator() {
376 it.Attach(GetIterator());
486 sub_table_glyph_info_iter_.Attach((*sub_table_iter_)->GetIterator());
494 sub_table_glyph_info_iter_.Attach((*sub_table_iter_)->GetIterator());
bitmap_size_table.h 106 CALLER_ATTACH BitmapGlyphInfoIterator* GetIterator();
index_sub_table.h 81 GetIterator() = 0;
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format1.h 48 CALLER_ATTACH virtual BitmapGlyphInfoIterator* GetIterator();
index_sub_table_format2.h 48 CALLER_ATTACH virtual BitmapGlyphInfoIterator* GetIterator();
index_sub_table_format3.h 47 CALLER_ATTACH virtual BitmapGlyphInfoIterator* GetIterator();
index_sub_table_format4.h 73 CALLER_ATTACH virtual BitmapGlyphInfoIterator* GetIterator();
index_sub_table_format5.h 47 CALLER_ATTACH virtual BitmapGlyphInfoIterator* GetIterator();
bitmap_size_table.cc 367 BitmapSizeTable::Builder::GetIterator() {
376 it.Attach(GetIterator());
486 sub_table_glyph_info_iter_.Attach((*sub_table_iter_)->GetIterator());
494 sub_table_glyph_info_iter_.Attach((*sub_table_iter_)->GetIterator());
bitmap_size_table.h 106 CALLER_ATTACH BitmapGlyphInfoIterator* GetIterator();
index_sub_table.h 81 GetIterator() = 0;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_ap.cpp 76 if (IFX_Edit_Iterator* pIterator = pEdit->GetIterator())
199 if (IFX_Edit_Iterator* pIterator = pEdit->GetIterator())

Completed in 1238 milliseconds

1 2 3