Searched defs:PLSProgramKey (Results 1 – 1 of 1) sorted by relevance
26 class PLSProgramKey; variable85 PLSProgramKey(const PLSProgramKey &key) : PLSProgramKey(key.rawKey()) {} in PLSProgramKey() function86 explicit PLSProgramKey(uint64_t rawKey) : mRawKey(rawKey) {} in PLSProgramKey() function