Home
last modified time | relevance | path

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

/external/google-fruit/include/fruit/impl/component_storage/
Dcomponent_storage_entry.defn.h84 if (getFunTypeId() != other.getFunTypeId()) { in areParamsEqual()
107 inline TypeId getFunTypeId() const final { in getFunTypeId() function
Dcomponent_storage_entry.h258 virtual TypeId getFunTypeId() const = 0;
/external/google-fruit/src/
Dbinding_normalization.cpp53 … std::cerr << std::string(entry.lazy_component_with_args.component->getFunTypeId()) << std::endl; in printLazyComponentInstallationLoop()
72 …std::cerr << std::string(last_entry.lazy_component_with_args.component->getFunTypeId()) << std::en… in printLazyComponentInstallationLoop()
/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.templates.h489 …panding lazy component: " << entry.lazy_component_with_args.component->getFunTypeId() << std::endl; in handleLazyComponentWithArgs()