Searched refs:entries_to_process (Results 1 – 3 of 3) sorted by relevance
43 entries_to_process(toplevel_entries.begin(), toplevel_entries.end(), in BindingNormalizationContext()91 while (!context.entries_to_process.empty()) { in normalizeBindings()92 switch (context.entries_to_process.back().kind) { // LCOV_EXCL_BR_LINE in normalizeBindings()145 …std::cerr << "Unexpected kind: " << (std::size_t)context.entries_to_process.back().kind << std::en… in normalizeBindings()160 ComponentStorageEntry entry = context.entries_to_process.back(); in handleBindingForConstructedObject()163 context.entries_to_process.pop_back(); in handleBindingForConstructedObject()200 ComponentStorageEntry entry = context.entries_to_process.back(); in handleBindingForObjectToConstructThatNeedsAllocation()202 context.entries_to_process.pop_back(); in handleBindingForObjectToConstructThatNeedsAllocation()234 ComponentStorageEntry entry = context.entries_to_process.back(); in handleBindingForObjectToConstructThatNeedsNoAllocation()236 context.entries_to_process.pop_back(); in handleBindingForObjectToConstructThatNeedsNoAllocation()[all …]
108 …onst std::vector<ComponentStorageEntry, ArenaAllocator<ComponentStorageEntry>>& entries_to_process,276 std::vector<ComponentStorageEntry, ArenaAllocator<ComponentStorageEntry>> entries_to_process; member
39 …onst std::vector<ComponentStorageEntry, ArenaAllocator<ComponentStorageEntry>>& entries_to_process, in printLazyComponentInstallationLoop() argument43 for (const ComponentStorageEntry& entry : entries_to_process) { in printLazyComponentInstallationLoop()