Lines Matching refs:std
76 std::string m_name;
84 typedef std::vector<BufferVar>::iterator iterator;
85 typedef std::vector<BufferVar>::const_iterator const_iterator;
109 std::string m_blockName;
110 std::string m_instanceName;
111 std::vector<BufferVar> m_variables;
113 std::vector<int> m_lastUnsizedArraySizes; //!< Sizes of last unsized array element, can be different per instance.
125 void getNamedStructs (std::vector<const glu::StructType*>& structs) const;
136 std::vector<glu::StructType*> m_structs;
137 std::vector<BufferBlock*> m_bufferBlocks;