Lines Matching refs:string
190 const std::string& name,
211 const std::string& name,
238 const std::string& name,
259 const std::string& name,
279 const std::string& message)
294 std::string m_notSupportedMessage;
455 const std::string& getValue() const
462 const std::string value;
525 // composes shader string out of shader substreams.
526 std::string str () const
553 // for types like ints or floats map simply calls << operator to produce its string representation
554 // for Operations a proper operation string is returned
639 // generic version of map (tries to push whatever came to stringstream to get its string representation)
641 std::string map (const T& a)
650 std::string map (const Variable& a)
665 std::string map (const Operation& a)
671 std::string map (const char*& a)
673 return std::string(a);
677 std::string map (const char& a)
679 return std::string(1, a);
735 typedef std::map<Variable, std::string> VariablesPack;
845 std::string MakeShader(VkShaderStageFlags shaderStage, ShaderType shaderType, VkFormat bufferFormat, bool reads, bool unused)
1298 const std::string& name,
1336 const std::string& name,