Home
last modified time | relevance | path

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

/external/google-fruit/src/
Dbinding_normalization.cpp295 … [&fully_expanded_components_with_no_args](LazyComponentWithNoArgsSet& fully_expanded_components) { in normalizeBindingsWithUndoableBindingCompression() argument
296 fully_expanded_components_with_no_args = std::move(fully_expanded_components); in normalizeBindingsWithUndoableBindingCompression()
297 fully_expanded_components.clear(); in normalizeBindingsWithUndoableBindingCompression()
299 [&fully_expanded_components_with_args](LazyComponentWithArgsSet& fully_expanded_components) { in normalizeBindingsWithUndoableBindingCompression() argument
300 fully_expanded_components_with_args = std::move(fully_expanded_components); in normalizeBindingsWithUndoableBindingCompression()
301 fully_expanded_components.clear(); in normalizeBindingsWithUndoableBindingCompression()