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

  /frameworks/compile/mclinker/lib/LD/
EhFrameHdr.cpp 101 SearchTableType::const_iterator entry, entry_end = search_table.end(); local
103 for (entry = search_table.begin(); entry != entry_end; ++entry) {
GarbageCollection.cpp 301 SectionVecTy::iterator entry_it, entry_end = pEntry.end(); local
302 for (entry_it = pEntry.begin(); entry_it != entry_end; ++entry_it) {
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
ebdt_table.cc 220 entry_end = loca_map->end();
221 entry != entry_end; entry++) {
  /external/sfntly/cpp/src/sfntly/table/bitmap/
ebdt_table.cc 220 entry_end = loca_map->end();
221 entry != entry_end; entry++) {
  /external/chromium_org/base/win/
registry.cc 342 const wchar_t* entry_end = std::find(entry, buffer_end, L'\0'); local
343 values->push_back(std::wstring(entry, entry_end));
344 entry = entry_end + 1;
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 647 base::string16::size_type entry_end; local
648 omnibox_view_->GetSelectionBounds(&entry_start, &entry_end);
650 state->selection_end = entry_end;
    [all...]

Completed in 539 milliseconds