Home
last modified time | relevance | path

Searched refs:OwnerType (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceStringPool.h83 static StringID createWithoutString(const typename Traits::OwnerType *Owner) { in createWithoutString()
88 static StringID createWithString(const typename Traits::OwnerType *Owner, in createWithString()
133 explicit StringID(const typename Traits::OwnerType *Owner) in StringID()
135 StringID(const typename Traits::OwnerType *Owner, const std::string &Value) in StringID()
145 using OwnerType = GlobalContext; member
146 static LockedPtr<StringPool> getStrings(const OwnerType *Owner);
DIceCfg.h355 using OwnerType = Cfg; member
356 static StringPool *getStrings(const OwnerType *PoolOwner) { in getStrings()
363 using OwnerType = Cfg; member
364 static StringPool *getStrings(const OwnerType *PoolOwner) { in getStrings()