Home
last modified time | relevance | path

Searched refs:ContextForward (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/src/common/
Dforward.h40 struct ContextForward { struct
58 using HCtxForward = struct ContextForward *; argument
Dforward.cpp119 if ((ctx = new ContextForward()) == nullptr) { in MallocContext()
/developtools/hdc/hdc_rust/src/common/
Dforward.rs158 pub struct ContextForward { struct
210 context_forward: ContextForward,
211 map_ctx_point: HashMap<u32, ContextForward>,