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

  /external/google-breakpad/src/common/windows/
dia_util.cc 76 CComPtr<IDiaTable> temp_table; local
78 while (SUCCEEDED(enum_tables->Next(1, &temp_table, &fetched)) &&
81 if (SUCCEEDED(temp_table->QueryInterface(iid, &temp))) {
85 temp_table.Release();
  /external/wpa_supplicant_8/src/utils/
eloop.c 175 struct eloop_sock *temp_table; local
217 temp_table = os_realloc_array(eloop.epoll_table, next,
219 if (temp_table == NULL)
223 eloop.epoll_table = temp_table;
  /art/patchoat/
patchoat.cc 466 InternTable temp_table; local
470 temp_table.ReadFromMemory(image_->Begin() + section.Offset());
472 temp_table.VisitRoots(&visitor, kVisitRootFlagAllRoots);
    [all...]
  /art/compiler/
image_writer.cc 1099 InternTable temp_table; local
    [all...]

Completed in 108 milliseconds