HomeSort by relevance Sort by last modified time
    Searched defs:getMultibindings (Results 1 - 3 of 3) sorted by null

  /external/google-fruit/include/fruit/impl/
injector.defn.h 131 inline const std::vector<fruit::impl::RemoveAnnotations<AnnotatedC>*>& Injector<P...>::getMultibindings() {
137 return storage->template getMultibindings<AnnotatedC>();
  /external/google-fruit/src/
injector_storage.cpp 113 void* InjectorStorage::getMultibindings(TypeId typeInfo) {
  /external/google-fruit/include/fruit/impl/injector/
injector_storage.defn.h 291 inline const std::vector<InjectorStorage::RemoveAnnotations<AnnotatedC>*>& InjectorStorage::getMultibindings() {
294 void* p = getMultibindings(getTypeId<AnnotatedC>());
    [all...]

Completed in 204 milliseconds