Home
last modified time | relevance | path

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

/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.h65 COMPONENT_WITH_ARGS_END_MARKER, enumerator
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h125 case ComponentStorageEntry::Kind::COMPONENT_WITH_ARGS_END_MARKER: in normalizeBindings()
323 FruitAssert(entry.kind == ComponentStorageEntry::Kind::COMPONENT_WITH_ARGS_END_MARKER); in handleComponentWithArgsEndMarker()
495 …ntext.entries_to_process.back().kind = ComponentStorageEntry::Kind::COMPONENT_WITH_ARGS_END_MARKER; in handleLazyComponentWithArgs()
/external/google-fruit/src/
Dbinding_normalization.cpp47 case ComponentStorageEntry::Kind::COMPONENT_WITH_ARGS_END_MARKER: in printLazyComponentInstallationLoop()