Searched refs:pop_front (Results 1 – 5 of 5) sorted by relevance
66 relocation_count_ = decoder_.pop_front(); in packed_reloc_iterator()67 reloc_.r_offset = decoder_.pop_front(); in packed_reloc_iterator()90 reloc_.r_offset += decoder_.pop_front(); in next()94 reloc_.r_info = decoder_.pop_front(); in next()100 reloc_.r_addend += decoder_.pop_front(); in next()111 group_size_ = decoder_.pop_front(); in read_group_fields()112 group_flags_ = decoder_.pop_front(); in read_group_fields()115 group_r_offset_delta_ = decoder_.pop_front(); in read_group_fields()119 reloc_.r_info = decoder_.pop_front(); in read_group_fields()129 reloc_.r_addend += decoder_.pop_front(); in read_group_fields()
30 size_t pop_front() { in pop_front() function
67 T* pop_front() { in pop_front() function
903 while ((si = visit_list.pop_front()) != nullptr) { in walk_dependencies_tree()1469 for (LoadTask::unique_ptr task(load_tasks.pop_front()); in find_libraries()1470 task.get() != nullptr; task.reset(load_tasks.pop_front())) { in find_libraries()1575 while ((si = depth_first_list.pop_front()) != nullptr) { in soinfo_unload()1584 while ((child = si->get_children().pop_front()) != nullptr) { in soinfo_unload()1631 while ((si = local_unload_list.pop_front()) != nullptr) { in soinfo_unload()1636 while ((si = external_unload_list.pop_front()) != nullptr) { in soinfo_unload()
106 ASSERT_STREQ("a", list.pop_front()); in TEST()108 ASSERT_STREQ("b", list.pop_front()); in TEST()110 ASSERT_STREQ("c", list.pop_front()); in TEST()112 ASSERT_TRUE(list.pop_front() == nullptr); in TEST()115 ASSERT_STREQ("r", list.pop_front()); in TEST()116 ASSERT_TRUE(list.pop_front() == nullptr); in TEST()130 ASSERT_STREQ("a", list.pop_front()); in TEST()132 ASSERT_STREQ("d", list.pop_front()); in TEST()133 ASSERT_TRUE(list.pop_front() == nullptr); in TEST()