Home
last modified time | relevance | path

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

/external/google-fruit/src/
Dbinding_normalization.cpp100 …const ComponentStorageEntry& replaced_component_entry, const ComponentStorageEntry& replacement_co… in printIncompatibleComponentReplacementsError() argument
105 switch (replaced_component_entry.kind) { in printIncompatibleComponentReplacementsError()
107 replaced_fun_address = replaced_component_entry.lazy_component_with_args.component->erased_fun; in printIncompatibleComponentReplacementsError()
111 replaced_fun_address = replaced_component_entry.lazy_component_with_no_args.erased_fun; in printIncompatibleComponentReplacementsError()
149 << " with signature " << std::string(replaced_component_entry.type_id) in printIncompatibleComponentReplacementsError()
157 << std::string(replaced_component_entry.type_id) in printIncompatibleComponentReplacementsError()
166 …const ComponentStorageEntry& replaced_component_entry, const ComponentStorageEntry& replacement_co… in printComponentReplacementFailedBecauseTargetAlreadyExpanded() argument
170 switch (replaced_component_entry.kind) { in printComponentReplacementFailedBecauseTargetAlreadyExpanded()
172 replaced_fun_address = replaced_component_entry.lazy_component_with_args.component->erased_fun; in printComponentReplacementFailedBecauseTargetAlreadyExpanded()
176 replaced_fun_address = replaced_component_entry.lazy_component_with_no_args.erased_fun; in printComponentReplacementFailedBecauseTargetAlreadyExpanded()
[all …]
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h336 ComponentStorageEntry replaced_component_entry = std::move(entry); in handleReplacedLazyComponentWithArgs() local
350 …printComponentReplacementFailedBecauseTargetAlreadyExpanded(replaced_component_entry, replacement_… in handleReplacedLazyComponentWithArgs()
356 replaced_component_entry.lazy_component_with_args); in handleReplacedLazyComponentWithArgs()
359 replaced_component_entry, in handleReplacedLazyComponentWithArgs()
366 context.component_with_args_replacements[replaced_component_entry.lazy_component_with_args]; in handleReplacedLazyComponentWithArgs()
368 …handlePreexistingLazyComponentWithArgsReplacement(replaced_component_entry, replacement_component_… in handleReplacedLazyComponentWithArgs()
382 ComponentStorageEntry replaced_component_entry = std::move(entry); in handleReplacedLazyComponentWithNoArgs() local
396 …printComponentReplacementFailedBecauseTargetAlreadyExpanded(replaced_component_entry, replacement_… in handleReplacedLazyComponentWithNoArgs()
402 replaced_component_entry.lazy_component_with_no_args); in handleReplacedLazyComponentWithNoArgs()
405 replaced_component_entry, in handleReplacedLazyComponentWithNoArgs()
[all …]
Dbinding_normalization.h166 … handlePreexistingLazyComponentWithArgsReplacement(ComponentStorageEntry& replaced_component_entry,
170 …andlePreexistingLazyComponentWithNoArgsReplacement(ComponentStorageEntry& replaced_component_entry,
359 … printIncompatibleComponentReplacementsError(const ComponentStorageEntry& replaced_component_entry,
364 …eplacementFailedBecauseTargetAlreadyExpanded(const ComponentStorageEntry& replaced_component_entry,