Searched refs:explicitBinding (Results 1 – 4 of 4) sorted by relevance
39 BindingImpl<T> explicitBinding = privateInjector.state.getExplicitBinding(key); in notify() local44 if (explicitBinding.getInternalFactory() == this) { in notify()45 errors.withSource(explicitBinding.getSource()).exposedButNotBound(key); in notify()49 this.delegate = explicitBinding; in notify()
165 BindingImpl<T> explicitBinding = state.getExplicitBinding(key); in getExistingBinding() local166 if (explicitBinding != null) { in getExistingBinding()167 return explicitBinding; in getExistingBinding()
4752 const bool explicitBinding = (ndx == 1); in generateBufferBackedInterfaceResourceBufferBindingCases() local4753 const int bindingNdx = (explicitBinding) ? (1) : (-1); in generateBufferBackedInterfaceResourceBufferBindingCases()4754 const std::string nameSuffix = (explicitBinding) ? ("_explicit_binding") : (""); in generateBufferBackedInterfaceResourceBufferBindingCases()
META-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ ...