Searched defs:ContextTableKey (Results 1 – 1 of 1) sorted by relevance
257 struct ContextTableKey { struct262 ContextTableKey() : parentContextID(-1), contextKind(-1), contextID(-1) {} in ContextTableKey() argument264 ContextTableKey(uint32_t parentContextID, uint8_t contextKind, in ContextTableKey() function269 ContextTableKey(std::optional<Context> context, IdentifierID nameID) in ContextTableKey() function281 inline bool operator==(const ContextTableKey &lhs, const ContextTableKey &rhs) { argument