Lines Matching refs:string
72 #include <string>
259 std::unordered_map<std::string, spv::Id> extBuiltinMap;
265 std::unordered_map<std::string, spv::Function*> functionMap;
272 std::unordered_map<std::string, const glslang::TIntermSymbol*> counterOriginator;
1567 std::string text;
1568 const std::vector<std::string>& processes = glslangIntermediate->getProcesses();
1582 const std::map<std::string, std::string>& include_txt = glslangIntermediate->getIncludeText();
2031 // Skip symbol handling if it is string-typed
2105 std::string keyName = symbol->getName().c_str();
2110 std::string keyName = symbol->getName().c_str();
4759 const char* string = extraOperand->getConstArray()[0].getSConst()->c_str();
4760 strings.push_back(string);
10078 void GetSpirvVersion(std::string& version)