Searched refs:TargetsVector (Results 1 – 3 of 3) sorted by relevance
85 typedef std::vector<glw::GLenum> TargetsVector; typedef in glcts::TextureBufferErrors90 TargetsVector m_texture_targets; /* Texture Targets */
175 …for (TargetsVector::iterator iter = m_texture_targets.begin(); iter != m_texture_targets.end(); ++… in iterate()
85 using TargetsVector = UniqueVector<const Target*>; typedef91 void GetRustDeps(const Target* target, TargetsVector* rust_deps) { in GetRustDeps()104 TargetsVector GetRustDeps(const Target* target) { in GetRustDeps()105 TargetsVector deps; in GetRustDeps()