Searched defs:SheetKey (Results 1 – 2 of 2) sorted by relevance
47 struct SheetKey { struct48 SheetKey() {} in SheetKey() function49 explicit SheetKey(int32_t inputTargetId) : targetId(inputTargetId) {} in SheetKey() argument50 SheetKey(bool hasValidTarget, int32_t inputContentId, int32_t inputTargetId) in SheetKey() function70 size_t operator()(const SheetKey& sheetKey) const in operator() argument
6709 const std::unordered_map<SheetKey, WeakPtr<FrameNode>, SheetKeyHash>& map, in DumpSheetMapInfo()