Home
last modified time | relevance | path

Searched defs:SheetContentKey (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_manager.h61 struct SheetContentKey { struct
62 SheetContentKey() {} in SheetContentKey() argument
63 SheetContentKey(int32_t inputInstanceId, int32_t inputContentNodeId) in SheetContentKey() function
67 bool operator<(const SheetContentKey& other) const { argument