Home
last modified time | relevance | path

Searched defs:StringID (Results 1 – 3 of 3) 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/syzkaller/vendor/google.golang.org/appengine/datastore/
Dkey.go40 func (k *Key) StringID() string { func
140 StringID string member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceFileWriter.cpp1241 StringTableInfo::Bundle &Bundle, uint16_t StringID, StringRef String) { in insertStringIntoBundle()