Searched defs:Dependency (Results 1 – 6 of 6) sorted by relevance
40 public final class Dependency<T> { class46 Dependency(InjectionPoint injectionPoint, Key<T> key, boolean nullable, int parameterIndex) { in Dependency() method in Dependency
176 static TopoTestNode* Dependency(TopoTestNode* node, int index) { in Dependency() function
213 static GrDrawTarget* Dependency(GrDrawTarget* dt, int index) { in Dependency() function
235 "Failed Dependency"); in setReason()
266 struct Dependency struct268 typename Case::Resources resources;269 Unique<typename Case::Type> object;271 Dependency (const Environment& env, const typename Case::Parameters& params) in Dependency() argument
753 Instruction *Dependency = Dep.getInst(); in HandleFree() local