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

  /external/google-fruit/include/fruit/impl/component_storage/
component_storage_entry.h 52 LAZY_COMPONENT_WITH_NO_ARGS,
312 // Valid iff kind is LAZY_COMPONENT_WITH_NO_ARGS, REPLACED_LAZY_COMPONENT_WITH_NO_ARGS or
314 LazyComponentWithNoArgs lazy_component_with_no_args; member in union:fruit::impl::ComponentStorageEntry::__anon22826
component_storage_entry.defn.h 179 result.kind = ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_NO_ARGS;
181 result.lazy_component_with_no_args.erased_fun = reinterpret_cast<erased_fun_t>(fun);
182 result.lazy_component_with_no_args.add_bindings_fun = LazyComponentWithNoArgs::addBindings<Component>;
199 result.lazy_component_with_no_args.erased_fun = reinterpret_cast<erased_fun_t>(fun);
200 result.lazy_component_with_no_args.add_bindings_fun = LazyComponentWithNoArgs::addBindings<Component>;
211 result.lazy_component_with_no_args.erased_fun = reinterpret_cast<erased_fun_t>(fun);
212 result.lazy_component_with_no_args.add_bindings_fun = LazyComponentWithNoArgs::addBindings<Component>;
  /external/google-fruit/src/
binding_normalization.cpp 58 last_entry.kind == ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_NO_ARGS &&
59 entry.lazy_component_with_no_args.erased_fun == last_entry.lazy_component_with_no_args.erased_fun) {
75 case ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_NO_ARGS:
111 replaced_fun_address = replaced_component_entry.lazy_component_with_no_args.erased_fun;
125 replacement_fun_address1 = replacement_component_entry1.lazy_component_with_no_args.erased_fun;
139 replacement_fun_address2 = replacement_component_entry2.lazy_component_with_no_args.erased_fun;
176 replaced_fun_address = replaced_component_entry.lazy_component_with_no_args.erased_fun;
190 replacement_fun_address1 = replacement_component_entry.lazy_component_with_no_args.erased_fun;
458 preexisting_replacement.lazy_component_with_no_args.erased_fun !
    [all...]
  /external/google-fruit/include/fruit/impl/normalized_component_storage/
binding_normalization.templates.h 141 case ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_NO_ARGS:
315 context.components_with_no_args_with_expansion_in_progress.erase(entry.lazy_component_with_no_args);
316 context.fully_expanded_components_with_no_args.insert(std::move(entry.lazy_component_with_no_args));
392 if (context.components_with_no_args_with_expansion_in_progress.count(entry.lazy_component_with_no_args) != 0 ||
393 context.fully_expanded_components_with_no_args.count(entry.lazy_component_with_no_args) != 0 ||
395 entry.lazy_component_with_no_args)) {
402 replaced_component_entry.lazy_component_with_no_args);
412 context.component_with_no_args_replacements[replaced_component_entry.lazy_component_with_no_args];
440 entry.kind = ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_NO_ARGS;
442 entry.lazy_component_with_no_args = replacement.lazy_component_with_no_args
    [all...]
  /external/google-fruit/include/fruit/impl/injector/
injector_storage.defn.h 59 FruitAssert(itr->kind != ComponentStorageEntry::Kind::LAZY_COMPONENT_WITH_NO_ARGS);
    [all...]

Completed in 1580 milliseconds