Home
last modified time | relevance | path

Searched refs:entries_to_process (Results 1 – 3 of 3) sorted by relevance

/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h45 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 …]
Dbinding_normalization.h108 …onst std::vector<ComponentStorageEntry, ArenaAllocator<ComponentStorageEntry>>& entries_to_process,
276 std::vector<ComponentStorageEntry, ArenaAllocator<ComponentStorageEntry>> entries_to_process; member
/external/google-fruit/src/
Dbinding_normalization.cpp41 …onst std::vector<ComponentStorageEntry, ArenaAllocator<ComponentStorageEntry>>& entries_to_process, in printLazyComponentInstallationLoop() argument
45 for (const ComponentStorageEntry& entry : entries_to_process) { in printLazyComponentInstallationLoop()