Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/navigation/
H A Dnavigation_manager.h93 struct DumpMapKey { struct
97 DumpMapKey(int32_t n, int32_t d) : nodeId(n), depth(d) {} in DumpMapKey() argument