Home
last modified time | relevance | path

Searched defs:StringID (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceStringPool.h133 explicit StringID(const typename Traits::OwnerType *Owner) in StringID() function
135 StringID(const typename Traits::OwnerType *Owner, const std::string &Value) in StringID() function
/external/swiftshader/tests/regres/cov/
Dtree.go189 type StringID int type
/external/llvm-project/llvm/tools/llvm-rc/
DResourceFileWriter.cpp1250 StringTableInfo::Bundle &Bundle, uint16_t StringID, in insertStringIntoBundle()
/external/swiftshader/src/Pipeline/
DSpirvShader.hpp424 using StringID = SpirvID<std::string>; typedef in sw::SpirvShader