HomeSort by relevance Sort by last modified time
    Searched refs:BindingForObjectToConstruct (Results 1 - 5 of 5) sorted by null

  /external/google-fruit/include/fruit/impl/normalized_component_storage/
normalized_bindings.h 33 ComponentStorageEntry::BindingForObjectToConstruct::create_t create;
normalized_component_storage.h 49 ComponentStorageEntry::BindingForObjectToConstruct i_binding;
50 ComponentStorageEntry::BindingForObjectToConstruct c_binding;
binding_normalization.h 124 ComponentStorageEntry::BindingForObjectToConstruct::create_t create_i_with_compression;
227 * ComponentStorageEntry::BindingForObjectToConstruct::create_t operator()(NormalizedBindingItr)
  /external/google-fruit/include/fruit/impl/component_storage/
component_storage_entry.h 101 struct BindingForObjectToConstruct {
164 // The BindingData for C is BindingForObjectToConstruct(
166 // BindingForObjectToConstruct(createC, deps, needs_allocation), we can remove the binding for I and C and replace
168 // with just a binding for I, with BindingForObjectToConstruct(create, deps, needs_allocation).
171 using create_t = BindingForObjectToConstruct::create_t;
298 BindingForObjectToConstruct binding_for_object_to_construct;
  /external/google-fruit/include/fruit/impl/injector/
injector_storage.defn.h 377 ComponentStorageEntry::BindingForObjectToConstruct& binding = result.binding_for_object_to_construct;
396 ComponentStorageEntry::BindingForObjectToConstruct& binding = result.binding_for_object_to_construct;
621 ComponentStorageEntry::BindingForObjectToConstruct& binding = result.binding_for_object_to_construct;
    [all...]

Completed in 494 milliseconds