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.h43 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 …]
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.cpp39 …onst std::vector<ComponentStorageEntry, ArenaAllocator<ComponentStorageEntry>>& entries_to_process, in printLazyComponentInstallationLoop() argument
43 for (const ComponentStorageEntry& entry : entries_to_process) { in printLazyComponentInstallationLoop()