Searched refs:entries_to_process (Results 1 – 3 of 3) sorted by relevance
45 entries_to_process(toplevel_entries.begin(), toplevel_entries.end(), in BindingNormalizationContext()93 while (!context.entries_to_process.empty()) { in normalizeBindings()94 switch (context.entries_to_process.back().kind) { // LCOV_EXCL_BR_LINE in normalizeBindings()147 …std::cerr << "Unexpected kind: " << (std::size_t)context.entries_to_process.back().kind << std::en… in normalizeBindings()162 ComponentStorageEntry entry = context.entries_to_process.back(); in handleBindingForConstructedObject()165 context.entries_to_process.pop_back(); in handleBindingForConstructedObject()202 ComponentStorageEntry entry = context.entries_to_process.back(); in handleBindingForObjectToConstructThatNeedsAllocation()204 context.entries_to_process.pop_back(); in handleBindingForObjectToConstructThatNeedsAllocation()236 ComponentStorageEntry entry = context.entries_to_process.back(); in handleBindingForObjectToConstructThatNeedsNoAllocation()238 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
41 …onst std::vector<ComponentStorageEntry, ArenaAllocator<ComponentStorageEntry>>& entries_to_process, in printLazyComponentInstallationLoop() argument45 for (const ComponentStorageEntry& entry : entries_to_process) { in printLazyComponentInstallationLoop()