Home
last modified time | relevance | path

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

/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h625 auto i_binding_data = binding_data_map.find(i_id); in performBindingCompression() local
627 FruitAssert(i_binding_data != binding_data_map.end()); in performBindingCompression()
631 FruitAssert(i_binding_data->second.kind == in performBindingCompression()
633 undo_info.i_binding = i_binding_data->second.binding_for_object_to_construct; in performBindingCompression()
643 i_binding_data->second.kind = c_binding_data->second.kind; in performBindingCompression()
644i_binding_data->second.binding_for_object_to_construct.create = entry.second.create_i_with_compres… in performBindingCompression()
645 i_binding_data->second.binding_for_object_to_construct.deps = in performBindingCompression()
648 i_binding_data->second.binding_for_object_to_construct.is_nonconst |= in performBindingCompression()