Searched refs:explicitBinding (Results 1 – 3 of 3) sorted by relevance
40 BindingImpl<T> explicitBinding = privateInjector.state.getExplicitBinding(key); in notify() local45 if (explicitBinding.getInternalFactory() == this) { in notify()46 errors.withSource(explicitBinding.getSource()).exposedButNotBound(key); in notify()50 this.delegate = explicitBinding; in notify()
173 BindingImpl<T> explicitBinding = state.getExplicitBinding(key); in getExistingBinding() local174 if (explicitBinding != null) { in getExistingBinding()175 return explicitBinding; in getExistingBinding()
4773 const bool explicitBinding = (ndx == 1); in generateBufferBackedInterfaceResourceBufferBindingCases() local4774 const int bindingNdx = (explicitBinding) ? (1) : (-1); in generateBufferBackedInterfaceResourceBufferBindingCases()4775 const std::string nameSuffix = (explicitBinding) ? ("_explicit_binding") : (""); in generateBufferBackedInterfaceResourceBufferBindingCases()