Searched defs:SheetKey (Results 1 – 2 of 2) sorted by relevance
50 struct SheetKey { struct51 SheetKey() {} in SheetKey() argument52 explicit SheetKey(int32_t inputTargetId) : targetId(inputTargetId) {} in SheetKey() argument53 SheetKey(bool hasValidTarget, int32_t inputContentId, int32_t inputTargetId) in SheetKey() function73 size_t operator()(const SheetKey& sheetKey) const in operator() argument
6834 const std::unordered_map<SheetKey, WeakPtr<FrameNode>, SheetKeyHash>& map, in DumpSheetMapInfo()